Shades of Lemon #E6E80E
Tints of Lemon #E6E80E
RGB
CMYK
RGB Variations
Color information
#E6E80E (or 0xE6E80E) is known color: Lemon. HEX triplet: E6, E8 and 0E. RGB value is (230,232,14). Sum of RGB (Red+Green+Blue) = 230+232+14=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6E80E is #1917F1. Grayscale: #CFCFCF. Windows color (decimal): -1644530 or 977126. OLE color: 977126.
HSL color Cylindrical-coordinate representation of color #E6E80E: hue angle of 60.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6E80E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.09 |
| HSL | 60.55º | 0.89% | 0.48% | - |
| HSV(B) | 60.55º | 0.94% | 0.91% | - |
| XYZ | 61.57 | 74.57 | 11.56 | - |
| YUV | 206.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 14 | 0.01 | 0 | 0.94 | 0.09 | 60.55 | 0.89 | 0.48 |
| Hex | E6 | E8 | E | 1 | 0 | 5E | 9 | 3D | 59 | 30 |
| Octal | 346 | 350 | 16 | 1 | 0 | 136 | 11 | 75 | 131 | 60 |
| Binary | 11100110 | 11101000 | 1110 | 1 | 0 | 1011110 | 1001 | 111101 | 1011001 | 110000 |
Color Harmonies of #E6E80E
Complementary color
Monochromatic Colors of #E6E80E
Black with #E6E80E
Text Example
Text Example
White with #E6E80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E80E; }
p { color: rgb(230,232,14); }
H1.HeaderClassName
{
color: #E6E80E;
}
.AnyTagClassName
{
color: #E6E80E;
}
</style>
background-color css
<style>
a { background-color: #E6E80E; }
a { background-color: rgb(230,232,14); }
div.DivClassName
{
background-color: #E6E80E;
}
.BgClassName
{
background-color: #E6E80E;
}
</style>
border-color css
<style>
span { border-color: #E6E80E; }
span { border-color: rgb(230,232,14); }
td.TdClassName
{
border-color: #E6E80E;
}
.TagClassName
{
border-color: #E6E80E;
}
</style>