Shades of Lemon #E6E70A
Tints of Lemon #E6E70A
RGB
CMYK
RGB Variations
Color information
#E6E70A (or 0xE6E70A) is known color: Lemon. HEX triplet: E6, E7 and 0A. RGB value is (230,231,10). Sum of RGB (Red+Green+Blue) = 230+231+10=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6E70A is #1918F5. Grayscale: #CECECE. Windows color (decimal): -1644790 or 714726. OLE color: 714726.
HSL color Cylindrical-coordinate representation of color #E6E70A: hue angle of 60.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6E70A is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 10 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.09 |
| HSL | 60.27º | 0.92% | 0.47% | - |
| HSV(B) | 60.27º | 0.96% | 0.91% | - |
| XYZ | 61.26 | 74 | 11.34 | - |
| YUV | 205.51 | 17.67 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 10 | 0.00 | 0 | 0.96 | 0.09 | 60.27 | 0.92 | 0.47 |
| Hex | E6 | E7 | A | 0 | 0 | 60 | 9 | 3C | 5C | 2F |
| Octal | 346 | 347 | 12 | 0 | 0 | 140 | 11 | 74 | 134 | 57 |
| Binary | 11100110 | 11100111 | 1010 | 0 | 0 | 1100000 | 1001 | 111100 | 1011100 | 101111 |
Color Harmonies of #E6E70A
Complementary color
Monochromatic Colors of #E6E70A
Black with #E6E70A
Text Example
Text Example
White with #E6E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E70A; }
p { color: rgb(230,231,10); }
H1.HeaderClassName
{
color: #E6E70A;
}
.AnyTagClassName
{
color: #E6E70A;
}
</style>
background-color css
<style>
a { background-color: #E6E70A; }
a { background-color: rgb(230,231,10); }
div.DivClassName
{
background-color: #E6E70A;
}
.BgClassName
{
background-color: #E6E70A;
}
</style>
border-color css
<style>
span { border-color: #E6E70A; }
span { border-color: rgb(230,231,10); }
td.TdClassName
{
border-color: #E6E70A;
}
.TagClassName
{
border-color: #E6E70A;
}
</style>