Color spaces of #efc070
RGB | 239 | 192 | 112 |
---|---|---|---|
HSL | 0.10 | 0.80 | 0.69 |
HSV | 38° | 53° | 94° |
CMYK | 0.00 | 0.20 | 0.53 0.06 |
XYZ | 57.3709 | 57.2198 | 23.3500 |
Yxy | 57.2198 | 0.4159 | 0.4148 |
Hunter Lab | 75.6438 | 3.0041 | 34.6488 |
CIE-Lab | 80.3031 | 7.4600 | 46.3274 |
#efc070 color RGB value is (239,192,112).
#efc070 hex color red value is 239, green value is 192 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efc070 hue: 0.10 , saturation: 0.80 and the lightness value of efc070 is 0.69.
The process color (four color CMYK) of #efc070 color hex is 0.00, 0.20, 0.53, 0.06. Web safe color of #efc070 is #ffcc66. Color #efc070 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000000 | 01110000 |
Octal | 357 | 300 | 160 |
Decimal | 239 | 192 | 112 |
Hex | EF | C0 | 70 |
Shades of #efc070
Tints of #efc070
RGB Percentages of Color #efc070
CMYK Percentages of Color #efc070
Complementary Color
#efc070 | #709fef |
#efc070 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc070 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc070 Color CSS Codes
.mybgcolor {background-color:#efc070; } .myforecolor {color:#efc070; } .mybordercolor {border:3px solid #efc070; }
#efc070 Text Font Color
<p style="color:#efc070">Text here</p>
This sample text font color is #efc070
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.
#efc070 Background Color
<div style="background-color:#efc070">
Div content here</div>
This div background color is #efc070
#efc070 Border Color
<div style="border:3px solid #efc070">
Div here</div>
This div border color is #efc070
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,192,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc070; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc070; -webkit-box-shadow: 1px 1px 3px 2px #efc070; box-shadow: 1px 1px 3px 2px #efc070; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,192,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efc070">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc070; -webkit-box-shadow: 1px 1px 3px 2px #efc070; box-shadow: 1px 1px 3px 2px #efc070;">
Div content here</div>
This div box has shadow with color #efc070
#efc070 Color Palettes
Comments
No comments written yet.
Please login to write comment.