Shades of Lightning Yellow #EEA835
Tints of Lightning Yellow #EEA835
RGB
CMYK
RGB Variations
Color information
#EEA835 (or 0xEEA835) is known color: Lightning Yellow. HEX triplet: EE, A8 and 35. RGB value is (238,168,53). Sum of RGB (Red+Green+Blue) = 238+168+53=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA835 is #1157CA. Grayscale: #B0B0B0. Windows color (decimal): -1136587 or 3516654. OLE color: 3516654.
HSL color Cylindrical-coordinate representation of color #EEA835: hue angle of 37.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEA835 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 53 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.07 |
| HSL | 37.3º | 0.84% | 0.57% | - |
| HSV(B) | 37.3º | 0.78% | 0.93% | - |
| XYZ | 49.91 | 46.44 | 9.7 | - |
| YUV | 175.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 53 | 0 | 0.29 | 0.78 | 0.07 | 37.3 | 0.84 | 0.57 |
| Hex | EE | A8 | 35 | 0 | 1D | 4E | 7 | 25 | 54 | 39 |
| Octal | 356 | 250 | 65 | 0 | 35 | 116 | 7 | 45 | 124 | 71 |
| Binary | 11101110 | 10101000 | 110101 | 0 | 11101 | 1001110 | 111 | 100101 | 1010100 | 111001 |
Color Harmonies of #EEA835
Complementary color
Monochromatic Colors of #EEA835
Black with #EEA835
Text Example
Text Example
White with #EEA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA835; }
p { color: rgb(238,168,53); }
H1.HeaderClassName
{
color: #EEA835;
}
.AnyTagClassName
{
color: #EEA835;
}
</style>
background-color css
<style>
a { background-color: #EEA835; }
a { background-color: rgb(238,168,53); }
div.DivClassName
{
background-color: #EEA835;
}
.BgClassName
{
background-color: #EEA835;
}
</style>
border-color css
<style>
span { border-color: #EEA835; }
span { border-color: rgb(238,168,53); }
td.TdClassName
{
border-color: #EEA835;
}
.TagClassName
{
border-color: #EEA835;
}
</style>