Shades of Lemon #E8DD0D
Tints of Lemon #E8DD0D
RGB
CMYK
RGB Variations
Color information
#E8DD0D (or 0xE8DD0D) is known color: Lemon. HEX triplet: E8, DD and 0D. RGB value is (232,221,13). Sum of RGB (Red+Green+Blue) = 232+221+13=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DD0D is #1722F2. Grayscale: #C9C9C9. Windows color (decimal): -1516275 or 908776. OLE color: 908776.
HSL color Cylindrical-coordinate representation of color #E8DD0D: hue angle of 56.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8DD0D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.09 |
| HSL | 56.99º | 0.89% | 0.48% | - |
| HSV(B) | 56.99º | 0.94% | 0.91% | - |
| XYZ | 59.21 | 68.9 | 10.56 | - |
| YUV | 200.58 | 22.14 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 13 | 0 | 0.05 | 0.94 | 0.09 | 56.99 | 0.89 | 0.48 |
| Hex | E8 | DD | D | 0 | 5 | 5E | 9 | 39 | 59 | 30 |
| Octal | 350 | 335 | 15 | 0 | 5 | 136 | 11 | 71 | 131 | 60 |
| Binary | 11101000 | 11011101 | 1101 | 0 | 101 | 1011110 | 1001 | 111001 | 1011001 | 110000 |
Color Harmonies of #E8DD0D
Complementary color
Monochromatic Colors of #E8DD0D
Black with #E8DD0D
Text Example
Text Example
White with #E8DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD0D; }
p { color: rgb(232,221,13); }
H1.HeaderClassName
{
color: #E8DD0D;
}
.AnyTagClassName
{
color: #E8DD0D;
}
</style>
background-color css
<style>
a { background-color: #E8DD0D; }
a { background-color: rgb(232,221,13); }
div.DivClassName
{
background-color: #E8DD0D;
}
.BgClassName
{
background-color: #E8DD0D;
}
</style>
border-color css
<style>
span { border-color: #E8DD0D; }
span { border-color: rgb(232,221,13); }
td.TdClassName
{
border-color: #E8DD0D;
}
.TagClassName
{
border-color: #E8DD0D;
}
</style>