Shades of Lightning Yellow #EEA22A
Tints of Lightning Yellow #EEA22A
RGB
CMYK
RGB Variations
Color information
#EEA22A (or 0xEEA22A) is known color: Lightning Yellow. HEX triplet: EE, A2 and 2A. RGB value is (238,162,42). Sum of RGB (Red+Green+Blue) = 238+162+42=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA22A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA22A is #115DD5. Grayscale: #ABABAB. Windows color (decimal): -1138134 or 2794222. OLE color: 2794222.
HSL color Cylindrical-coordinate representation of color #EEA22A: hue angle of 36.73º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEA22A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 42 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.07 |
| HSL | 36.73º | 0.85% | 0.55% | - |
| HSV(B) | 36.73º | 0.82% | 0.93% | - |
| XYZ | 48.6 | 44.18 | 8.16 | - |
| YUV | 171.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 42 | 0 | 0.32 | 0.82 | 0.07 | 36.73 | 0.85 | 0.55 |
| Hex | EE | A2 | 2A | 0 | 20 | 52 | 7 | 25 | 55 | 37 |
| Octal | 356 | 242 | 52 | 0 | 40 | 122 | 7 | 45 | 125 | 67 |
| Binary | 11101110 | 10100010 | 101010 | 0 | 100000 | 1010010 | 111 | 100101 | 1010101 | 110111 |
Color Harmonies of #EEA22A
Complementary color
Monochromatic Colors of #EEA22A
Black with #EEA22A
Text Example
Text Example
White with #EEA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA22A; }
p { color: rgb(238,162,42); }
H1.HeaderClassName
{
color: #EEA22A;
}
.AnyTagClassName
{
color: #EEA22A;
}
</style>
background-color css
<style>
a { background-color: #EEA22A; }
a { background-color: rgb(238,162,42); }
div.DivClassName
{
background-color: #EEA22A;
}
.BgClassName
{
background-color: #EEA22A;
}
</style>
border-color css
<style>
span { border-color: #EEA22A; }
span { border-color: rgb(238,162,42); }
td.TdClassName
{
border-color: #EEA22A;
}
.TagClassName
{
border-color: #EEA22A;
}
</style>