Shades of Lemon #EED90E
Tints of Lemon #EED90E
RGB
CMYK
RGB Variations
Color information
#EED90E (or 0xEED90E) is known color: Lemon. HEX triplet: EE, D9 and 0E. RGB value is (238,217,14). Sum of RGB (Red+Green+Blue) = 238+217+14=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EED90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED90E is #1126F1. Grayscale: #C8C8C8. Windows color (decimal): -1124082 or 973294. OLE color: 973294.
HSL color Cylindrical-coordinate representation of color #EED90E: hue angle of 54.38º 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 #EED90E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.07 |
| HSL | 54.38º | 0.89% | 0.49% | - |
| HSV(B) | 54.38º | 0.94% | 0.93% | - |
| XYZ | 60.15 | 67.83 | 10.34 | - |
| YUV | 200.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 14 | 0 | 0.09 | 0.94 | 0.07 | 54.38 | 0.89 | 0.49 |
| Hex | EE | D9 | E | 0 | 9 | 5E | 7 | 36 | 59 | 31 |
| Octal | 356 | 331 | 16 | 0 | 11 | 136 | 7 | 66 | 131 | 61 |
| Binary | 11101110 | 11011001 | 1110 | 0 | 1001 | 1011110 | 111 | 110110 | 1011001 | 110001 |
Color Harmonies of #EED90E
Complementary color
Monochromatic Colors of #EED90E
Black with #EED90E
Text Example
Text Example
White with #EED90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED90E; }
p { color: rgb(238,217,14); }
H1.HeaderClassName
{
color: #EED90E;
}
.AnyTagClassName
{
color: #EED90E;
}
</style>
background-color css
<style>
a { background-color: #EED90E; }
a { background-color: rgb(238,217,14); }
div.DivClassName
{
background-color: #EED90E;
}
.BgClassName
{
background-color: #EED90E;
}
</style>
border-color css
<style>
span { border-color: #EED90E; }
span { border-color: rgb(238,217,14); }
td.TdClassName
{
border-color: #EED90E;
}
.TagClassName
{
border-color: #EED90E;
}
</style>