Shades of Lightning Yellow #EEA22C
Tints of Lightning Yellow #EEA22C
RGB
CMYK
RGB Variations
Color information
#EEA22C (or 0xEEA22C) is known color: Lightning Yellow. HEX triplet: EE, A2 and 2C. RGB value is (238,162,44). Sum of RGB (Red+Green+Blue) = 238+162+44=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA22C is #115DD3. Grayscale: #ABABAB. Windows color (decimal): -1138132 or 2925294. OLE color: 2925294.
HSL color Cylindrical-coordinate representation of color #EEA22C: hue angle of 36.49º 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 #EEA22C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 44 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.07 |
| HSL | 36.49º | 0.85% | 0.55% | - |
| HSV(B) | 36.49º | 0.82% | 0.93% | - |
| XYZ | 48.63 | 44.2 | 8.35 | - |
| YUV | 171.27 | 56.18 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 44 | 0 | 0.32 | 0.82 | 0.07 | 36.49 | 0.85 | 0.55 |
| Hex | EE | A2 | 2C | 0 | 20 | 52 | 7 | 24 | 55 | 37 |
| Octal | 356 | 242 | 54 | 0 | 40 | 122 | 7 | 44 | 125 | 67 |
| Binary | 11101110 | 10100010 | 101100 | 0 | 100000 | 1010010 | 111 | 100100 | 1010101 | 110111 |
Color Harmonies of #EEA22C
Complementary color
Monochromatic Colors of #EEA22C
Black with #EEA22C
Text Example
Text Example
White with #EEA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA22C; }
p { color: rgb(238,162,44); }
H1.HeaderClassName
{
color: #EEA22C;
}
.AnyTagClassName
{
color: #EEA22C;
}
</style>
background-color css
<style>
a { background-color: #EEA22C; }
a { background-color: rgb(238,162,44); }
div.DivClassName
{
background-color: #EEA22C;
}
.BgClassName
{
background-color: #EEA22C;
}
</style>
border-color css
<style>
span { border-color: #EEA22C; }
span { border-color: rgb(238,162,44); }
td.TdClassName
{
border-color: #EEA22C;
}
.TagClassName
{
border-color: #EEA22C;
}
</style>