Color spaces of #efc770
RGB | 239 | 199 | 112 |
---|---|---|---|
HSL | 0.11 | 0.80 | 0.69 |
HSV | 41° | 53° | 94° |
CMYK | 0.00 | 0.17 | 0.53 0.06 |
XYZ | 58.9447 | 60.3674 | 23.8746 |
Yxy | 60.3674 | 0.4117 | 0.4216 |
Hunter Lab | 77.6965 | -0.5491 | 36.1689 |
CIE-Lab | 82.0375 | 3.8131 | 48.4279 |
#efc770 color RGB value is (239,199,112).
#efc770 hex color red value is 239, green value is 199 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efc770 hue: 0.11 , saturation: 0.80 and the lightness value of efc770 is 0.69.
The process color (four color CMYK) of #efc770 color hex is 0.00, 0.17, 0.53, 0.06. Web safe color of #efc770 is #ffcc66. Color #efc770 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000111 | 01110000 |
Octal | 357 | 307 | 160 |
Decimal | 239 | 199 | 112 |
Hex | EF | C7 | 70 |
Shades of #efc770
Tints of #efc770
RGB Percentages of Color #efc770
CMYK Percentages of Color #efc770
Complementary Color
#efc770 | #7098ef |
#efc770 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc770 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc770 Color CSS Codes
.mybgcolor {background-color:#efc770; } .myforecolor {color:#efc770; } .mybordercolor {border:3px solid #efc770; }
#efc770 Text Font Color
<p style="color:#efc770">Text here</p>
This sample text font color is #efc770
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.
#efc770 Background Color
<div style="background-color:#efc770">
Div content here</div>
This div background color is #efc770
#efc770 Border Color
<div style="border:3px solid #efc770">
Div here</div>
This div border color is #efc770
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,199,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc770; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc770; -webkit-box-shadow: 1px 1px 3px 2px #efc770; box-shadow: 1px 1px 3px 2px #efc770; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,199,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 #efc770">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc770; -webkit-box-shadow: 1px 1px 3px 2px #efc770; box-shadow: 1px 1px 3px 2px #efc770;">
Div content here</div>
This div box has shadow with color #efc770
Comments
No comments written yet.
Please login to write comment.