Shades of Lightning Yellow #EEA62A
Tints of Lightning Yellow #EEA62A
RGB
CMYK
RGB Variations
Color information
#EEA62A (or 0xEEA62A) is known color: Lightning Yellow. HEX triplet: EE, A6 and 2A. RGB value is (238,166,42). Sum of RGB (Red+Green+Blue) = 238+166+42=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA62A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA62A is #1159D5. Grayscale: #ADADAD. Windows color (decimal): -1137110 or 2795246. OLE color: 2795246.
HSL color Cylindrical-coordinate representation of color #EEA62A: hue angle of 37.96º 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 #EEA62A is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 42 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.07 |
| HSL | 37.96º | 0.85% | 0.55% | - |
| HSV(B) | 37.96º | 0.82% | 0.93% | - |
| XYZ | 49.31 | 45.62 | 8.4 | - |
| YUV | 173.39 | 53.85 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 42 | 0 | 0.30 | 0.82 | 0.07 | 37.96 | 0.85 | 0.55 |
| Hex | EE | A6 | 2A | 0 | 1E | 52 | 7 | 26 | 55 | 37 |
| Octal | 356 | 246 | 52 | 0 | 36 | 122 | 7 | 46 | 125 | 67 |
| Binary | 11101110 | 10100110 | 101010 | 0 | 11110 | 1010010 | 111 | 100110 | 1010101 | 110111 |
Color Harmonies of #EEA62A
Complementary color
Monochromatic Colors of #EEA62A
Black with #EEA62A
Text Example
Text Example
White with #EEA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA62A; }
p { color: rgb(238,166,42); }
H1.HeaderClassName
{
color: #EEA62A;
}
.AnyTagClassName
{
color: #EEA62A;
}
</style>
background-color css
<style>
a { background-color: #EEA62A; }
a { background-color: rgb(238,166,42); }
div.DivClassName
{
background-color: #EEA62A;
}
.BgClassName
{
background-color: #EEA62A;
}
</style>
border-color css
<style>
span { border-color: #EEA62A; }
span { border-color: rgb(238,166,42); }
td.TdClassName
{
border-color: #EEA62A;
}
.TagClassName
{
border-color: #EEA62A;
}
</style>