Color spaces of #efc24a
RGB | 239 | 194 | 74 |
---|---|---|---|
HSL | 0.12 | 0.84 | 0.61 |
HSV | 44° | 69° | 94° |
CMYK | 0.00 | 0.19 | 0.69 0.06 |
XYZ | 56.1244 | 57.4287 | 14.6053 |
Yxy | 57.4287 | 0.4379 | 0.4481 |
Hunter Lab | 75.7817 | -0.4199 | 41.6203 |
CIE-Lab | 80.4201 | 3.8727 | 63.8620 |
#efc24a color RGB value is (239,194,74).
#efc24a hex color red value is 239, green value is 194 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #efc24a hue: 0.12 , saturation: 0.84 and the lightness value of efc24a is 0.61.
The process color (four color CMYK) of #efc24a color hex is 0.00, 0.19, 0.69, 0.06. Web safe color of #efc24a is #ffcc33. Color #efc24a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000010 | 01001010 |
Octal | 357 | 302 | 112 |
Decimal | 239 | 194 | 74 |
Hex | EF | C2 | 4A |
Shades of #efc24a
Tints of #efc24a
RGB Percentages of Color #efc24a
CMYK Percentages of Color #efc24a
Complementary Color
#efc24a | #4a77ef |
#efc24a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc24a Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc24a Color CSS Codes
.mybgcolor {background-color:#efc24a; } .myforecolor {color:#efc24a; } .mybordercolor {border:3px solid #efc24a; }
#efc24a Text Font Color
<p style="color:#efc24a">Text here</p>
This sample text font color is #efc24a
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.
#efc24a Background Color
<div style="background-color:#efc24a">
Div content here</div>
This div background color is #efc24a
#efc24a Border Color
<div style="border:3px solid #efc24a">
Div here</div>
This div border color is #efc24a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,194,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc24a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc24a; -webkit-box-shadow: 1px 1px 3px 2px #efc24a; box-shadow: 1px 1px 3px 2px #efc24a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,194,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efc24a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc24a; -webkit-box-shadow: 1px 1px 3px 2px #efc24a; box-shadow: 1px 1px 3px 2px #efc24a;">
Div content here</div>
This div box has shadow with color #efc24a
Comments
No comments written yet.
Please login to write comment.