Shades of Lemon #E6E81A
Tints of Lemon #E6E81A
RGB
CMYK
RGB Variations
Color information
#E6E81A (or 0xE6E81A) is known color: Lemon. HEX triplet: E6, E8 and 1A. RGB value is (230,232,26). Sum of RGB (Red+Green+Blue) = 230+232+26=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6E81A is #1917E5. Grayscale: #D0D0D0. Windows color (decimal): -1644518 or 1763558. OLE color: 1763558.
HSL color Cylindrical-coordinate representation of color #E6E81A: hue angle of 60.58º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6E81A is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 26 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.09 |
| HSL | 60.58º | 0.82% | 0.51% | - |
| HSV(B) | 60.58º | 0.89% | 0.91% | - |
| XYZ | 61.68 | 74.61 | 12.13 | - |
| YUV | 207.92 | 25.34 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 26 | 0.01 | 0 | 0.89 | 0.09 | 60.58 | 0.82 | 0.51 |
| Hex | E6 | E8 | 1A | 1 | 0 | 59 | 9 | 3D | 52 | 33 |
| Octal | 346 | 350 | 32 | 1 | 0 | 131 | 11 | 75 | 122 | 63 |
| Binary | 11100110 | 11101000 | 11010 | 1 | 0 | 1011001 | 1001 | 111101 | 1010010 | 110011 |
Color Harmonies of #E6E81A
Complementary color
Monochromatic Colors of #E6E81A
Black with #E6E81A
Text Example
Text Example
White with #E6E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E81A; }
p { color: rgb(230,232,26); }
H1.HeaderClassName
{
color: #E6E81A;
}
.AnyTagClassName
{
color: #E6E81A;
}
</style>
background-color css
<style>
a { background-color: #E6E81A; }
a { background-color: rgb(230,232,26); }
div.DivClassName
{
background-color: #E6E81A;
}
.BgClassName
{
background-color: #E6E81A;
}
</style>
border-color css
<style>
span { border-color: #E6E81A; }
span { border-color: rgb(230,232,26); }
td.TdClassName
{
border-color: #E6E81A;
}
.TagClassName
{
border-color: #E6E81A;
}
</style>