Shades of Lightning Yellow #EEA92A
Tints of Lightning Yellow #EEA92A
RGB
CMYK
RGB Variations
Color information
#EEA92A (or 0xEEA92A) is known color: Lightning Yellow. HEX triplet: EE, A9 and 2A. RGB value is (238,169,42). Sum of RGB (Red+Green+Blue) = 238+169+42=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA92A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA92A is #1156D5. Grayscale: #AFAFAF. Windows color (decimal): -1136342 or 2796014. OLE color: 2796014.
HSL color Cylindrical-coordinate representation of color #EEA92A: hue angle of 38.88º 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 #EEA92A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 42 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.07 |
| HSL | 38.88º | 0.85% | 0.55% | - |
| HSV(B) | 38.88º | 0.82% | 0.93% | - |
| XYZ | 49.87 | 46.72 | 8.58 | - |
| YUV | 175.15 | 52.86 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 42 | 0 | 0.29 | 0.82 | 0.07 | 38.88 | 0.85 | 0.55 |
| Hex | EE | A9 | 2A | 0 | 1D | 52 | 7 | 27 | 55 | 37 |
| Octal | 356 | 251 | 52 | 0 | 35 | 122 | 7 | 47 | 125 | 67 |
| Binary | 11101110 | 10101001 | 101010 | 0 | 11101 | 1010010 | 111 | 100111 | 1010101 | 110111 |
Color Harmonies of #EEA92A
Complementary color
Monochromatic Colors of #EEA92A
Black with #EEA92A
Text Example
Text Example
White with #EEA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA92A; }
p { color: rgb(238,169,42); }
H1.HeaderClassName
{
color: #EEA92A;
}
.AnyTagClassName
{
color: #EEA92A;
}
</style>
background-color css
<style>
a { background-color: #EEA92A; }
a { background-color: rgb(238,169,42); }
div.DivClassName
{
background-color: #EEA92A;
}
.BgClassName
{
background-color: #EEA92A;
}
</style>
border-color css
<style>
span { border-color: #EEA92A; }
span { border-color: rgb(238,169,42); }
td.TdClassName
{
border-color: #EEA92A;
}
.TagClassName
{
border-color: #EEA92A;
}
</style>