Shades of Lightning Yellow #EEA42B
Tints of Lightning Yellow #EEA42B
RGB
CMYK
RGB Variations
Color information
#EEA42B (or 0xEEA42B) is known color: Lightning Yellow. HEX triplet: EE, A4 and 2B. RGB value is (238,164,43). Sum of RGB (Red+Green+Blue) = 238+164+43=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA42B is #115BD4. Grayscale: #ACACAC. Windows color (decimal): -1137621 or 2860270. OLE color: 2860270.
HSL color Cylindrical-coordinate representation of color #EEA42B: hue angle of 37.23º 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 #EEA42B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 43 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.07 |
| HSL | 37.23º | 0.85% | 0.55% | - |
| HSV(B) | 37.23º | 0.82% | 0.93% | - |
| XYZ | 48.97 | 44.9 | 8.37 | - |
| YUV | 172.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 43 | 0 | 0.31 | 0.82 | 0.07 | 37.23 | 0.85 | 0.55 |
| Hex | EE | A4 | 2B | 0 | 1F | 52 | 7 | 25 | 55 | 37 |
| Octal | 356 | 244 | 53 | 0 | 37 | 122 | 7 | 45 | 125 | 67 |
| Binary | 11101110 | 10100100 | 101011 | 0 | 11111 | 1010010 | 111 | 100101 | 1010101 | 110111 |
Color Harmonies of #EEA42B
Complementary color
Monochromatic Colors of #EEA42B
Black with #EEA42B
Text Example
Text Example
White with #EEA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA42B; }
p { color: rgb(238,164,43); }
H1.HeaderClassName
{
color: #EEA42B;
}
.AnyTagClassName
{
color: #EEA42B;
}
</style>
background-color css
<style>
a { background-color: #EEA42B; }
a { background-color: rgb(238,164,43); }
div.DivClassName
{
background-color: #EEA42B;
}
.BgClassName
{
background-color: #EEA42B;
}
</style>
border-color css
<style>
span { border-color: #EEA42B; }
span { border-color: rgb(238,164,43); }
td.TdClassName
{
border-color: #EEA42B;
}
.TagClassName
{
border-color: #EEA42B;
}
</style>