Color spaces of #efb42f
RGB | 239 | 180 | 47 |
---|---|---|---|
HSL | 0.12 | 0.86 | 0.56 |
HSV | 42° | 80° | 94° |
CMYK | 0.00 | 0.25 | 0.80 0.06 |
XYZ | 52.4310 | 51.1985 | 9.8082 |
Yxy | 51.1985 | 0.4622 | 0.4513 |
Hunter Lab | 71.5531 | 5.5790 | 41.9600 |
CIE-Lab | 76.7991 | 10.0694 | 70.3437 |
#efb42f color RGB value is (239,180,47).
#efb42f hex color red value is 239, green value is 180 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #efb42f hue: 0.12 , saturation: 0.86 and the lightness value of efb42f is 0.56.
The process color (four color CMYK) of #efb42f color hex is 0.00, 0.25, 0.80, 0.06. Web safe color of #efb42f is #ffcc33. Color #efb42f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10110100 | 00101111 |
Octal | 357 | 264 | 57 |
Decimal | 239 | 180 | 47 |
Hex | EF | B4 | 2F |
Shades of #efb42f
Tints of #efb42f
RGB Percentages of Color #efb42f
CMYK Percentages of Color #efb42f
Complementary Color
#efb42f | #2f6aef |
#efb42f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efb42f Color Preview on White Background
Lorem ipsum dolor sit amet.
#efb42f Color CSS Codes
.mybgcolor {background-color:#efb42f; } .myforecolor {color:#efb42f; } .mybordercolor {border:3px solid #efb42f; }
#efb42f Text Font Color
<p style="color:#efb42f">Text here</p>
This sample text font color is #efb42f
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.
#efb42f Background Color
<div style="background-color:#efb42f">
Div content here</div>
This div background color is #efb42f
#efb42f Border Color
<div style="border:3px solid #efb42f">
Div here</div>
This div border color is #efb42f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,180,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efb42f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efb42f; -webkit-box-shadow: 1px 1px 3px 2px #efb42f; box-shadow: 1px 1px 3px 2px #efb42f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,180,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efb42f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efb42f; -webkit-box-shadow: 1px 1px 3px 2px #efb42f; box-shadow: 1px 1px 3px 2px #efb42f;">
Div content here</div>
This div box has shadow with color #efb42f
Comments
No comments written yet.
Please login to write comment.