Shades of Lemon #EEDC0D
Tints of Lemon #EEDC0D
RGB
CMYK
RGB Variations
Color information
#EEDC0D (or 0xEEDC0D) is known color: Lemon. HEX triplet: EE, DC and 0D. RGB value is (238,220,13). Sum of RGB (Red+Green+Blue) = 238+220+13=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC0D is #1123F2. Grayscale: #CACACA. Windows color (decimal): -1123315 or 908526. OLE color: 908526.
HSL color Cylindrical-coordinate representation of color #EEDC0D: hue angle of 55.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEDC0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 55.2º | 0.9% | 0.49% | - |
| HSV(B) | 55.2º | 0.95% | 0.93% | - |
| XYZ | 60.93 | 69.39 | 10.56 | - |
| YUV | 201.78 | 21.46 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 13 | 0 | 0.08 | 0.95 | 0.07 | 55.2 | 0.9 | 0.49 |
| Hex | EE | DC | D | 0 | 8 | 5F | 7 | 37 | 5A | 31 |
| Octal | 356 | 334 | 15 | 0 | 10 | 137 | 7 | 67 | 132 | 61 |
| Binary | 11101110 | 11011100 | 1101 | 0 | 1000 | 1011111 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #EEDC0D
Complementary color
Monochromatic Colors of #EEDC0D
Black with #EEDC0D
Text Example
Text Example
White with #EEDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC0D; }
p { color: rgb(238,220,13); }
H1.HeaderClassName
{
color: #EEDC0D;
}
.AnyTagClassName
{
color: #EEDC0D;
}
</style>
background-color css
<style>
a { background-color: #EEDC0D; }
a { background-color: rgb(238,220,13); }
div.DivClassName
{
background-color: #EEDC0D;
}
.BgClassName
{
background-color: #EEDC0D;
}
</style>
border-color css
<style>
span { border-color: #EEDC0D; }
span { border-color: rgb(238,220,13); }
td.TdClassName
{
border-color: #EEDC0D;
}
.TagClassName
{
border-color: #EEDC0D;
}
</style>