Shades of Lemon #E1DB0C
Tints of Lemon #E1DB0C
RGB
CMYK
RGB Variations
Color information
#E1DB0C (or 0xE1DB0C) is known color: Lemon. HEX triplet: E1, DB and 0C. RGB value is (225,219,12). Sum of RGB (Red+Green+Blue) = 225+219+12=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB0C is #1E24F3. Grayscale: #C6C6C6. Windows color (decimal): -1975540 or 842721. OLE color: 842721.
HSL color Cylindrical-coordinate representation of color #E1DB0C: hue angle of 58.31º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1DB0C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.12 |
| HSL | 58.31º | 0.9% | 0.46% | - |
| HSV(B) | 58.31º | 0.95% | 0.88% | - |
| XYZ | 56.45 | 66.7 | 10.25 | - |
| YUV | 197.2 | 23.49 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 12 | 0 | 0.03 | 0.95 | 0.12 | 58.31 | 0.9 | 0.46 |
| Hex | E1 | DB | C | 0 | 3 | 5F | C | 3A | 5A | 2E |
| Octal | 341 | 333 | 14 | 0 | 3 | 137 | 14 | 72 | 132 | 56 |
| Binary | 11100001 | 11011011 | 1100 | 0 | 11 | 1011111 | 1100 | 111010 | 1011010 | 101110 |
Color Harmonies of #E1DB0C
Complementary color
Monochromatic Colors of #E1DB0C
Black with #E1DB0C
Text Example
Text Example
White with #E1DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB0C; }
p { color: rgb(225,219,12); }
H1.HeaderClassName
{
color: #E1DB0C;
}
.AnyTagClassName
{
color: #E1DB0C;
}
</style>
background-color css
<style>
a { background-color: #E1DB0C; }
a { background-color: rgb(225,219,12); }
div.DivClassName
{
background-color: #E1DB0C;
}
.BgClassName
{
background-color: #E1DB0C;
}
</style>
border-color css
<style>
span { border-color: #E1DB0C; }
span { border-color: rgb(225,219,12); }
td.TdClassName
{
border-color: #E1DB0C;
}
.TagClassName
{
border-color: #E1DB0C;
}
</style>