Shades of Lemon #EEDB0D
Tints of Lemon #EEDB0D
RGB
CMYK
RGB Variations
Color information
#EEDB0D (or 0xEEDB0D) is known color: Lemon. HEX triplet: EE, DB and 0D. RGB value is (238,219,13). Sum of RGB (Red+Green+Blue) = 238+219+13=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB0D is #1124F2. Grayscale: #CACACA. Windows color (decimal): -1123571 or 908270. OLE color: 908270.
HSL color Cylindrical-coordinate representation of color #EEDB0D: hue angle of 54.93º 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 #EEDB0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.93º | 0.9% | 0.49% | - |
| HSV(B) | 54.93º | 0.95% | 0.93% | - |
| XYZ | 60.66 | 68.87 | 10.48 | - |
| YUV | 201.2 | 21.79 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 13 | 0 | 0.08 | 0.95 | 0.07 | 54.93 | 0.9 | 0.49 |
| Hex | EE | DB | D | 0 | 8 | 5F | 7 | 37 | 5A | 31 |
| Octal | 356 | 333 | 15 | 0 | 10 | 137 | 7 | 67 | 132 | 61 |
| Binary | 11101110 | 11011011 | 1101 | 0 | 1000 | 1011111 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #EEDB0D
Complementary color
Monochromatic Colors of #EEDB0D
Black with #EEDB0D
Text Example
Text Example
White with #EEDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB0D; }
p { color: rgb(238,219,13); }
H1.HeaderClassName
{
color: #EEDB0D;
}
.AnyTagClassName
{
color: #EEDB0D;
}
</style>
background-color css
<style>
a { background-color: #EEDB0D; }
a { background-color: rgb(238,219,13); }
div.DivClassName
{
background-color: #EEDB0D;
}
.BgClassName
{
background-color: #EEDB0D;
}
</style>
border-color css
<style>
span { border-color: #EEDB0D; }
span { border-color: rgb(238,219,13); }
td.TdClassName
{
border-color: #EEDB0D;
}
.TagClassName
{
border-color: #EEDB0D;
}
</style>