Shades of Lemon #E5DA0F
Tints of Lemon #E5DA0F
RGB
CMYK
RGB Variations
Color information
#E5DA0F (or 0xE5DA0F) is known color: Lemon. HEX triplet: E5, DA and 0F. RGB value is (229,218,15). Sum of RGB (Red+Green+Blue) = 229+218+15=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DA0F is #1A25F0. Grayscale: #C6C6C6. Windows color (decimal): -1713649 or 1039077. OLE color: 1039077.
HSL color Cylindrical-coordinate representation of color #E5DA0F: hue angle of 56.92º 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 #E5DA0F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.10 |
| HSL | 56.92º | 0.88% | 0.48% | - |
| HSV(B) | 56.92º | 0.93% | 0.9% | - |
| XYZ | 57.47 | 66.84 | 10.32 | - |
| YUV | 198.15 | 24.64 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 15 | 0 | 0.05 | 0.93 | 0.10 | 56.92 | 0.88 | 0.48 |
| Hex | E5 | DA | F | 0 | 5 | 5D | A | 39 | 58 | 30 |
| Octal | 345 | 332 | 17 | 0 | 5 | 135 | 12 | 71 | 130 | 60 |
| Binary | 11100101 | 11011010 | 1111 | 0 | 101 | 1011101 | 1010 | 111001 | 1011000 | 110000 |
Color Harmonies of #E5DA0F
Complementary color
Monochromatic Colors of #E5DA0F
Black with #E5DA0F
Text Example
Text Example
White with #E5DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA0F; }
p { color: rgb(229,218,15); }
H1.HeaderClassName
{
color: #E5DA0F;
}
.AnyTagClassName
{
color: #E5DA0F;
}
</style>
background-color css
<style>
a { background-color: #E5DA0F; }
a { background-color: rgb(229,218,15); }
div.DivClassName
{
background-color: #E5DA0F;
}
.BgClassName
{
background-color: #E5DA0F;
}
</style>
border-color css
<style>
span { border-color: #E5DA0F; }
span { border-color: rgb(229,218,15); }
td.TdClassName
{
border-color: #E5DA0F;
}
.TagClassName
{
border-color: #E5DA0F;
}
</style>