Shades of Lemon #E4DC10
Tints of Lemon #E4DC10
RGB
CMYK
RGB Variations
Color information
#E4DC10 (or 0xE4DC10) is known color: Lemon. HEX triplet: E4, DC and 10. RGB value is (228,220,16). Sum of RGB (Red+Green+Blue) = 228+220+16=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DC10 is #1B23EF. Grayscale: #C7C7C7. Windows color (decimal): -1778672 or 1105124. OLE color: 1105124.
HSL color Cylindrical-coordinate representation of color #E4DC10: hue angle of 57.74º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4DC10 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.11 |
| HSL | 57.74º | 0.87% | 0.48% | - |
| HSV(B) | 57.74º | 0.93% | 0.89% | - |
| XYZ | 57.68 | 67.72 | 10.52 | - |
| YUV | 199.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 16 | 0 | 0.04 | 0.93 | 0.11 | 57.74 | 0.87 | 0.48 |
| Hex | E4 | DC | 10 | 0 | 4 | 5D | B | 3A | 57 | 30 |
| Octal | 344 | 334 | 20 | 0 | 4 | 135 | 13 | 72 | 127 | 60 |
| Binary | 11100100 | 11011100 | 10000 | 0 | 100 | 1011101 | 1011 | 111010 | 1010111 | 110000 |
Color Harmonies of #E4DC10
Complementary color
Monochromatic Colors of #E4DC10
Black with #E4DC10
Text Example
Text Example
White with #E4DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC10; }
p { color: rgb(228,220,16); }
H1.HeaderClassName
{
color: #E4DC10;
}
.AnyTagClassName
{
color: #E4DC10;
}
</style>
background-color css
<style>
a { background-color: #E4DC10; }
a { background-color: rgb(228,220,16); }
div.DivClassName
{
background-color: #E4DC10;
}
.BgClassName
{
background-color: #E4DC10;
}
</style>
border-color css
<style>
span { border-color: #E4DC10; }
span { border-color: rgb(228,220,16); }
td.TdClassName
{
border-color: #E4DC10;
}
.TagClassName
{
border-color: #E4DC10;
}
</style>