Shades of Lemon #E7E516
Tints of Lemon #E7E516
RGB
CMYK
RGB Variations
Color information
#E7E516 (or 0xE7E516) is known color: Lemon. HEX triplet: E7, E5 and 16. RGB value is (231,229,22). Sum of RGB (Red+Green+Blue) = 231+229+22=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E516 is #181AE9. Grayscale: #CECECE. Windows color (decimal): -1579754 or 1500647. OLE color: 1500647.
HSL color Cylindrical-coordinate representation of color #E7E516: hue angle of 59.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7E516 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 22 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.09 |
| HSL | 59.43º | 0.83% | 0.5% | - |
| HSV(B) | 59.43º | 0.9% | 0.91% | - |
| XYZ | 61.12 | 73.09 | 11.64 | - |
| YUV | 206 | 24.16 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 22 | 0 | 0.01 | 0.90 | 0.09 | 59.43 | 0.83 | 0.5 |
| Hex | E7 | E5 | 16 | 0 | 1 | 5A | 9 | 3B | 53 | 32 |
| Octal | 347 | 345 | 26 | 0 | 1 | 132 | 11 | 73 | 123 | 62 |
| Binary | 11100111 | 11100101 | 10110 | 0 | 1 | 1011010 | 1001 | 111011 | 1010011 | 110010 |
Color Harmonies of #E7E516
Complementary color
Monochromatic Colors of #E7E516
Black with #E7E516
Text Example
Text Example
White with #E7E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E516; }
p { color: rgb(231,229,22); }
H1.HeaderClassName
{
color: #E7E516;
}
.AnyTagClassName
{
color: #E7E516;
}
</style>
background-color css
<style>
a { background-color: #E7E516; }
a { background-color: rgb(231,229,22); }
div.DivClassName
{
background-color: #E7E516;
}
.BgClassName
{
background-color: #E7E516;
}
</style>
border-color css
<style>
span { border-color: #E7E516; }
span { border-color: rgb(231,229,22); }
td.TdClassName
{
border-color: #E7E516;
}
.TagClassName
{
border-color: #E7E516;
}
</style>