Color spaces of #ef922f
RGB | 239 | 146 | 47 |
---|---|---|---|
HSL | 0.09 | 0.86 | 0.56 |
HSV | 31° | 80° | 94° |
CMYK | 0.00 | 0.39 | 0.80 0.06 |
XYZ | 46.3886 | 39.1137 | 7.7941 |
Yxy | 39.1137 | 0.4972 | 0.4192 |
Hunter Lab | 62.5409 | 22.9524 | 36.3897 |
CIE-Lab | 68.8335 | 28.0039 | 63.2226 |
#ef922f color RGB value is (239,146,47).
#ef922f hex color red value is 239, green value is 146 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ef922f hue: 0.09 , saturation: 0.86 and the lightness value of ef922f is 0.56.
The process color (four color CMYK) of #ef922f color hex is 0.00, 0.39, 0.80, 0.06. Web safe color of #ef922f is #ff9933. Color #ef922f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10010010 | 00101111 |
Octal | 357 | 222 | 57 |
Decimal | 239 | 146 | 47 |
Hex | EF | 92 | 2F |
Shades of #ef922f
Tints of #ef922f
RGB Percentages of Color #ef922f
CMYK Percentages of Color #ef922f
Complementary Color
#ef922f | #2f8cef |
#ef922f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef922f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef922f Color CSS Codes
.mybgcolor {background-color:#ef922f; } .myforecolor {color:#ef922f; } .mybordercolor {border:3px solid #ef922f; }
#ef922f Text Font Color
<p style="color:#ef922f">Text here</p>
This sample text font color is #ef922f
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.
#ef922f Background Color
<div style="background-color:#ef922f">
Div content here</div>
This div background color is #ef922f
#ef922f Border Color
<div style="border:3px solid #ef922f">
Div here</div>
This div border color is #ef922f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,146,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef922f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef922f; -webkit-box-shadow: 1px 1px 3px 2px #ef922f; box-shadow: 1px 1px 3px 2px #ef922f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,146,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 #ef922f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef922f; -webkit-box-shadow: 1px 1px 3px 2px #ef922f; box-shadow: 1px 1px 3px 2px #ef922f;">
Div content here</div>
This div box has shadow with color #ef922f
Comments
No comments written yet.
Please login to write comment.