Color spaces of #efbb61
RGB | 239 | 187 | 97 |
---|---|---|---|
HSL | 0.11 | 0.82 | 0.66 |
HSV | 38° | 59° | 94° |
CMYK | 0.00 | 0.22 | 0.59 0.06 |
XYZ | 55.5246 | 54.7544 | 18.9515 |
Yxy | 54.7544 | 0.4297 | 0.4237 |
Hunter Lab | 73.9962 | 4.4478 | 36.6123 |
CIE-Lab | 78.8996 | 8.9270 | 51.9531 |
#efbb61 color RGB value is (239,187,97).
#efbb61 hex color red value is 239, green value is 187 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #efbb61 hue: 0.11 , saturation: 0.82 and the lightness value of efbb61 is 0.66.
The process color (four color CMYK) of #efbb61 color hex is 0.00, 0.22, 0.59, 0.06. Web safe color of #efbb61 is #ffcc66. Color #efbb61 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111011 | 01100001 |
Octal | 357 | 273 | 141 |
Decimal | 239 | 187 | 97 |
Hex | EF | BB | 61 |
Shades of #efbb61
Tints of #efbb61
RGB Percentages of Color #efbb61
CMYK Percentages of Color #efbb61
Complementary Color
#efbb61 | #6195ef |
#efbb61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbb61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbb61 Color CSS Codes
.mybgcolor {background-color:#efbb61; } .myforecolor {color:#efbb61; } .mybordercolor {border:3px solid #efbb61; }
#efbb61 Text Font Color
<p style="color:#efbb61">Text here</p>
This sample text font color is #efbb61
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#efbb61 Background Color
<div style="background-color:#efbb61">
Div content here</div>
This div background color is #efbb61
#efbb61 Border Color
<div style="border:3px solid #efbb61">
Div here</div>
This div border color is #efbb61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,187,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbb61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbb61; -webkit-box-shadow: 1px 1px 3px 2px #efbb61; box-shadow: 1px 1px 3px 2px #efbb61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,187,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbb61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbb61; -webkit-box-shadow: 1px 1px 3px 2px #efbb61; box-shadow: 1px 1px 3px 2px #efbb61;">
Div content here</div>
This div box has shadow with color #efbb61
Comments
No comments written yet.
Please login to write comment.