Shades of Lemon #E3E60A
Tints of Lemon #E3E60A
RGB
CMYK
RGB Variations
Color information
#E3E60A (or 0xE3E60A) is known color: Lemon. HEX triplet: E3, E6 and 0A. RGB value is (227,230,10). Sum of RGB (Red+Green+Blue) = 227+230+10=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E3E60A is #1C19F5. Grayscale: #CCCCCC. Windows color (decimal): -1841654 or 714467. OLE color: 714467.
HSL color Cylindrical-coordinate representation of color #E3E60A: hue angle of 60.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3E60A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 230 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.10 |
| HSL | 60.82º | 0.92% | 0.47% | - |
| HSV(B) | 60.82º | 0.96% | 0.9% | - |
| XYZ | 60.03 | 72.95 | 11.2 | - |
| YUV | 204.02 | 18.51 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 10 | 0.01 | 0 | 0.96 | 0.10 | 60.82 | 0.92 | 0.47 |
| Hex | E3 | E6 | A | 1 | 0 | 60 | A | 3D | 5C | 2F |
| Octal | 343 | 346 | 12 | 1 | 0 | 140 | 12 | 75 | 134 | 57 |
| Binary | 11100011 | 11100110 | 1010 | 1 | 0 | 1100000 | 1010 | 111101 | 1011100 | 101111 |
Color Harmonies of #E3E60A
Complementary color
Monochromatic Colors of #E3E60A
Black with #E3E60A
Text Example
Text Example
White with #E3E60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E60A; }
p { color: rgb(227,230,10); }
H1.HeaderClassName
{
color: #E3E60A;
}
.AnyTagClassName
{
color: #E3E60A;
}
</style>
background-color css
<style>
a { background-color: #E3E60A; }
a { background-color: rgb(227,230,10); }
div.DivClassName
{
background-color: #E3E60A;
}
.BgClassName
{
background-color: #E3E60A;
}
</style>
border-color css
<style>
span { border-color: #E3E60A; }
span { border-color: rgb(227,230,10); }
td.TdClassName
{
border-color: #E3E60A;
}
.TagClassName
{
border-color: #E3E60A;
}
</style>