Shades of Lightning Yellow #EEA834
Tints of Lightning Yellow #EEA834
RGB
CMYK
RGB Variations
Color information
#EEA834 (or 0xEEA834) is known color: Lightning Yellow. HEX triplet: EE, A8 and 34. RGB value is (238,168,52). Sum of RGB (Red+Green+Blue) = 238+168+52=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA834 is #1157CB. Grayscale: #B0B0B0. Windows color (decimal): -1136588 or 3451118. OLE color: 3451118.
HSL color Cylindrical-coordinate representation of color #EEA834: hue angle of 37.42º degrees, saturation: 0.85, 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 #EEA834 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 52 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.07 |
| HSL | 37.42º | 0.85% | 0.57% | - |
| HSV(B) | 37.42º | 0.78% | 0.93% | - |
| XYZ | 49.88 | 46.43 | 9.58 | - |
| YUV | 175.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 52 | 0 | 0.29 | 0.78 | 0.07 | 37.42 | 0.85 | 0.57 |
| Hex | EE | A8 | 34 | 0 | 1D | 4E | 7 | 25 | 55 | 39 |
| Octal | 356 | 250 | 64 | 0 | 35 | 116 | 7 | 45 | 125 | 71 |
| Binary | 11101110 | 10101000 | 110100 | 0 | 11101 | 1001110 | 111 | 100101 | 1010101 | 111001 |
Color Harmonies of #EEA834
Complementary color
Monochromatic Colors of #EEA834
Black with #EEA834
Text Example
Text Example
White with #EEA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA834; }
p { color: rgb(238,168,52); }
H1.HeaderClassName
{
color: #EEA834;
}
.AnyTagClassName
{
color: #EEA834;
}
</style>
background-color css
<style>
a { background-color: #EEA834; }
a { background-color: rgb(238,168,52); }
div.DivClassName
{
background-color: #EEA834;
}
.BgClassName
{
background-color: #EEA834;
}
</style>
border-color css
<style>
span { border-color: #EEA834; }
span { border-color: rgb(238,168,52); }
td.TdClassName
{
border-color: #EEA834;
}
.TagClassName
{
border-color: #EEA834;
}
</style>