Shades of Lightning Yellow #EEA62E
Tints of Lightning Yellow #EEA62E
RGB
CMYK
RGB Variations
Color information
#EEA62E (or 0xEEA62E) is known color: Lightning Yellow. HEX triplet: EE, A6 and 2E. RGB value is (238,166,46). Sum of RGB (Red+Green+Blue) = 238+166+46=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA62E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA62E is #1159D1. Grayscale: #AEAEAE. Windows color (decimal): -1137106 or 3057390. OLE color: 3057390.
HSL color Cylindrical-coordinate representation of color #EEA62E: hue angle of 37.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEA62E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 46 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.07 |
| HSL | 37.5º | 0.85% | 0.56% | - |
| HSV(B) | 37.5º | 0.81% | 0.93% | - |
| XYZ | 49.39 | 45.65 | 8.79 | - |
| YUV | 173.85 | 55.85 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 46 | 0 | 0.30 | 0.81 | 0.07 | 37.5 | 0.85 | 0.56 |
| Hex | EE | A6 | 2E | 0 | 1E | 51 | 7 | 26 | 55 | 38 |
| Octal | 356 | 246 | 56 | 0 | 36 | 121 | 7 | 46 | 125 | 70 |
| Binary | 11101110 | 10100110 | 101110 | 0 | 11110 | 1010001 | 111 | 100110 | 1010101 | 111000 |
Color Harmonies of #EEA62E
Complementary color
Monochromatic Colors of #EEA62E
Black with #EEA62E
Text Example
Text Example
White with #EEA62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA62E; }
p { color: rgb(238,166,46); }
H1.HeaderClassName
{
color: #EEA62E;
}
.AnyTagClassName
{
color: #EEA62E;
}
</style>
background-color css
<style>
a { background-color: #EEA62E; }
a { background-color: rgb(238,166,46); }
div.DivClassName
{
background-color: #EEA62E;
}
.BgClassName
{
background-color: #EEA62E;
}
</style>
border-color css
<style>
span { border-color: #EEA62E; }
span { border-color: rgb(238,166,46); }
td.TdClassName
{
border-color: #EEA62E;
}
.TagClassName
{
border-color: #EEA62E;
}
</style>