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