Shades of Lemon #E7E30A
Tints of Lemon #E7E30A
RGB
CMYK
RGB Variations
Color information
#E7E30A (or 0xE7E30A) is known color: Lemon. HEX triplet: E7, E3 and 0A. RGB value is (231,227,10). Sum of RGB (Red+Green+Blue) = 231+227+10=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E30A is #181CF5. Grayscale: #CCCCCC. Windows color (decimal): -1580278 or 713703. OLE color: 713703.
HSL color Cylindrical-coordinate representation of color #E7E30A: hue angle of 58.91º 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 #E7E30A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.09 |
| HSL | 58.91º | 0.92% | 0.47% | - |
| HSV(B) | 58.91º | 0.96% | 0.91% | - |
| XYZ | 60.48 | 71.95 | 10.99 | - |
| YUV | 203.46 | 18.83 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 10 | 0 | 0.02 | 0.96 | 0.09 | 58.91 | 0.92 | 0.47 |
| Hex | E7 | E3 | A | 0 | 2 | 60 | 9 | 3B | 5C | 2F |
| Octal | 347 | 343 | 12 | 0 | 2 | 140 | 11 | 73 | 134 | 57 |
| Binary | 11100111 | 11100011 | 1010 | 0 | 10 | 1100000 | 1001 | 111011 | 1011100 | 101111 |
Color Harmonies of #E7E30A
Complementary color
Monochromatic Colors of #E7E30A
Black with #E7E30A
Text Example
Text Example
White with #E7E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E30A; }
p { color: rgb(231,227,10); }
H1.HeaderClassName
{
color: #E7E30A;
}
.AnyTagClassName
{
color: #E7E30A;
}
</style>
background-color css
<style>
a { background-color: #E7E30A; }
a { background-color: rgb(231,227,10); }
div.DivClassName
{
background-color: #E7E30A;
}
.BgClassName
{
background-color: #E7E30A;
}
</style>
border-color css
<style>
span { border-color: #E7E30A; }
span { border-color: rgb(231,227,10); }
td.TdClassName
{
border-color: #E7E30A;
}
.TagClassName
{
border-color: #E7E30A;
}
</style>