Shades of Lightning Yellow #EEA224
Tints of Lightning Yellow #EEA224
RGB
CMYK
RGB Variations
Color information
#EEA224 (or 0xEEA224) is known color: Lightning Yellow. HEX triplet: EE, A2 and 24. RGB value is (238,162,36). Sum of RGB (Red+Green+Blue) = 238+162+36=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA224 is #115DDB. Grayscale: #AAAAAA. Windows color (decimal): -1138140 or 2401006. OLE color: 2401006.
HSL color Cylindrical-coordinate representation of color #EEA224: hue angle of 37.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEA224 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 36 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.07 |
| HSL | 37.43º | 0.86% | 0.54% | - |
| HSV(B) | 37.43º | 0.85% | 0.93% | - |
| XYZ | 48.5 | 44.15 | 7.63 | - |
| YUV | 170.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 36 | 0 | 0.32 | 0.85 | 0.07 | 37.43 | 0.86 | 0.54 |
| Hex | EE | A2 | 24 | 0 | 20 | 55 | 7 | 25 | 56 | 36 |
| Octal | 356 | 242 | 44 | 0 | 40 | 125 | 7 | 45 | 126 | 66 |
| Binary | 11101110 | 10100010 | 100100 | 0 | 100000 | 1010101 | 111 | 100101 | 1010110 | 110110 |
Color Harmonies of #EEA224
Complementary color
Monochromatic Colors of #EEA224
Black with #EEA224
Text Example
Text Example
White with #EEA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA224; }
p { color: rgb(238,162,36); }
H1.HeaderClassName
{
color: #EEA224;
}
.AnyTagClassName
{
color: #EEA224;
}
</style>
background-color css
<style>
a { background-color: #EEA224; }
a { background-color: rgb(238,162,36); }
div.DivClassName
{
background-color: #EEA224;
}
.BgClassName
{
background-color: #EEA224;
}
</style>
border-color css
<style>
span { border-color: #EEA224; }
span { border-color: rgb(238,162,36); }
td.TdClassName
{
border-color: #EEA224;
}
.TagClassName
{
border-color: #EEA224;
}
</style>