Color spaces of #efba59
RGB | 239 | 186 | 89 |
---|---|---|---|
HSL | 0.11 | 0.82 | 0.64 |
HSV | 39° | 63° | 94° |
CMYK | 0.00 | 0.22 | 0.63 0.06 |
XYZ | 54.9587 | 54.1898 | 17.0142 |
Yxy | 54.1898 | 0.4356 | 0.4295 |
Hunter Lab | 73.6137 | 4.4409 | 37.8260 |
CIE-Lab | 78.5723 | 8.9130 | 55.3313 |
#efba59 color RGB value is (239,186,89).
#efba59 hex color red value is 239, green value is 186 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #efba59 hue: 0.11 , saturation: 0.82 and the lightness value of efba59 is 0.64.
The process color (four color CMYK) of #efba59 color hex is 0.00, 0.22, 0.63, 0.06. Web safe color of #efba59 is #ffcc66. Color #efba59 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111010 | 01011001 |
Octal | 357 | 272 | 131 |
Decimal | 239 | 186 | 89 |
Hex | EF | BA | 59 |
Shades of #efba59
Tints of #efba59
RGB Percentages of Color #efba59
CMYK Percentages of Color #efba59
Complementary Color
#efba59 | #598eef |
#efba59 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efba59 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efba59 Color CSS Codes
.mybgcolor {background-color:#efba59; } .myforecolor {color:#efba59; } .mybordercolor {border:3px solid #efba59; }
#efba59 Text Font Color
<p style="color:#efba59">Text here</p>
This sample text font color is #efba59
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.
#efba59 Background Color
<div style="background-color:#efba59">
Div content here</div>
This div background color is #efba59
#efba59 Border Color
<div style="border:3px solid #efba59">
Div here</div>
This div border color is #efba59
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,186,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efba59; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efba59; -webkit-box-shadow: 1px 1px 3px 2px #efba59; box-shadow: 1px 1px 3px 2px #efba59; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,186,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efba59">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efba59; -webkit-box-shadow: 1px 1px 3px 2px #efba59; box-shadow: 1px 1px 3px 2px #efba59;">
Div content here</div>
This div box has shadow with color #efba59
Comments
No comments written yet.
Please login to write comment.