Shades of Lightning Yellow #EEA324
Tints of Lightning Yellow #EEA324
RGB
CMYK
RGB Variations
Color information
#EEA324 (or 0xEEA324) is known color: Lightning Yellow. HEX triplet: EE, A3 and 24. RGB value is (238,163,36). Sum of RGB (Red+Green+Blue) = 238+163+36=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA324 is #115CDB. Grayscale: #ABABAB. Windows color (decimal): -1137884 or 2401262. OLE color: 2401262.
HSL color Cylindrical-coordinate representation of color #EEA324: hue angle of 37.72º 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 #EEA324 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 36 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.07 |
| HSL | 37.72º | 0.86% | 0.54% | - |
| HSV(B) | 37.72º | 0.85% | 0.93% | - |
| XYZ | 48.68 | 44.5 | 7.69 | - |
| YUV | 170.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 36 | 0 | 0.32 | 0.85 | 0.07 | 37.72 | 0.86 | 0.54 |
| Hex | EE | A3 | 24 | 0 | 20 | 55 | 7 | 26 | 56 | 36 |
| Octal | 356 | 243 | 44 | 0 | 40 | 125 | 7 | 46 | 126 | 66 |
| Binary | 11101110 | 10100011 | 100100 | 0 | 100000 | 1010101 | 111 | 100110 | 1010110 | 110110 |
Color Harmonies of #EEA324
Complementary color
Monochromatic Colors of #EEA324
Black with #EEA324
Text Example
Text Example
White with #EEA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA324; }
p { color: rgb(238,163,36); }
H1.HeaderClassName
{
color: #EEA324;
}
.AnyTagClassName
{
color: #EEA324;
}
</style>
background-color css
<style>
a { background-color: #EEA324; }
a { background-color: rgb(238,163,36); }
div.DivClassName
{
background-color: #EEA324;
}
.BgClassName
{
background-color: #EEA324;
}
</style>
border-color css
<style>
span { border-color: #EEA324; }
span { border-color: rgb(238,163,36); }
td.TdClassName
{
border-color: #EEA324;
}
.TagClassName
{
border-color: #EEA324;
}
</style>