Shades of Lemon #EEDC0F
Tints of Lemon #EEDC0F
RGB
CMYK
RGB Variations
Color information
#EEDC0F (or 0xEEDC0F) is known color: Lemon. HEX triplet: EE, DC and 0F. RGB value is (238,220,15). Sum of RGB (Red+Green+Blue) = 238+220+15=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC0F is #1123F0. Grayscale: #CACACA. Windows color (decimal): -1123313 or 1039598. OLE color: 1039598.
HSL color Cylindrical-coordinate representation of color #EEDC0F: hue angle of 55.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEDC0F is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 15 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.07 |
| HSL | 55.16º | 0.88% | 0.5% | - |
| HSV(B) | 55.16º | 0.94% | 0.93% | - |
| XYZ | 60.94 | 69.4 | 10.64 | - |
| YUV | 202.01 | 22.46 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 15 | 0 | 0.08 | 0.94 | 0.07 | 55.16 | 0.88 | 0.5 |
| Hex | EE | DC | F | 0 | 8 | 5E | 7 | 37 | 58 | 32 |
| Octal | 356 | 334 | 17 | 0 | 10 | 136 | 7 | 67 | 130 | 62 |
| Binary | 11101110 | 11011100 | 1111 | 0 | 1000 | 1011110 | 111 | 110111 | 1011000 | 110010 |
Color Harmonies of #EEDC0F
Complementary color
Monochromatic Colors of #EEDC0F
Black with #EEDC0F
Text Example
Text Example
White with #EEDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC0F; }
p { color: rgb(238,220,15); }
H1.HeaderClassName
{
color: #EEDC0F;
}
.AnyTagClassName
{
color: #EEDC0F;
}
</style>
background-color css
<style>
a { background-color: #EEDC0F; }
a { background-color: rgb(238,220,15); }
div.DivClassName
{
background-color: #EEDC0F;
}
.BgClassName
{
background-color: #EEDC0F;
}
</style>
border-color css
<style>
span { border-color: #EEDC0F; }
span { border-color: rgb(238,220,15); }
td.TdClassName
{
border-color: #EEDC0F;
}
.TagClassName
{
border-color: #EEDC0F;
}
</style>