Shades of Lemon #EEDD0E
Tints of Lemon #EEDD0E
RGB
CMYK
RGB Variations
Color information
#EEDD0E (or 0xEEDD0E) is known color: Lemon. HEX triplet: EE, DD and 0E. RGB value is (238,221,14). Sum of RGB (Red+Green+Blue) = 238+221+14=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD0E is #1122F1. Grayscale: #CBCBCB. Windows color (decimal): -1123058 or 974318. OLE color: 974318.
HSL color Cylindrical-coordinate representation of color #EEDD0E: hue angle of 55.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEDD0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.07 |
| HSL | 55.45º | 0.89% | 0.49% | - |
| HSV(B) | 55.45º | 0.94% | 0.93% | - |
| XYZ | 61.2 | 69.92 | 10.69 | - |
| YUV | 202.49 | 21.63 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 14 | 0 | 0.07 | 0.94 | 0.07 | 55.45 | 0.89 | 0.49 |
| Hex | EE | DD | E | 0 | 7 | 5E | 7 | 37 | 59 | 31 |
| Octal | 356 | 335 | 16 | 0 | 7 | 136 | 7 | 67 | 131 | 61 |
| Binary | 11101110 | 11011101 | 1110 | 0 | 111 | 1011110 | 111 | 110111 | 1011001 | 110001 |
Color Harmonies of #EEDD0E
Complementary color
Monochromatic Colors of #EEDD0E
Black with #EEDD0E
Text Example
Text Example
White with #EEDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD0E; }
p { color: rgb(238,221,14); }
H1.HeaderClassName
{
color: #EEDD0E;
}
.AnyTagClassName
{
color: #EEDD0E;
}
</style>
background-color css
<style>
a { background-color: #EEDD0E; }
a { background-color: rgb(238,221,14); }
div.DivClassName
{
background-color: #EEDD0E;
}
.BgClassName
{
background-color: #EEDD0E;
}
</style>
border-color css
<style>
span { border-color: #EEDD0E; }
span { border-color: rgb(238,221,14); }
td.TdClassName
{
border-color: #EEDD0E;
}
.TagClassName
{
border-color: #EEDD0E;
}
</style>