Shades of Lemon #E6E80D
Tints of Lemon #E6E80D
RGB
CMYK
RGB Variations
Color information
#E6E80D (or 0xE6E80D) is known color: Lemon. HEX triplet: E6, E8 and 0D. RGB value is (230,232,13). Sum of RGB (Red+Green+Blue) = 230+232+13=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6E80D is #1917F2. Grayscale: #CFCFCF. Windows color (decimal): -1644531 or 911590. OLE color: 911590.
HSL color Cylindrical-coordinate representation of color #E6E80D: 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 #E6E80D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 13 | - |
| 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.56 | 74.57 | 11.53 | - |
| YUV | 206.44 | 18.84 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 13 | 0.01 | 0 | 0.94 | 0.09 | 60.55 | 0.89 | 0.48 |
| Hex | E6 | E8 | D | 1 | 0 | 5E | 9 | 3D | 59 | 30 |
| Octal | 346 | 350 | 15 | 1 | 0 | 136 | 11 | 75 | 131 | 60 |
| Binary | 11100110 | 11101000 | 1101 | 1 | 0 | 1011110 | 1001 | 111101 | 1011001 | 110000 |
Color Harmonies of #E6E80D
Complementary color
Monochromatic Colors of #E6E80D
Black with #E6E80D
Text Example
Text Example
White with #E6E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E80D; }
p { color: rgb(230,232,13); }
H1.HeaderClassName
{
color: #E6E80D;
}
.AnyTagClassName
{
color: #E6E80D;
}
</style>
background-color css
<style>
a { background-color: #E6E80D; }
a { background-color: rgb(230,232,13); }
div.DivClassName
{
background-color: #E6E80D;
}
.BgClassName
{
background-color: #E6E80D;
}
</style>
border-color css
<style>
span { border-color: #E6E80D; }
span { border-color: rgb(230,232,13); }
td.TdClassName
{
border-color: #E6E80D;
}
.TagClassName
{
border-color: #E6E80D;
}
</style>