Shades of Lightning Yellow #EEAB32
Tints of Lightning Yellow #EEAB32
RGB
CMYK
RGB Variations
Color information
#EEAB32 (or 0xEEAB32) is known color: Lightning Yellow. HEX triplet: EE, AB and 32. RGB value is (238,171,50). Sum of RGB (Red+Green+Blue) = 238+171+50=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB32 is #1154CD. Grayscale: #B1B1B1. Windows color (decimal): -1135822 or 3320814. OLE color: 3320814.
HSL color Cylindrical-coordinate representation of color #EEAB32: hue angle of 38.62º 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 #EEAB32 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 50 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.07 |
| HSL | 38.62º | 0.85% | 0.56% | - |
| HSV(B) | 38.62º | 0.79% | 0.93% | - |
| XYZ | 50.4 | 47.53 | 9.54 | - |
| YUV | 177.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 50 | 0 | 0.28 | 0.79 | 0.07 | 38.62 | 0.85 | 0.56 |
| Hex | EE | AB | 32 | 0 | 1C | 4F | 7 | 27 | 55 | 38 |
| Octal | 356 | 253 | 62 | 0 | 34 | 117 | 7 | 47 | 125 | 70 |
| Binary | 11101110 | 10101011 | 110010 | 0 | 11100 | 1001111 | 111 | 100111 | 1010101 | 111000 |
Color Harmonies of #EEAB32
Complementary color
Monochromatic Colors of #EEAB32
Black with #EEAB32
Text Example
Text Example
White with #EEAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAB32; }
p { color: rgb(238,171,50); }
H1.HeaderClassName
{
color: #EEAB32;
}
.AnyTagClassName
{
color: #EEAB32;
}
</style>
background-color css
<style>
a { background-color: #EEAB32; }
a { background-color: rgb(238,171,50); }
div.DivClassName
{
background-color: #EEAB32;
}
.BgClassName
{
background-color: #EEAB32;
}
</style>
border-color css
<style>
span { border-color: #EEAB32; }
span { border-color: rgb(238,171,50); }
td.TdClassName
{
border-color: #EEAB32;
}
.TagClassName
{
border-color: #EEAB32;
}
</style>