Shades of Lemon #E3E50C
Tints of Lemon #E3E50C
RGB
CMYK
RGB Variations
Color information
#E3E50C (or 0xE3E50C) is known color: Lemon. HEX triplet: E3, E5 and 0C. RGB value is (227,229,12). Sum of RGB (Red+Green+Blue) = 227+229+12=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E50C is #1C1AF3. Grayscale: #CCCCCC. Windows color (decimal): -1841908 or 845283. OLE color: 845283.
HSL color Cylindrical-coordinate representation of color #E3E50C: hue angle of 60.55º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3E50C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.10 |
| HSL | 60.55º | 0.9% | 0.47% | - |
| HSV(B) | 60.55º | 0.95% | 0.9% | - |
| XYZ | 59.76 | 72.4 | 11.17 | - |
| YUV | 203.66 | 19.84 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 12 | 0.01 | 0 | 0.95 | 0.10 | 60.55 | 0.9 | 0.47 |
| Hex | E3 | E5 | C | 1 | 0 | 5F | A | 3D | 5A | 2F |
| Octal | 343 | 345 | 14 | 1 | 0 | 137 | 12 | 75 | 132 | 57 |
| Binary | 11100011 | 11100101 | 1100 | 1 | 0 | 1011111 | 1010 | 111101 | 1011010 | 101111 |
Color Harmonies of #E3E50C
Complementary color
Monochromatic Colors of #E3E50C
Black with #E3E50C
Text Example
Text Example
White with #E3E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E50C; }
p { color: rgb(227,229,12); }
H1.HeaderClassName
{
color: #E3E50C;
}
.AnyTagClassName
{
color: #E3E50C;
}
</style>
background-color css
<style>
a { background-color: #E3E50C; }
a { background-color: rgb(227,229,12); }
div.DivClassName
{
background-color: #E3E50C;
}
.BgClassName
{
background-color: #E3E50C;
}
</style>
border-color css
<style>
span { border-color: #E3E50C; }
span { border-color: rgb(227,229,12); }
td.TdClassName
{
border-color: #E3E50C;
}
.TagClassName
{
border-color: #E3E50C;
}
</style>