Shades of Lemon #E5E70A
Tints of Lemon #E5E70A
RGB
CMYK
RGB Variations
Color information
#E5E70A (or 0xE5E70A) is known color: Lemon. HEX triplet: E5, E7 and 0A. RGB value is (229,231,10). Sum of RGB (Red+Green+Blue) = 229+231+10=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5E70A is #1A18F5. Grayscale: #CECECE. Windows color (decimal): -1710326 or 714725. OLE color: 714725.
HSL color Cylindrical-coordinate representation of color #E5E70A: hue angle of 60.54º 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 #E5E70A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.09 |
| HSL | 60.54º | 0.92% | 0.47% | - |
| HSV(B) | 60.54º | 0.96% | 0.91% | - |
| XYZ | 60.94 | 73.83 | 11.33 | - |
| YUV | 205.21 | 17.84 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 10 | 0.01 | 0 | 0.96 | 0.09 | 60.54 | 0.92 | 0.47 |
| Hex | E5 | E7 | A | 1 | 0 | 60 | 9 | 3D | 5C | 2F |
| Octal | 345 | 347 | 12 | 1 | 0 | 140 | 11 | 75 | 134 | 57 |
| Binary | 11100101 | 11100111 | 1010 | 1 | 0 | 1100000 | 1001 | 111101 | 1011100 | 101111 |
Color Harmonies of #E5E70A
Complementary color
Monochromatic Colors of #E5E70A
Black with #E5E70A
Text Example
Text Example
White with #E5E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E70A; }
p { color: rgb(229,231,10); }
H1.HeaderClassName
{
color: #E5E70A;
}
.AnyTagClassName
{
color: #E5E70A;
}
</style>
background-color css
<style>
a { background-color: #E5E70A; }
a { background-color: rgb(229,231,10); }
div.DivClassName
{
background-color: #E5E70A;
}
.BgClassName
{
background-color: #E5E70A;
}
</style>
border-color css
<style>
span { border-color: #E5E70A; }
span { border-color: rgb(229,231,10); }
td.TdClassName
{
border-color: #E5E70A;
}
.TagClassName
{
border-color: #E5E70A;
}
</style>