Shades of Lemon #E5DD0F
Tints of Lemon #E5DD0F
RGB
CMYK
RGB Variations
Color information
#E5DD0F (or 0xE5DD0F) is known color: Lemon. HEX triplet: E5, DD and 0F. RGB value is (229,221,15). Sum of RGB (Red+Green+Blue) = 229+221+15=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DD0F is #1A22F0. Grayscale: #C8C8C8. Windows color (decimal): -1712881 or 1039845. OLE color: 1039845.
HSL color Cylindrical-coordinate representation of color #E5DD0F: hue angle of 57.76º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5DD0F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 15 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.10 |
| HSL | 57.76º | 0.88% | 0.48% | - |
| HSV(B) | 57.76º | 0.93% | 0.9% | - |
| XYZ | 58.26 | 68.41 | 10.59 | - |
| YUV | 199.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 15 | 0 | 0.03 | 0.93 | 0.10 | 57.76 | 0.88 | 0.48 |
| Hex | E5 | DD | F | 0 | 3 | 5D | A | 3A | 58 | 30 |
| Octal | 345 | 335 | 17 | 0 | 3 | 135 | 12 | 72 | 130 | 60 |
| Binary | 11100101 | 11011101 | 1111 | 0 | 11 | 1011101 | 1010 | 111010 | 1011000 | 110000 |
Color Harmonies of #E5DD0F
Complementary color
Monochromatic Colors of #E5DD0F
Black with #E5DD0F
Text Example
Text Example
White with #E5DD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD0F; }
p { color: rgb(229,221,15); }
H1.HeaderClassName
{
color: #E5DD0F;
}
.AnyTagClassName
{
color: #E5DD0F;
}
</style>
background-color css
<style>
a { background-color: #E5DD0F; }
a { background-color: rgb(229,221,15); }
div.DivClassName
{
background-color: #E5DD0F;
}
.BgClassName
{
background-color: #E5DD0F;
}
</style>
border-color css
<style>
span { border-color: #E5DD0F; }
span { border-color: rgb(229,221,15); }
td.TdClassName
{
border-color: #E5DD0F;
}
.TagClassName
{
border-color: #E5DD0F;
}
</style>