Color spaces of #efa70b
RGB | 239 | 167 | 11 |
---|---|---|---|
HSL | 0.11 | 0.91 | 0.49 |
HSV | 41° | 95° | 94° |
CMYK | 0.00 | 0.30 | 0.95 0.06 |
XYZ | 49.4757 | 46.0123 | 6.5902 |
Yxy | 46.0123 | 0.4847 | 0.4508 |
Hunter Lab | 67.8324 | 11.4880 | 41.7224 |
CIE-Lab | 73.5535 | 16.2050 | 75.8773 |
#efa70b color RGB value is (239,167,11).
#efa70b hex color red value is 239, green value is 167 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #efa70b hue: 0.11 , saturation: 0.91 and the lightness value of efa70b is 0.49.
The process color (four color CMYK) of #efa70b color hex is 0.00, 0.30, 0.95, 0.06. Web safe color of #efa70b is #ff9900. Color #efa70b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10100111 | 00001011 |
Octal | 357 | 247 | 13 |
Decimal | 239 | 167 | 11 |
Hex | EF | A7 | B |
Shades of #efa70b
Tints of #efa70b
RGB Percentages of Color #efa70b
CMYK Percentages of Color #efa70b
Complementary Color
#efa70b | #0b53ef |
#efa70b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efa70b Color Preview on White Background
Lorem ipsum dolor sit amet.
#efa70b Color CSS Codes
.mybgcolor {background-color:#efa70b; } .myforecolor {color:#efa70b; } .mybordercolor {border:3px solid #efa70b; }
#efa70b Text Font Color
<p style="color:#efa70b">Text here</p>
This sample text font color is #efa70b
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.
#efa70b Background Color
<div style="background-color:#efa70b">
Div content here</div>
This div background color is #efa70b
#efa70b Border Color
<div style="border:3px solid #efa70b">
Div here</div>
This div border color is #efa70b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,167,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efa70b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efa70b; -webkit-box-shadow: 1px 1px 3px 2px #efa70b; box-shadow: 1px 1px 3px 2px #efa70b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,167,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efa70b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efa70b; -webkit-box-shadow: 1px 1px 3px 2px #efa70b; box-shadow: 1px 1px 3px 2px #efa70b;">
Div content here</div>
This div box has shadow with color #efa70b
Comments
No comments written yet.
Please login to write comment.