Shades of Lightning Yellow #EEA828
Tints of Lightning Yellow #EEA828
RGB
CMYK
RGB Variations
Color information
#EEA828 (or 0xEEA828) is known color: Lightning Yellow. HEX triplet: EE, A8 and 28. RGB value is (238,168,40). Sum of RGB (Red+Green+Blue) = 238+168+40=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA828 is #1157D7. Grayscale: #AEAEAE. Windows color (decimal): -1136600 or 2664686. OLE color: 2664686.
HSL color Cylindrical-coordinate representation of color #EEA828: hue angle of 38.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEA828 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 40 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.07 |
| HSL | 38.79º | 0.85% | 0.55% | - |
| HSV(B) | 38.79º | 0.83% | 0.93% | - |
| XYZ | 49.65 | 46.34 | 8.33 | - |
| YUV | 174.34 | 52.19 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 40 | 0 | 0.29 | 0.83 | 0.07 | 38.79 | 0.85 | 0.55 |
| Hex | EE | A8 | 28 | 0 | 1D | 53 | 7 | 27 | 55 | 37 |
| Octal | 356 | 250 | 50 | 0 | 35 | 123 | 7 | 47 | 125 | 67 |
| Binary | 11101110 | 10101000 | 101000 | 0 | 11101 | 1010011 | 111 | 100111 | 1010101 | 110111 |
Color Harmonies of #EEA828
Complementary color
Monochromatic Colors of #EEA828
Black with #EEA828
Text Example
Text Example
White with #EEA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA828; }
p { color: rgb(238,168,40); }
H1.HeaderClassName
{
color: #EEA828;
}
.AnyTagClassName
{
color: #EEA828;
}
</style>
background-color css
<style>
a { background-color: #EEA828; }
a { background-color: rgb(238,168,40); }
div.DivClassName
{
background-color: #EEA828;
}
.BgClassName
{
background-color: #EEA828;
}
</style>
border-color css
<style>
span { border-color: #EEA828; }
span { border-color: rgb(238,168,40); }
td.TdClassName
{
border-color: #EEA828;
}
.TagClassName
{
border-color: #EEA828;
}
</style>