Shades of Lemon #E7E00F
Tints of Lemon #E7E00F
RGB
CMYK
RGB Variations
Color information
#E7E00F (or 0xE7E00F) is known color: Lemon. HEX triplet: E7, E0 and 0F. RGB value is (231,224,15). Sum of RGB (Red+Green+Blue) = 231+224+15=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E00F is #181FF0. Grayscale: #CBCBCB. Windows color (decimal): -1581041 or 1040615. OLE color: 1040615.
HSL color Cylindrical-coordinate representation of color #E7E00F: hue angle of 58.06º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7E00F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 15 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.09 |
| HSL | 58.06º | 0.88% | 0.48% | - |
| HSV(B) | 58.06º | 0.94% | 0.91% | - |
| XYZ | 59.7 | 70.33 | 10.88 | - |
| YUV | 202.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 15 | 0 | 0.03 | 0.94 | 0.09 | 58.06 | 0.88 | 0.48 |
| Hex | E7 | E0 | F | 0 | 3 | 5E | 9 | 3A | 58 | 30 |
| Octal | 347 | 340 | 17 | 0 | 3 | 136 | 11 | 72 | 130 | 60 |
| Binary | 11100111 | 11100000 | 1111 | 0 | 11 | 1011110 | 1001 | 111010 | 1011000 | 110000 |
Color Harmonies of #E7E00F
Complementary color
Monochromatic Colors of #E7E00F
Black with #E7E00F
Text Example
Text Example
White with #E7E00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E00F; }
p { color: rgb(231,224,15); }
H1.HeaderClassName
{
color: #E7E00F;
}
.AnyTagClassName
{
color: #E7E00F;
}
</style>
background-color css
<style>
a { background-color: #E7E00F; }
a { background-color: rgb(231,224,15); }
div.DivClassName
{
background-color: #E7E00F;
}
.BgClassName
{
background-color: #E7E00F;
}
</style>
border-color css
<style>
span { border-color: #E7E00F; }
span { border-color: rgb(231,224,15); }
td.TdClassName
{
border-color: #E7E00F;
}
.TagClassName
{
border-color: #E7E00F;
}
</style>