Shades of Lightning Yellow #EEAA32
Tints of Lightning Yellow #EEAA32
RGB
CMYK
RGB Variations
Color information
#EEAA32 (or 0xEEAA32) is known color: Lightning Yellow. HEX triplet: EE, AA and 32. RGB value is (238,170,50). Sum of RGB (Red+Green+Blue) = 238+170+50=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA32 is #1155CD. Grayscale: #B1B1B1. Windows color (decimal): -1136078 or 3320558. OLE color: 3320558.
HSL color Cylindrical-coordinate representation of color #EEAA32: hue angle of 38.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEAA32 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 50 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.07 |
| HSL | 38.3º | 0.85% | 0.56% | - |
| HSV(B) | 38.3º | 0.79% | 0.93% | - |
| XYZ | 50.21 | 47.16 | 9.47 | - |
| YUV | 176.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 50 | 0 | 0.29 | 0.79 | 0.07 | 38.3 | 0.85 | 0.56 |
| Hex | EE | AA | 32 | 0 | 1D | 4F | 7 | 26 | 55 | 38 |
| Octal | 356 | 252 | 62 | 0 | 35 | 117 | 7 | 46 | 125 | 70 |
| Binary | 11101110 | 10101010 | 110010 | 0 | 11101 | 1001111 | 111 | 100110 | 1010101 | 111000 |
Color Harmonies of #EEAA32
Complementary color
Monochromatic Colors of #EEAA32
Black with #EEAA32
Text Example
Text Example
White with #EEAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAA32; }
p { color: rgb(238,170,50); }
H1.HeaderClassName
{
color: #EEAA32;
}
.AnyTagClassName
{
color: #EEAA32;
}
</style>
background-color css
<style>
a { background-color: #EEAA32; }
a { background-color: rgb(238,170,50); }
div.DivClassName
{
background-color: #EEAA32;
}
.BgClassName
{
background-color: #EEAA32;
}
</style>
border-color css
<style>
span { border-color: #EEAA32; }
span { border-color: rgb(238,170,50); }
td.TdClassName
{
border-color: #EEAA32;
}
.TagClassName
{
border-color: #EEAA32;
}
</style>