Shades of Lightning Yellow #EEA42F
Tints of Lightning Yellow #EEA42F
RGB
CMYK
RGB Variations
Color information
#EEA42F (or 0xEEA42F) is known color: Lightning Yellow. HEX triplet: EE, A4 and 2F. RGB value is (238,164,47). Sum of RGB (Red+Green+Blue) = 238+164+47=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA42F is #115BD0. Grayscale: #ADADAD. Windows color (decimal): -1137617 or 3122414. OLE color: 3122414.
HSL color Cylindrical-coordinate representation of color #EEA42F: hue angle of 36.75º 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 #EEA42F is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 47 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.07 |
| HSL | 36.75º | 0.85% | 0.56% | - |
| HSV(B) | 36.75º | 0.8% | 0.93% | - |
| XYZ | 49.05 | 44.93 | 8.78 | - |
| YUV | 172.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 47 | 0 | 0.31 | 0.80 | 0.07 | 36.75 | 0.85 | 0.56 |
| Hex | EE | A4 | 2F | 0 | 1F | 50 | 7 | 25 | 55 | 38 |
| Octal | 356 | 244 | 57 | 0 | 37 | 120 | 7 | 45 | 125 | 70 |
| Binary | 11101110 | 10100100 | 101111 | 0 | 11111 | 1010000 | 111 | 100101 | 1010101 | 111000 |
Color Harmonies of #EEA42F
Complementary color
Monochromatic Colors of #EEA42F
Black with #EEA42F
Text Example
Text Example
White with #EEA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA42F; }
p { color: rgb(238,164,47); }
H1.HeaderClassName
{
color: #EEA42F;
}
.AnyTagClassName
{
color: #EEA42F;
}
</style>
background-color css
<style>
a { background-color: #EEA42F; }
a { background-color: rgb(238,164,47); }
div.DivClassName
{
background-color: #EEA42F;
}
.BgClassName
{
background-color: #EEA42F;
}
</style>
border-color css
<style>
span { border-color: #EEA42F; }
span { border-color: rgb(238,164,47); }
td.TdClassName
{
border-color: #EEA42F;
}
.TagClassName
{
border-color: #EEA42F;
}
</style>