Color spaces of #ef911a
RGB | 239 | 145 | 26 |
---|---|---|---|
HSL | 0.09 | 0.87 | 0.52 |
HSV | 34° | 89° | 94° |
CMYK | 0.00 | 0.39 | 0.89 0.06 |
XYZ | 45.9085 | 38.6761 | 6.0229 |
Yxy | 38.6761 | 0.5067 | 0.4269 |
Hunter Lab | 62.1901 | 22.9353 | 37.7910 |
CIE-Lab | 68.5160 | 28.0099 | 69.5131 |
#ef911a color RGB value is (239,145,26).
#ef911a hex color red value is 239, green value is 145 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ef911a hue: 0.09 , saturation: 0.87 and the lightness value of ef911a is 0.52.
The process color (four color CMYK) of #ef911a color hex is 0.00, 0.39, 0.89, 0.06. Web safe color of #ef911a is #ff9933. Color #ef911a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10010001 | 00011010 |
Octal | 357 | 221 | 32 |
Decimal | 239 | 145 | 26 |
Hex | EF | 91 | 1A |
Shades of #ef911a
Tints of #ef911a
RGB Percentages of Color #ef911a
CMYK Percentages of Color #ef911a
Complementary Color
#ef911a | #1a78ef |
#ef911a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef911a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef911a Color CSS Codes
.mybgcolor {background-color:#ef911a; } .myforecolor {color:#ef911a; } .mybordercolor {border:3px solid #ef911a; }
#ef911a Text Font Color
<p style="color:#ef911a">Text here</p>
This sample text font color is #ef911a
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.
#ef911a Background Color
<div style="background-color:#ef911a">
Div content here</div>
This div background color is #ef911a
#ef911a Border Color
<div style="border:3px solid #ef911a">
Div here</div>
This div border color is #ef911a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,145,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef911a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef911a; -webkit-box-shadow: 1px 1px 3px 2px #ef911a; box-shadow: 1px 1px 3px 2px #ef911a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,145,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef911a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef911a; -webkit-box-shadow: 1px 1px 3px 2px #ef911a; box-shadow: 1px 1px 3px 2px #ef911a;">
Div content here</div>
This div box has shadow with color #ef911a
Comments
No comments written yet.
Please login to write comment.