Shades of Lightning Yellow #EEA62D
Tints of Lightning Yellow #EEA62D
RGB
CMYK
RGB Variations
Color information
#EEA62D (or 0xEEA62D) is known color: Lightning Yellow. HEX triplet: EE, A6 and 2D. RGB value is (238,166,45). Sum of RGB (Red+Green+Blue) = 238+166+45=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA62D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA62D is #1159D2. Grayscale: #AEAEAE. Windows color (decimal): -1137107 or 2991854. OLE color: 2991854.
HSL color Cylindrical-coordinate representation of color #EEA62D: hue angle of 37.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEA62D is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 45 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.07 |
| HSL | 37.62º | 0.85% | 0.55% | - |
| HSV(B) | 37.62º | 0.81% | 0.93% | - |
| XYZ | 49.37 | 45.64 | 8.69 | - |
| YUV | 173.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 45 | 0 | 0.30 | 0.81 | 0.07 | 37.62 | 0.85 | 0.55 |
| Hex | EE | A6 | 2D | 0 | 1E | 51 | 7 | 26 | 55 | 37 |
| Octal | 356 | 246 | 55 | 0 | 36 | 121 | 7 | 46 | 125 | 67 |
| Binary | 11101110 | 10100110 | 101101 | 0 | 11110 | 1010001 | 111 | 100110 | 1010101 | 110111 |
Color Harmonies of #EEA62D
Complementary color
Monochromatic Colors of #EEA62D
Black with #EEA62D
Text Example
Text Example
White with #EEA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA62D; }
p { color: rgb(238,166,45); }
H1.HeaderClassName
{
color: #EEA62D;
}
.AnyTagClassName
{
color: #EEA62D;
}
</style>
background-color css
<style>
a { background-color: #EEA62D; }
a { background-color: rgb(238,166,45); }
div.DivClassName
{
background-color: #EEA62D;
}
.BgClassName
{
background-color: #EEA62D;
}
</style>
border-color css
<style>
span { border-color: #EEA62D; }
span { border-color: rgb(238,166,45); }
td.TdClassName
{
border-color: #EEA62D;
}
.TagClassName
{
border-color: #EEA62D;
}
</style>