Shades of Lightning Yellow #EFA229
Tints of Lightning Yellow #EFA229
RGB
CMYK
RGB Variations
Color information
#EFA229 (or 0xEFA229) is known color: Lightning Yellow. HEX triplet: EF, A2 and 29. RGB value is (239,162,41). Sum of RGB (Red+Green+Blue) = 239+162+41=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA229 is #105DD6. Grayscale: #ABABAB. Windows color (decimal): -1072599 or 2728687. OLE color: 2728687.
HSL color Cylindrical-coordinate representation of color #EFA229: hue angle of 36.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFA229 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 41 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.06 |
| HSL | 36.67º | 0.86% | 0.55% | - |
| HSV(B) | 36.67º | 0.83% | 0.94% | - |
| XYZ | 48.92 | 44.35 | 8.08 | - |
| YUV | 171.23 | 54.51 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 41 | 0 | 0.32 | 0.83 | 0.06 | 36.67 | 0.86 | 0.55 |
| Hex | EF | A2 | 29 | 0 | 20 | 53 | 6 | 25 | 56 | 37 |
| Octal | 357 | 242 | 51 | 0 | 40 | 123 | 6 | 45 | 126 | 67 |
| Binary | 11101111 | 10100010 | 101001 | 0 | 100000 | 1010011 | 110 | 100101 | 1010110 | 110111 |
Color Harmonies of #EFA229
Complementary color
Monochromatic Colors of #EFA229
Black with #EFA229
Text Example
Text Example
White with #EFA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA229; }
p { color: rgb(239,162,41); }
H1.HeaderClassName
{
color: #EFA229;
}
.AnyTagClassName
{
color: #EFA229;
}
</style>
background-color css
<style>
a { background-color: #EFA229; }
a { background-color: rgb(239,162,41); }
div.DivClassName
{
background-color: #EFA229;
}
.BgClassName
{
background-color: #EFA229;
}
</style>
border-color css
<style>
span { border-color: #EFA229; }
span { border-color: rgb(239,162,41); }
td.TdClassName
{
border-color: #EFA229;
}
.TagClassName
{
border-color: #EFA229;
}
</style>