Shades of Lemon #EEED09
Tints of Lemon #EEED09
RGB
CMYK
RGB Variations
Color information
#EEED09 (or 0xEEED09) is known color: Lemon. HEX triplet: EE, ED and 09. RGB value is (238,237,9). Sum of RGB (Red+Green+Blue) = 238+237+9=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 9 (3.91% from 255 or 1.86% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED09 is #1112F6. Grayscale: #D4D4D4. Windows color (decimal): -1118967 or 650734. OLE color: 650734.
HSL color Cylindrical-coordinate representation of color #EEED09: hue angle of 59.74º 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 #EEED09 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 9 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.07 |
| HSL | 59.74º | 0.93% | 0.48% | - |
| HSV(B) | 59.74º | 0.96% | 0.93% | - |
| XYZ | 65.59 | 78.77 | 12 | - |
| YUV | 211.31 | 13.83 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 9 | 0 | 0.00 | 0.96 | 0.07 | 59.74 | 0.93 | 0.48 |
| Hex | EE | ED | 9 | 0 | 0 | 60 | 7 | 3C | 5D | 30 |
| Octal | 356 | 355 | 11 | 0 | 0 | 140 | 7 | 74 | 135 | 60 |
| Binary | 11101110 | 11101101 | 1001 | 0 | 0 | 1100000 | 111 | 111100 | 1011101 | 110000 |
Color Harmonies of #EEED09
Complementary color
Monochromatic Colors of #EEED09
Black with #EEED09
Text Example
Text Example
White with #EEED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED09; }
p { color: rgb(238,237,9); }
H1.HeaderClassName
{
color: #EEED09;
}
.AnyTagClassName
{
color: #EEED09;
}
</style>
background-color css
<style>
a { background-color: #EEED09; }
a { background-color: rgb(238,237,9); }
div.DivClassName
{
background-color: #EEED09;
}
.BgClassName
{
background-color: #EEED09;
}
</style>
border-color css
<style>
span { border-color: #EEED09; }
span { border-color: rgb(238,237,9); }
td.TdClassName
{
border-color: #EEED09;
}
.TagClassName
{
border-color: #EEED09;
}
</style>