Shades of Lemon #E6E40A
Tints of Lemon #E6E40A
RGB
CMYK
RGB Variations
Color information
#E6E40A (or 0xE6E40A) is known color: Lemon. HEX triplet: E6, E4 and 0A. RGB value is (230,228,10). Sum of RGB (Red+Green+Blue) = 230+228+10=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E40A is #191BF5. Grayscale: #CCCCCC. Windows color (decimal): -1645558 or 713958. OLE color: 713958.
HSL color Cylindrical-coordinate representation of color #E6E40A: hue angle of 59.45º 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 #E6E40A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.10 |
| HSL | 59.45º | 0.92% | 0.47% | - |
| HSV(B) | 59.45º | 0.96% | 0.9% | - |
| XYZ | 60.43 | 72.33 | 11.06 | - |
| YUV | 203.75 | 18.66 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 10 | 0 | 0.01 | 0.96 | 0.10 | 59.45 | 0.92 | 0.47 |
| Hex | E6 | E4 | A | 0 | 1 | 60 | A | 3B | 5C | 2F |
| Octal | 346 | 344 | 12 | 0 | 1 | 140 | 12 | 73 | 134 | 57 |
| Binary | 11100110 | 11100100 | 1010 | 0 | 1 | 1100000 | 1010 | 111011 | 1011100 | 101111 |
Color Harmonies of #E6E40A
Complementary color
Monochromatic Colors of #E6E40A
Black with #E6E40A
Text Example
Text Example
White with #E6E40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E40A; }
p { color: rgb(230,228,10); }
H1.HeaderClassName
{
color: #E6E40A;
}
.AnyTagClassName
{
color: #E6E40A;
}
</style>
background-color css
<style>
a { background-color: #E6E40A; }
a { background-color: rgb(230,228,10); }
div.DivClassName
{
background-color: #E6E40A;
}
.BgClassName
{
background-color: #E6E40A;
}
</style>
border-color css
<style>
span { border-color: #E6E40A; }
span { border-color: rgb(230,228,10); }
td.TdClassName
{
border-color: #E6E40A;
}
.TagClassName
{
border-color: #E6E40A;
}
</style>