Shades of Lemon #E0E30C
Tints of Lemon #E0E30C
RGB
CMYK
RGB Variations
Color information
#E0E30C (or 0xE0E30C) is known color: Lemon. HEX triplet: E0, E3 and 0C. RGB value is (224,227,12). Sum of RGB (Red+Green+Blue) = 224+227+12=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E30C is #1F1CF3. Grayscale: #CACACA. Windows color (decimal): -2039028 or 844768. OLE color: 844768.
HSL color Cylindrical-coordinate representation of color #E0E30C: hue angle of 60.84º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0E30C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.11 |
| HSL | 60.84º | 0.9% | 0.47% | - |
| HSV(B) | 60.84º | 0.95% | 0.89% | - |
| XYZ | 58.28 | 70.81 | 10.94 | - |
| YUV | 201.59 | 21.01 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 12 | 0.01 | 0 | 0.95 | 0.11 | 60.84 | 0.9 | 0.47 |
| Hex | E0 | E3 | C | 1 | 0 | 5F | B | 3D | 5A | 2F |
| Octal | 340 | 343 | 14 | 1 | 0 | 137 | 13 | 75 | 132 | 57 |
| Binary | 11100000 | 11100011 | 1100 | 1 | 0 | 1011111 | 1011 | 111101 | 1011010 | 101111 |
Color Harmonies of #E0E30C
Complementary color
Monochromatic Colors of #E0E30C
Black with #E0E30C
Text Example
Text Example
White with #E0E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E30C; }
p { color: rgb(224,227,12); }
H1.HeaderClassName
{
color: #E0E30C;
}
.AnyTagClassName
{
color: #E0E30C;
}
</style>
background-color css
<style>
a { background-color: #E0E30C; }
a { background-color: rgb(224,227,12); }
div.DivClassName
{
background-color: #E0E30C;
}
.BgClassName
{
background-color: #E0E30C;
}
</style>
border-color css
<style>
span { border-color: #E0E30C; }
span { border-color: rgb(224,227,12); }
td.TdClassName
{
border-color: #E0E30C;
}
.TagClassName
{
border-color: #E0E30C;
}
</style>