Color spaces of #efc59a
RGB | 239 | 197 | 154 |
---|---|---|---|
HSL | 0.08 | 0.73 | 0.77 |
HSV | 30° | 36° | 94° |
CMYK | 0.00 | 0.18 | 0.36 0.06 |
XYZ | 61.3956 | 60.6163 | 39.0361 |
Yxy | 60.6163 | 0.3812 | 0.3764 |
Hunter Lab | 77.8565 | 4.5117 | 24.7724 |
CIE-Lab | 82.1720 | 9.0628 | 27.1824 |
#efc59a color RGB value is (239,197,154).
#efc59a hex color red value is 239, green value is 197 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #efc59a hue: 0.08 , saturation: 0.73 and the lightness value of efc59a is 0.77.
The process color (four color CMYK) of #efc59a color hex is 0.00, 0.18, 0.36, 0.06. Web safe color of #efc59a is #ffcc99. Color #efc59a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000101 | 10011010 |
Octal | 357 | 305 | 232 |
Decimal | 239 | 197 | 154 |
Hex | EF | C5 | 9A |
Shades of #efc59a
Tints of #efc59a
RGB Percentages of Color #efc59a
CMYK Percentages of Color #efc59a
Complementary Color
#efc59a | #9ac4ef |
#efc59a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc59a Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc59a Color CSS Codes
.mybgcolor {background-color:#efc59a; } .myforecolor {color:#efc59a; } .mybordercolor {border:3px solid #efc59a; }
#efc59a Text Font Color
<p style="color:#efc59a">Text here</p>
This sample text font color is #efc59a
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.
#efc59a Background Color
<div style="background-color:#efc59a">
Div content here</div>
This div background color is #efc59a
#efc59a Border Color
<div style="border:3px solid #efc59a">
Div here</div>
This div border color is #efc59a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,197,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc59a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc59a; -webkit-box-shadow: 1px 1px 3px 2px #efc59a; box-shadow: 1px 1px 3px 2px #efc59a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,197,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efc59a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc59a; -webkit-box-shadow: 1px 1px 3px 2px #efc59a; box-shadow: 1px 1px 3px 2px #efc59a;">
Div content here</div>
This div box has shadow with color #efc59a
Comments
No comments written yet.
Please login to write comment.