Shades of Lightning Yellow #EEA42D
Tints of Lightning Yellow #EEA42D
RGB
CMYK
RGB Variations
Color information
#EEA42D (or 0xEEA42D) is known color: Lightning Yellow. HEX triplet: EE, A4 and 2D. RGB value is (238,164,45). Sum of RGB (Red+Green+Blue) = 238+164+45=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA42D is #115BD2. Grayscale: #ADADAD. Windows color (decimal): -1137619 or 2991342. OLE color: 2991342.
HSL color Cylindrical-coordinate representation of color #EEA42D: hue angle of 36.99º 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 #EEA42D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.07 |
| HSL | 36.99º | 0.85% | 0.55% | - |
| HSV(B) | 36.99º | 0.81% | 0.93% | - |
| XYZ | 49.01 | 44.92 | 8.57 | - |
| YUV | 172.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 45 | 0 | 0.31 | 0.81 | 0.07 | 36.99 | 0.85 | 0.55 |
| Hex | EE | A4 | 2D | 0 | 1F | 51 | 7 | 25 | 55 | 37 |
| Octal | 356 | 244 | 55 | 0 | 37 | 121 | 7 | 45 | 125 | 67 |
| Binary | 11101110 | 10100100 | 101101 | 0 | 11111 | 1010001 | 111 | 100101 | 1010101 | 110111 |
Color Harmonies of #EEA42D
Complementary color
Monochromatic Colors of #EEA42D
Black with #EEA42D
Text Example
Text Example
White with #EEA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA42D; }
p { color: rgb(238,164,45); }
H1.HeaderClassName
{
color: #EEA42D;
}
.AnyTagClassName
{
color: #EEA42D;
}
</style>
background-color css
<style>
a { background-color: #EEA42D; }
a { background-color: rgb(238,164,45); }
div.DivClassName
{
background-color: #EEA42D;
}
.BgClassName
{
background-color: #EEA42D;
}
</style>
border-color css
<style>
span { border-color: #EEA42D; }
span { border-color: rgb(238,164,45); }
td.TdClassName
{
border-color: #EEA42D;
}
.TagClassName
{
border-color: #EEA42D;
}
</style>