Shades of Lemon #E6E418
Tints of Lemon #E6E418
RGB
CMYK
RGB Variations
Color information
#E6E418 (or 0xE6E418) is known color: Lemon. HEX triplet: E6, E4 and 18. RGB value is (230,228,24). Sum of RGB (Red+Green+Blue) = 230+228+24=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E418 is #191BE7. Grayscale: #CECECE. Windows color (decimal): -1645544 or 1631462. OLE color: 1631462.
HSL color Cylindrical-coordinate representation of color #E6E418: hue angle of 59.42º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6E418 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.10 |
| HSL | 59.42º | 0.81% | 0.5% | - |
| HSV(B) | 59.42º | 0.9% | 0.9% | - |
| XYZ | 60.54 | 72.38 | 11.64 | - |
| YUV | 205.34 | 25.66 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 24 | 0 | 0.01 | 0.90 | 0.10 | 59.42 | 0.81 | 0.5 |
| Hex | E6 | E4 | 18 | 0 | 1 | 5A | A | 3B | 51 | 32 |
| Octal | 346 | 344 | 30 | 0 | 1 | 132 | 12 | 73 | 121 | 62 |
| Binary | 11100110 | 11100100 | 11000 | 0 | 1 | 1011010 | 1010 | 111011 | 1010001 | 110010 |
Color Harmonies of #E6E418
Complementary color
Monochromatic Colors of #E6E418
Black with #E6E418
Text Example
Text Example
White with #E6E418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E418; }
p { color: rgb(230,228,24); }
H1.HeaderClassName
{
color: #E6E418;
}
.AnyTagClassName
{
color: #E6E418;
}
</style>
background-color css
<style>
a { background-color: #E6E418; }
a { background-color: rgb(230,228,24); }
div.DivClassName
{
background-color: #E6E418;
}
.BgClassName
{
background-color: #E6E418;
}
</style>
border-color css
<style>
span { border-color: #E6E418; }
span { border-color: rgb(230,228,24); }
td.TdClassName
{
border-color: #E6E418;
}
.TagClassName
{
border-color: #E6E418;
}
</style>