Shades of Lemon #E6E410
Tints of Lemon #E6E410
RGB
CMYK
RGB Variations
Color information
#E6E410 (or 0xE6E410) is known color: Lemon. HEX triplet: E6, E4 and 10. RGB value is (230,228,16). Sum of RGB (Red+Green+Blue) = 230+228+16=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E410 is #191BEF. Grayscale: #CDCDCD. Windows color (decimal): -1645552 or 1107174. OLE color: 1107174.
HSL color Cylindrical-coordinate representation of color #E6E410: hue angle of 59.44º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6E410 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 16 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.10 |
| HSL | 59.44º | 0.87% | 0.48% | - |
| HSV(B) | 59.44º | 0.93% | 0.9% | - |
| XYZ | 60.47 | 72.35 | 11.27 | - |
| YUV | 204.43 | 21.66 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 16 | 0 | 0.01 | 0.93 | 0.10 | 59.44 | 0.87 | 0.48 |
| Hex | E6 | E4 | 10 | 0 | 1 | 5D | A | 3B | 57 | 30 |
| Octal | 346 | 344 | 20 | 0 | 1 | 135 | 12 | 73 | 127 | 60 |
| Binary | 11100110 | 11100100 | 10000 | 0 | 1 | 1011101 | 1010 | 111011 | 1010111 | 110000 |
Color Harmonies of #E6E410
Complementary color
Monochromatic Colors of #E6E410
Black with #E6E410
Text Example
Text Example
White with #E6E410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E410; }
p { color: rgb(230,228,16); }
H1.HeaderClassName
{
color: #E6E410;
}
.AnyTagClassName
{
color: #E6E410;
}
</style>
background-color css
<style>
a { background-color: #E6E410; }
a { background-color: rgb(230,228,16); }
div.DivClassName
{
background-color: #E6E410;
}
.BgClassName
{
background-color: #E6E410;
}
</style>
border-color css
<style>
span { border-color: #E6E410; }
span { border-color: rgb(230,228,16); }
td.TdClassName
{
border-color: #E6E410;
}
.TagClassName
{
border-color: #E6E410;
}
</style>