Shades of Lemon #EEE809
Tints of Lemon #EEE809
RGB
CMYK
RGB Variations
Color information
#EEE809 (or 0xEEE809) is known color: Lemon. HEX triplet: EE, E8 and 09. RGB value is (238,232,9). Sum of RGB (Red+Green+Blue) = 238+232+9=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE809 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE809 is #1117F6. Grayscale: #D1D1D1. Windows color (decimal): -1120247 or 649454. OLE color: 649454.
HSL color Cylindrical-coordinate representation of color #EEE809: hue angle of 58.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEE809 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.07 |
| HSL | 58.43º | 0.93% | 0.48% | - |
| HSV(B) | 58.43º | 0.96% | 0.93% | - |
| XYZ | 64.17 | 75.91 | 11.53 | - |
| YUV | 208.37 | 15.49 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 9 | 0 | 0.03 | 0.96 | 0.07 | 58.43 | 0.93 | 0.48 |
| Hex | EE | E8 | 9 | 0 | 3 | 60 | 7 | 3A | 5D | 30 |
| Octal | 356 | 350 | 11 | 0 | 3 | 140 | 7 | 72 | 135 | 60 |
| Binary | 11101110 | 11101000 | 1001 | 0 | 11 | 1100000 | 111 | 111010 | 1011101 | 110000 |
Color Harmonies of #EEE809
Complementary color
Monochromatic Colors of #EEE809
Black with #EEE809
Text Example
Text Example
White with #EEE809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE809; }
p { color: rgb(238,232,9); }
H1.HeaderClassName
{
color: #EEE809;
}
.AnyTagClassName
{
color: #EEE809;
}
</style>
background-color css
<style>
a { background-color: #EEE809; }
a { background-color: rgb(238,232,9); }
div.DivClassName
{
background-color: #EEE809;
}
.BgClassName
{
background-color: #EEE809;
}
</style>
border-color css
<style>
span { border-color: #EEE809; }
span { border-color: rgb(238,232,9); }
td.TdClassName
{
border-color: #EEE809;
}
.TagClassName
{
border-color: #EEE809;
}
</style>