Shades of Lemon #EEE409
Tints of Lemon #EEE409
RGB
CMYK
RGB Variations
Color information
#EEE409 (or 0xEEE409) is known color: Lemon. HEX triplet: EE, E4 and 09. RGB value is (238,228,9). Sum of RGB (Red+Green+Blue) = 238+228+9=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE409 is #111BF6. Grayscale: #CECECE. Windows color (decimal): -1121271 or 648430. OLE color: 648430.
HSL color Cylindrical-coordinate representation of color #EEE409: hue angle of 57.38º 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 #EEE409 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.07 |
| HSL | 57.38º | 0.93% | 0.48% | - |
| HSV(B) | 57.38º | 0.96% | 0.93% | - |
| XYZ | 63.05 | 73.68 | 11.16 | - |
| YUV | 206.02 | 16.81 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 9 | 0 | 0.04 | 0.96 | 0.07 | 57.38 | 0.93 | 0.48 |
| Hex | EE | E4 | 9 | 0 | 4 | 60 | 7 | 39 | 5D | 30 |
| Octal | 356 | 344 | 11 | 0 | 4 | 140 | 7 | 71 | 135 | 60 |
| Binary | 11101110 | 11100100 | 1001 | 0 | 100 | 1100000 | 111 | 111001 | 1011101 | 110000 |
Color Harmonies of #EEE409
Complementary color
Monochromatic Colors of #EEE409
Black with #EEE409
Text Example
Text Example
White with #EEE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE409; }
p { color: rgb(238,228,9); }
H1.HeaderClassName
{
color: #EEE409;
}
.AnyTagClassName
{
color: #EEE409;
}
</style>
background-color css
<style>
a { background-color: #EEE409; }
a { background-color: rgb(238,228,9); }
div.DivClassName
{
background-color: #EEE409;
}
.BgClassName
{
background-color: #EEE409;
}
</style>
border-color css
<style>
span { border-color: #EEE409; }
span { border-color: rgb(238,228,9); }
td.TdClassName
{
border-color: #EEE409;
}
.TagClassName
{
border-color: #EEE409;
}
</style>