Shades of Lemon #E5DD13
Tints of Lemon #E5DD13
RGB
CMYK
RGB Variations
Color information
#E5DD13 (or 0xE5DD13) is known color: Lemon. HEX triplet: E5, DD and 13. RGB value is (229,221,19). Sum of RGB (Red+Green+Blue) = 229+221+19=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DD13 is #1A22EC. Grayscale: #C9C9C9. Windows color (decimal): -1712877 or 1301989. OLE color: 1301989.
HSL color Cylindrical-coordinate representation of color #E5DD13: hue angle of 57.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5DD13 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.10 |
| HSL | 57.71º | 0.85% | 0.49% | - |
| HSV(B) | 57.71º | 0.92% | 0.9% | - |
| XYZ | 58.29 | 68.42 | 10.75 | - |
| YUV | 200.36 | 25.65 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 19 | 0 | 0.03 | 0.92 | 0.10 | 57.71 | 0.85 | 0.49 |
| Hex | E5 | DD | 13 | 0 | 3 | 5C | A | 3A | 55 | 31 |
| Octal | 345 | 335 | 23 | 0 | 3 | 134 | 12 | 72 | 125 | 61 |
| Binary | 11100101 | 11011101 | 10011 | 0 | 11 | 1011100 | 1010 | 111010 | 1010101 | 110001 |
Color Harmonies of #E5DD13
Complementary color
Monochromatic Colors of #E5DD13
Black with #E5DD13
Text Example
Text Example
White with #E5DD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD13; }
p { color: rgb(229,221,19); }
H1.HeaderClassName
{
color: #E5DD13;
}
.AnyTagClassName
{
color: #E5DD13;
}
</style>
background-color css
<style>
a { background-color: #E5DD13; }
a { background-color: rgb(229,221,19); }
div.DivClassName
{
background-color: #E5DD13;
}
.BgClassName
{
background-color: #E5DD13;
}
</style>
border-color css
<style>
span { border-color: #E5DD13; }
span { border-color: rgb(229,221,19); }
td.TdClassName
{
border-color: #E5DD13;
}
.TagClassName
{
border-color: #E5DD13;
}
</style>