Shades of Lemon #E5DD0D
Tints of Lemon #E5DD0D
RGB
CMYK
RGB Variations
Color information
#E5DD0D (or 0xE5DD0D) is known color: Lemon. HEX triplet: E5, DD and 0D. RGB value is (229,221,13). Sum of RGB (Red+Green+Blue) = 229+221+13=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DD0D is #1A22F2. Grayscale: #C8C8C8. Windows color (decimal): -1712883 or 908773. OLE color: 908773.
HSL color Cylindrical-coordinate representation of color #E5DD0D: hue angle of 57.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5DD0D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.10 |
| HSL | 57.78º | 0.89% | 0.47% | - |
| HSV(B) | 57.78º | 0.94% | 0.9% | - |
| XYZ | 58.24 | 68.4 | 10.51 | - |
| YUV | 199.68 | 22.65 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 13 | 0 | 0.03 | 0.94 | 0.10 | 57.78 | 0.89 | 0.47 |
| Hex | E5 | DD | D | 0 | 3 | 5E | A | 3A | 59 | 2F |
| Octal | 345 | 335 | 15 | 0 | 3 | 136 | 12 | 72 | 131 | 57 |
| Binary | 11100101 | 11011101 | 1101 | 0 | 11 | 1011110 | 1010 | 111010 | 1011001 | 101111 |
Color Harmonies of #E5DD0D
Complementary color
Monochromatic Colors of #E5DD0D
Black with #E5DD0D
Text Example
Text Example
White with #E5DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD0D; }
p { color: rgb(229,221,13); }
H1.HeaderClassName
{
color: #E5DD0D;
}
.AnyTagClassName
{
color: #E5DD0D;
}
</style>
background-color css
<style>
a { background-color: #E5DD0D; }
a { background-color: rgb(229,221,13); }
div.DivClassName
{
background-color: #E5DD0D;
}
.BgClassName
{
background-color: #E5DD0D;
}
</style>
border-color css
<style>
span { border-color: #E5DD0D; }
span { border-color: rgb(229,221,13); }
td.TdClassName
{
border-color: #E5DD0D;
}
.TagClassName
{
border-color: #E5DD0D;
}
</style>