Shades of Lightning Yellow #EEAC32
Tints of Lightning Yellow #EEAC32
RGB
CMYK
RGB Variations
Color information
#EEAC32 (or 0xEEAC32) is known color: Lightning Yellow. HEX triplet: EE, AC and 32. RGB value is (238,172,50). Sum of RGB (Red+Green+Blue) = 238+172+50=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC32 is #1153CD. Grayscale: #B2B2B2. Windows color (decimal): -1135566 or 3321070. OLE color: 3321070.
HSL color Cylindrical-coordinate representation of color #EEAC32: hue angle of 38.94º 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 #EEAC32 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 50 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.07 |
| HSL | 38.94º | 0.85% | 0.56% | - |
| HSV(B) | 38.94º | 0.79% | 0.93% | - |
| XYZ | 50.59 | 47.91 | 9.6 | - |
| YUV | 177.83 | 55.87 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 50 | 0 | 0.28 | 0.79 | 0.07 | 38.94 | 0.85 | 0.56 |
| Hex | EE | AC | 32 | 0 | 1C | 4F | 7 | 27 | 55 | 38 |
| Octal | 356 | 254 | 62 | 0 | 34 | 117 | 7 | 47 | 125 | 70 |
| Binary | 11101110 | 10101100 | 110010 | 0 | 11100 | 1001111 | 111 | 100111 | 1010101 | 111000 |
Color Harmonies of #EEAC32
Complementary color
Monochromatic Colors of #EEAC32
Black with #EEAC32
Text Example
Text Example
White with #EEAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC32; }
p { color: rgb(238,172,50); }
H1.HeaderClassName
{
color: #EEAC32;
}
.AnyTagClassName
{
color: #EEAC32;
}
</style>
background-color css
<style>
a { background-color: #EEAC32; }
a { background-color: rgb(238,172,50); }
div.DivClassName
{
background-color: #EEAC32;
}
.BgClassName
{
background-color: #EEAC32;
}
</style>
border-color css
<style>
span { border-color: #EEAC32; }
span { border-color: rgb(238,172,50); }
td.TdClassName
{
border-color: #EEAC32;
}
.TagClassName
{
border-color: #EEAC32;
}
</style>