Shades of Lightning Yellow #EEA72A
Tints of Lightning Yellow #EEA72A
RGB
CMYK
RGB Variations
Color information
#EEA72A (or 0xEEA72A) is known color: Lightning Yellow. HEX triplet: EE, A7 and 2A. RGB value is (238,167,42). Sum of RGB (Red+Green+Blue) = 238+167+42=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA72A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA72A is #1158D5. Grayscale: #AEAEAE. Windows color (decimal): -1136854 or 2795502. OLE color: 2795502.
HSL color Cylindrical-coordinate representation of color #EEA72A: hue angle of 38.27º 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 #EEA72A is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 42 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.07 |
| HSL | 38.27º | 0.85% | 0.55% | - |
| HSV(B) | 38.27º | 0.82% | 0.93% | - |
| XYZ | 49.5 | 45.98 | 8.46 | - |
| YUV | 173.98 | 53.52 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 42 | 0 | 0.30 | 0.82 | 0.07 | 38.27 | 0.85 | 0.55 |
| Hex | EE | A7 | 2A | 0 | 1E | 52 | 7 | 26 | 55 | 37 |
| Octal | 356 | 247 | 52 | 0 | 36 | 122 | 7 | 46 | 125 | 67 |
| Binary | 11101110 | 10100111 | 101010 | 0 | 11110 | 1010010 | 111 | 100110 | 1010101 | 110111 |
Color Harmonies of #EEA72A
Complementary color
Monochromatic Colors of #EEA72A
Black with #EEA72A
Text Example
Text Example
White with #EEA72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA72A; }
p { color: rgb(238,167,42); }
H1.HeaderClassName
{
color: #EEA72A;
}
.AnyTagClassName
{
color: #EEA72A;
}
</style>
background-color css
<style>
a { background-color: #EEA72A; }
a { background-color: rgb(238,167,42); }
div.DivClassName
{
background-color: #EEA72A;
}
.BgClassName
{
background-color: #EEA72A;
}
</style>
border-color css
<style>
span { border-color: #EEA72A; }
span { border-color: rgb(238,167,42); }
td.TdClassName
{
border-color: #EEA72A;
}
.TagClassName
{
border-color: #EEA72A;
}
</style>