Shades of Lightning Yellow #EEA524
Tints of Lightning Yellow #EEA524
RGB
CMYK
RGB Variations
Color information
#EEA524 (or 0xEEA524) is known color: Lightning Yellow. HEX triplet: EE, A5 and 24. RGB value is (238,165,36). Sum of RGB (Red+Green+Blue) = 238+165+36=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA524 is #115ADB. Grayscale: #ACACAC. Windows color (decimal): -1137372 or 2401774. OLE color: 2401774.
HSL color Cylindrical-coordinate representation of color #EEA524: hue angle of 38.32º 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 #EEA524 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 36 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.07 |
| HSL | 38.32º | 0.86% | 0.54% | - |
| HSV(B) | 38.32º | 0.85% | 0.93% | - |
| XYZ | 49.03 | 45.21 | 7.81 | - |
| YUV | 172.12 | 51.18 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 36 | 0 | 0.31 | 0.85 | 0.07 | 38.32 | 0.86 | 0.54 |
| Hex | EE | A5 | 24 | 0 | 1F | 55 | 7 | 26 | 56 | 36 |
| Octal | 356 | 245 | 44 | 0 | 37 | 125 | 7 | 46 | 126 | 66 |
| Binary | 11101110 | 10100101 | 100100 | 0 | 11111 | 1010101 | 111 | 100110 | 1010110 | 110110 |
Color Harmonies of #EEA524
Complementary color
Monochromatic Colors of #EEA524
Black with #EEA524
Text Example
Text Example
White with #EEA524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA524; }
p { color: rgb(238,165,36); }
H1.HeaderClassName
{
color: #EEA524;
}
.AnyTagClassName
{
color: #EEA524;
}
</style>
background-color css
<style>
a { background-color: #EEA524; }
a { background-color: rgb(238,165,36); }
div.DivClassName
{
background-color: #EEA524;
}
.BgClassName
{
background-color: #EEA524;
}
</style>
border-color css
<style>
span { border-color: #EEA524; }
span { border-color: rgb(238,165,36); }
td.TdClassName
{
border-color: #EEA524;
}
.TagClassName
{
border-color: #EEA524;
}
</style>