Shades of Lightning Yellow #EEA62F
Tints of Lightning Yellow #EEA62F
RGB
CMYK
RGB Variations
Color information
#EEA62F (or 0xEEA62F) is known color: Lightning Yellow. HEX triplet: EE, A6 and 2F. RGB value is (238,166,47). Sum of RGB (Red+Green+Blue) = 238+166+47=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA62F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA62F is #1159D0. Grayscale: #AEAEAE. Windows color (decimal): -1137105 or 3122926. OLE color: 3122926.
HSL color Cylindrical-coordinate representation of color #EEA62F: hue angle of 37.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEA62F is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 47 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.07 |
| HSL | 37.38º | 0.85% | 0.56% | - |
| HSV(B) | 37.38º | 0.8% | 0.93% | - |
| XYZ | 49.41 | 45.65 | 8.9 | - |
| YUV | 173.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 47 | 0 | 0.30 | 0.80 | 0.07 | 37.38 | 0.85 | 0.56 |
| Hex | EE | A6 | 2F | 0 | 1E | 50 | 7 | 25 | 55 | 38 |
| Octal | 356 | 246 | 57 | 0 | 36 | 120 | 7 | 45 | 125 | 70 |
| Binary | 11101110 | 10100110 | 101111 | 0 | 11110 | 1010000 | 111 | 100101 | 1010101 | 111000 |
Color Harmonies of #EEA62F
Complementary color
Monochromatic Colors of #EEA62F
Black with #EEA62F
Text Example
Text Example
White with #EEA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA62F; }
p { color: rgb(238,166,47); }
H1.HeaderClassName
{
color: #EEA62F;
}
.AnyTagClassName
{
color: #EEA62F;
}
</style>
background-color css
<style>
a { background-color: #EEA62F; }
a { background-color: rgb(238,166,47); }
div.DivClassName
{
background-color: #EEA62F;
}
.BgClassName
{
background-color: #EEA62F;
}
</style>
border-color css
<style>
span { border-color: #EEA62F; }
span { border-color: rgb(238,166,47); }
td.TdClassName
{
border-color: #EEA62F;
}
.TagClassName
{
border-color: #EEA62F;
}
</style>