Color spaces of #efc11a
RGB | 239 | 193 | 26 |
---|---|---|---|
HSL | 0.13 | 0.87 | 0.52 |
HSV | 47° | 89° | 94° |
CMYK | 0.00 | 0.19 | 0.89 0.06 |
XYZ | 54.8530 | 56.5652 | 9.0044 |
Yxy | 56.5652 | 0.4555 | 0.4697 |
Hunter Lab | 75.2098 | -1.4313 | 45.5485 |
CIE-Lab | 79.9344 | 2.7745 | 78.2687 |
#efc11a color RGB value is (239,193,26).
#efc11a hex color red value is 239, green value is 193 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #efc11a hue: 0.13 , saturation: 0.87 and the lightness value of efc11a is 0.52.
The process color (four color CMYK) of #efc11a color hex is 0.00, 0.19, 0.89, 0.06. Web safe color of #efc11a is #ffcc33. Color #efc11a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000001 | 00011010 |
Octal | 357 | 301 | 32 |
Decimal | 239 | 193 | 26 |
Hex | EF | C1 | 1A |
Shades of #efc11a
Tints of #efc11a
RGB Percentages of Color #efc11a
CMYK Percentages of Color #efc11a
Complementary Color
#efc11a | #1a48ef |
#efc11a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc11a Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc11a Color CSS Codes
.mybgcolor {background-color:#efc11a; } .myforecolor {color:#efc11a; } .mybordercolor {border:3px solid #efc11a; }
#efc11a Text Font Color
<p style="color:#efc11a">Text here</p>
This sample text font color is #efc11a
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.
#efc11a Background Color
<div style="background-color:#efc11a">
Div content here</div>
This div background color is #efc11a
#efc11a Border Color
<div style="border:3px solid #efc11a">
Div here</div>
This div border color is #efc11a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,193,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc11a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc11a; -webkit-box-shadow: 1px 1px 3px 2px #efc11a; box-shadow: 1px 1px 3px 2px #efc11a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,193,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 #efc11a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc11a; -webkit-box-shadow: 1px 1px 3px 2px #efc11a; box-shadow: 1px 1px 3px 2px #efc11a;">
Div content here</div>
This div box has shadow with color #efc11a
Comments
No comments written yet.
Please login to write comment.