Shades of Lemon #E1DF11
Tints of Lemon #E1DF11
RGB
CMYK
RGB Variations
Color information
#E1DF11 (or 0xE1DF11) is known color: Lemon. HEX triplet: E1, DF and 11. RGB value is (225,223,17). Sum of RGB (Red+Green+Blue) = 225+223+17=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF11 is #1E20EE. Grayscale: #C8C8C8. Windows color (decimal): -1974511 or 1171425. OLE color: 1171425.
HSL color Cylindrical-coordinate representation of color #E1DF11: hue angle of 59.42º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1DF11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.12 |
| HSL | 59.42º | 0.86% | 0.47% | - |
| HSV(B) | 59.42º | 0.92% | 0.88% | - |
| XYZ | 57.54 | 68.82 | 10.78 | - |
| YUV | 200.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 17 | 0 | 0.01 | 0.92 | 0.12 | 59.42 | 0.86 | 0.47 |
| Hex | E1 | DF | 11 | 0 | 1 | 5C | C | 3B | 56 | 2F |
| Octal | 341 | 337 | 21 | 0 | 1 | 134 | 14 | 73 | 126 | 57 |
| Binary | 11100001 | 11011111 | 10001 | 0 | 1 | 1011100 | 1100 | 111011 | 1010110 | 101111 |
Color Harmonies of #E1DF11
Complementary color
Monochromatic Colors of #E1DF11
Black with #E1DF11
Text Example
Text Example
White with #E1DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF11; }
p { color: rgb(225,223,17); }
H1.HeaderClassName
{
color: #E1DF11;
}
.AnyTagClassName
{
color: #E1DF11;
}
</style>
background-color css
<style>
a { background-color: #E1DF11; }
a { background-color: rgb(225,223,17); }
div.DivClassName
{
background-color: #E1DF11;
}
.BgClassName
{
background-color: #E1DF11;
}
</style>
border-color css
<style>
span { border-color: #E1DF11; }
span { border-color: rgb(225,223,17); }
td.TdClassName
{
border-color: #E1DF11;
}
.TagClassName
{
border-color: #E1DF11;
}
</style>