Shades of Lightning Yellow #EEA227
Tints of Lightning Yellow #EEA227
RGB
CMYK
RGB Variations
Color information
#EEA227 (or 0xEEA227) is known color: Lightning Yellow. HEX triplet: EE, A2 and 27. RGB value is (238,162,39). Sum of RGB (Red+Green+Blue) = 238+162+39=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA227 is #115DD8. Grayscale: #ABABAB. Windows color (decimal): -1138137 or 2597614. OLE color: 2597614.
HSL color Cylindrical-coordinate representation of color #EEA227: hue angle of 37.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEA227 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 39 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 37.09º | 0.85% | 0.54% | - |
| HSV(B) | 37.09º | 0.84% | 0.93% | - |
| XYZ | 48.55 | 44.16 | 7.89 | - |
| YUV | 170.7 | 53.68 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 39 | 0 | 0.32 | 0.84 | 0.07 | 37.09 | 0.85 | 0.54 |
| Hex | EE | A2 | 27 | 0 | 20 | 54 | 7 | 25 | 55 | 36 |
| Octal | 356 | 242 | 47 | 0 | 40 | 124 | 7 | 45 | 125 | 66 |
| Binary | 11101110 | 10100010 | 100111 | 0 | 100000 | 1010100 | 111 | 100101 | 1010101 | 110110 |
Color Harmonies of #EEA227
Complementary color
Monochromatic Colors of #EEA227
Black with #EEA227
Text Example
Text Example
White with #EEA227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA227; }
p { color: rgb(238,162,39); }
H1.HeaderClassName
{
color: #EEA227;
}
.AnyTagClassName
{
color: #EEA227;
}
</style>
background-color css
<style>
a { background-color: #EEA227; }
a { background-color: rgb(238,162,39); }
div.DivClassName
{
background-color: #EEA227;
}
.BgClassName
{
background-color: #EEA227;
}
</style>
border-color css
<style>
span { border-color: #EEA227; }
span { border-color: rgb(238,162,39); }
td.TdClassName
{
border-color: #EEA227;
}
.TagClassName
{
border-color: #EEA227;
}
</style>