Shades of Lightning Yellow #EFA224
Tints of Lightning Yellow #EFA224
RGB
CMYK
RGB Variations
Color information
#EFA224 (or 0xEFA224) is known color: Lightning Yellow. HEX triplet: EF, A2 and 24. RGB value is (239,162,36). Sum of RGB (Red+Green+Blue) = 239+162+36=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA224 is #105DDB. Grayscale: #ABABAB. Windows color (decimal): -1072604 or 2401007. OLE color: 2401007.
HSL color Cylindrical-coordinate representation of color #EFA224: hue angle of 37.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFA224 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 36 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.06 |
| HSL | 37.24º | 0.86% | 0.54% | - |
| HSV(B) | 37.24º | 0.85% | 0.94% | - |
| XYZ | 48.84 | 44.32 | 7.65 | - |
| YUV | 170.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 36 | 0 | 0.32 | 0.85 | 0.06 | 37.24 | 0.86 | 0.54 |
| Hex | EF | A2 | 24 | 0 | 20 | 55 | 6 | 25 | 56 | 36 |
| Octal | 357 | 242 | 44 | 0 | 40 | 125 | 6 | 45 | 126 | 66 |
| Binary | 11101111 | 10100010 | 100100 | 0 | 100000 | 1010101 | 110 | 100101 | 1010110 | 110110 |
Color Harmonies of #EFA224
Complementary color
Monochromatic Colors of #EFA224
Black with #EFA224
Text Example
Text Example
White with #EFA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA224; }
p { color: rgb(239,162,36); }
H1.HeaderClassName
{
color: #EFA224;
}
.AnyTagClassName
{
color: #EFA224;
}
</style>
background-color css
<style>
a { background-color: #EFA224; }
a { background-color: rgb(239,162,36); }
div.DivClassName
{
background-color: #EFA224;
}
.BgClassName
{
background-color: #EFA224;
}
</style>
border-color css
<style>
span { border-color: #EFA224; }
span { border-color: rgb(239,162,36); }
td.TdClassName
{
border-color: #EFA224;
}
.TagClassName
{
border-color: #EFA224;
}
</style>