Shades of Lemon #E5DA0C
Tints of Lemon #E5DA0C
RGB
CMYK
RGB Variations
Color information
#E5DA0C (or 0xE5DA0C) is known color: Lemon. HEX triplet: E5, DA and 0C. RGB value is (229,218,12). Sum of RGB (Red+Green+Blue) = 229+218+12=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DA0C is #1A25F3. Grayscale: #C6C6C6. Windows color (decimal): -1713652 or 842469. OLE color: 842469.
HSL color Cylindrical-coordinate representation of color #E5DA0C: hue angle of 56.96º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5DA0C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.10 |
| HSL | 56.96º | 0.9% | 0.47% | - |
| HSV(B) | 56.96º | 0.95% | 0.9% | - |
| XYZ | 57.45 | 66.83 | 10.22 | - |
| YUV | 197.81 | 23.14 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 12 | 0 | 0.05 | 0.95 | 0.10 | 56.96 | 0.9 | 0.47 |
| Hex | E5 | DA | C | 0 | 5 | 5F | A | 39 | 5A | 2F |
| Octal | 345 | 332 | 14 | 0 | 5 | 137 | 12 | 71 | 132 | 57 |
| Binary | 11100101 | 11011010 | 1100 | 0 | 101 | 1011111 | 1010 | 111001 | 1011010 | 101111 |
Color Harmonies of #E5DA0C
Complementary color
Monochromatic Colors of #E5DA0C
Black with #E5DA0C
Text Example
Text Example
White with #E5DA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA0C; }
p { color: rgb(229,218,12); }
H1.HeaderClassName
{
color: #E5DA0C;
}
.AnyTagClassName
{
color: #E5DA0C;
}
</style>
background-color css
<style>
a { background-color: #E5DA0C; }
a { background-color: rgb(229,218,12); }
div.DivClassName
{
background-color: #E5DA0C;
}
.BgClassName
{
background-color: #E5DA0C;
}
</style>
border-color css
<style>
span { border-color: #E5DA0C; }
span { border-color: rgb(229,218,12); }
td.TdClassName
{
border-color: #E5DA0C;
}
.TagClassName
{
border-color: #E5DA0C;
}
</style>