Shades of Lemon #E6E20A
Tints of Lemon #E6E20A
RGB
CMYK
RGB Variations
Color information
#E6E20A (or 0xE6E20A) is known color: Lemon. HEX triplet: E6, E2 and 0A. RGB value is (230,226,10). Sum of RGB (Red+Green+Blue) = 230+226+10=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E20A is #191DF5. Grayscale: #CBCBCB. Windows color (decimal): -1646070 or 713446. OLE color: 713446.
HSL color Cylindrical-coordinate representation of color #E6E20A: hue angle of 58.91º 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 #E6E20A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.10 |
| HSL | 58.91º | 0.92% | 0.47% | - |
| HSV(B) | 58.91º | 0.96% | 0.9% | - |
| XYZ | 59.88 | 71.24 | 10.88 | - |
| YUV | 202.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 10 | 0 | 0.02 | 0.96 | 0.10 | 58.91 | 0.92 | 0.47 |
| Hex | E6 | E2 | A | 0 | 2 | 60 | A | 3B | 5C | 2F |
| Octal | 346 | 342 | 12 | 0 | 2 | 140 | 12 | 73 | 134 | 57 |
| Binary | 11100110 | 11100010 | 1010 | 0 | 10 | 1100000 | 1010 | 111011 | 1011100 | 101111 |
Color Harmonies of #E6E20A
Complementary color
Monochromatic Colors of #E6E20A
Black with #E6E20A
Text Example
Text Example
White with #E6E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E20A; }
p { color: rgb(230,226,10); }
H1.HeaderClassName
{
color: #E6E20A;
}
.AnyTagClassName
{
color: #E6E20A;
}
</style>
background-color css
<style>
a { background-color: #E6E20A; }
a { background-color: rgb(230,226,10); }
div.DivClassName
{
background-color: #E6E20A;
}
.BgClassName
{
background-color: #E6E20A;
}
</style>
border-color css
<style>
span { border-color: #E6E20A; }
span { border-color: rgb(230,226,10); }
td.TdClassName
{
border-color: #E6E20A;
}
.TagClassName
{
border-color: #E6E20A;
}
</style>