Shades of Lemon #E6E40C
Tints of Lemon #E6E40C
RGB
CMYK
RGB Variations
Color information
#E6E40C (or 0xE6E40C) is known color: Lemon. HEX triplet: E6, E4 and 0C. RGB value is (230,228,12). Sum of RGB (Red+Green+Blue) = 230+228+12=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E40C is #191BF3. Grayscale: #CCCCCC. Windows color (decimal): -1645556 or 845030. OLE color: 845030.
HSL color Cylindrical-coordinate representation of color #E6E40C: hue angle of 59.45º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6E40C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.10 |
| HSL | 59.45º | 0.9% | 0.47% | - |
| HSV(B) | 59.45º | 0.95% | 0.9% | - |
| XYZ | 60.44 | 72.34 | 11.12 | - |
| YUV | 203.97 | 19.66 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 12 | 0 | 0.01 | 0.95 | 0.10 | 59.45 | 0.9 | 0.47 |
| Hex | E6 | E4 | C | 0 | 1 | 5F | A | 3B | 5A | 2F |
| Octal | 346 | 344 | 14 | 0 | 1 | 137 | 12 | 73 | 132 | 57 |
| Binary | 11100110 | 11100100 | 1100 | 0 | 1 | 1011111 | 1010 | 111011 | 1011010 | 101111 |
Color Harmonies of #E6E40C
Complementary color
Monochromatic Colors of #E6E40C
Black with #E6E40C
Text Example
Text Example
White with #E6E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E40C; }
p { color: rgb(230,228,12); }
H1.HeaderClassName
{
color: #E6E40C;
}
.AnyTagClassName
{
color: #E6E40C;
}
</style>
background-color css
<style>
a { background-color: #E6E40C; }
a { background-color: rgb(230,228,12); }
div.DivClassName
{
background-color: #E6E40C;
}
.BgClassName
{
background-color: #E6E40C;
}
</style>
border-color css
<style>
span { border-color: #E6E40C; }
span { border-color: rgb(230,228,12); }
td.TdClassName
{
border-color: #E6E40C;
}
.TagClassName
{
border-color: #E6E40C;
}
</style>