Shades of Lemon #E1DF0C
Tints of Lemon #E1DF0C
RGB
CMYK
RGB Variations
Color information
#E1DF0C (or 0xE1DF0C) is known color: Lemon. HEX triplet: E1, DF and 0C. RGB value is (225,223,12). Sum of RGB (Red+Green+Blue) = 225+223+12=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF0C is #1E20F3. Grayscale: #C8C8C8. Windows color (decimal): -1974516 or 843745. OLE color: 843745.
HSL color Cylindrical-coordinate representation of color #E1DF0C: hue angle of 59.44º 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 #E1DF0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.12 |
| HSL | 59.44º | 0.9% | 0.46% | - |
| HSV(B) | 59.44º | 0.95% | 0.88% | - |
| XYZ | 57.51 | 68.81 | 10.6 | - |
| YUV | 199.54 | 22.16 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 12 | 0 | 0.01 | 0.95 | 0.12 | 59.44 | 0.9 | 0.46 |
| Hex | E1 | DF | C | 0 | 1 | 5F | C | 3B | 5A | 2E |
| Octal | 341 | 337 | 14 | 0 | 1 | 137 | 14 | 73 | 132 | 56 |
| Binary | 11100001 | 11011111 | 1100 | 0 | 1 | 1011111 | 1100 | 111011 | 1011010 | 101110 |
Color Harmonies of #E1DF0C
Complementary color
Monochromatic Colors of #E1DF0C
Black with #E1DF0C
Text Example
Text Example
White with #E1DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF0C; }
p { color: rgb(225,223,12); }
H1.HeaderClassName
{
color: #E1DF0C;
}
.AnyTagClassName
{
color: #E1DF0C;
}
</style>
background-color css
<style>
a { background-color: #E1DF0C; }
a { background-color: rgb(225,223,12); }
div.DivClassName
{
background-color: #E1DF0C;
}
.BgClassName
{
background-color: #E1DF0C;
}
</style>
border-color css
<style>
span { border-color: #E1DF0C; }
span { border-color: rgb(225,223,12); }
td.TdClassName
{
border-color: #E1DF0C;
}
.TagClassName
{
border-color: #E1DF0C;
}
</style>