Shades of Lemon #EEDB15
Tints of Lemon #EEDB15
RGB
CMYK
RGB Variations
Color information
#EEDB15 (or 0xEEDB15) is known color: Lemon. HEX triplet: EE, DB and 15. RGB value is (238,219,21). Sum of RGB (Red+Green+Blue) = 238+219+21=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 21 (8.59% from 255 or 4.39% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB15 is #1124EA. Grayscale: #CACACA. Windows color (decimal): -1123563 or 1432558. OLE color: 1432558.
HSL color Cylindrical-coordinate representation of color #EEDB15: hue angle of 54.75º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEDB15 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 21 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.07 |
| HSL | 54.75º | 0.86% | 0.51% | - |
| HSV(B) | 54.75º | 0.91% | 0.93% | - |
| XYZ | 60.73 | 68.89 | 10.81 | - |
| YUV | 202.11 | 25.79 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 21 | 0 | 0.08 | 0.91 | 0.07 | 54.75 | 0.86 | 0.51 |
| Hex | EE | DB | 15 | 0 | 8 | 5B | 7 | 37 | 56 | 33 |
| Octal | 356 | 333 | 25 | 0 | 10 | 133 | 7 | 67 | 126 | 63 |
| Binary | 11101110 | 11011011 | 10101 | 0 | 1000 | 1011011 | 111 | 110111 | 1010110 | 110011 |
Color Harmonies of #EEDB15
Complementary color
Monochromatic Colors of #EEDB15
Black with #EEDB15
Text Example
Text Example
White with #EEDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB15; }
p { color: rgb(238,219,21); }
H1.HeaderClassName
{
color: #EEDB15;
}
.AnyTagClassName
{
color: #EEDB15;
}
</style>
background-color css
<style>
a { background-color: #EEDB15; }
a { background-color: rgb(238,219,21); }
div.DivClassName
{
background-color: #EEDB15;
}
.BgClassName
{
background-color: #EEDB15;
}
</style>
border-color css
<style>
span { border-color: #EEDB15; }
span { border-color: rgb(238,219,21); }
td.TdClassName
{
border-color: #EEDB15;
}
.TagClassName
{
border-color: #EEDB15;
}
</style>