Shades of Lemon #EEE80E
Tints of Lemon #EEE80E
RGB
CMYK
RGB Variations
Color information
#EEE80E (or 0xEEE80E) is known color: Lemon. HEX triplet: EE, E8 and 0E. RGB value is (238,232,14). Sum of RGB (Red+Green+Blue) = 238+232+14=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE80E is #1117F1. Grayscale: #D1D1D1. Windows color (decimal): -1120242 or 977134. OLE color: 977134.
HSL color Cylindrical-coordinate representation of color #EEE80E: hue angle of 58.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEE80E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.07 |
| HSL | 58.39º | 0.89% | 0.49% | - |
| HSV(B) | 58.39º | 0.94% | 0.93% | - |
| XYZ | 64.2 | 75.92 | 11.69 | - |
| YUV | 208.94 | 17.99 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 14 | 0 | 0.03 | 0.94 | 0.07 | 58.39 | 0.89 | 0.49 |
| Hex | EE | E8 | E | 0 | 3 | 5E | 7 | 3A | 59 | 31 |
| Octal | 356 | 350 | 16 | 0 | 3 | 136 | 7 | 72 | 131 | 61 |
| Binary | 11101110 | 11101000 | 1110 | 0 | 11 | 1011110 | 111 | 111010 | 1011001 | 110001 |
Color Harmonies of #EEE80E
Complementary color
Monochromatic Colors of #EEE80E
Black with #EEE80E
Text Example
Text Example
White with #EEE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE80E; }
p { color: rgb(238,232,14); }
H1.HeaderClassName
{
color: #EEE80E;
}
.AnyTagClassName
{
color: #EEE80E;
}
</style>
background-color css
<style>
a { background-color: #EEE80E; }
a { background-color: rgb(238,232,14); }
div.DivClassName
{
background-color: #EEE80E;
}
.BgClassName
{
background-color: #EEE80E;
}
</style>
border-color css
<style>
span { border-color: #EEE80E; }
span { border-color: rgb(238,232,14); }
td.TdClassName
{
border-color: #EEE80E;
}
.TagClassName
{
border-color: #EEE80E;
}
</style>