Shades of Lemon #E7E60C
Tints of Lemon #E7E60C
RGB
CMYK
RGB Variations
Color information
#E7E60C (or 0xE7E60C) is known color: Lemon. HEX triplet: E7, E6 and 0C. RGB value is (231,230,12). Sum of RGB (Red+Green+Blue) = 231+230+12=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E7E60C is #1819F3. Grayscale: #CECECE. Windows color (decimal): -1579508 or 845543. OLE color: 845543.
HSL color Cylindrical-coordinate representation of color #E7E60C: hue angle of 59.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7E60C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 12 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.09 |
| HSL | 59.73º | 0.9% | 0.48% | - |
| HSV(B) | 59.73º | 0.95% | 0.91% | - |
| XYZ | 61.32 | 73.61 | 11.32 | - |
| YUV | 205.45 | 18.83 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 12 | 0 | 0.00 | 0.95 | 0.09 | 59.73 | 0.9 | 0.48 |
| Hex | E7 | E6 | C | 0 | 0 | 5F | 9 | 3C | 5A | 30 |
| Octal | 347 | 346 | 14 | 0 | 0 | 137 | 11 | 74 | 132 | 60 |
| Binary | 11100111 | 11100110 | 1100 | 0 | 0 | 1011111 | 1001 | 111100 | 1011010 | 110000 |
Color Harmonies of #E7E60C
Complementary color
Monochromatic Colors of #E7E60C
Black with #E7E60C
Text Example
Text Example
White with #E7E60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E60C; }
p { color: rgb(231,230,12); }
H1.HeaderClassName
{
color: #E7E60C;
}
.AnyTagClassName
{
color: #E7E60C;
}
</style>
background-color css
<style>
a { background-color: #E7E60C; }
a { background-color: rgb(231,230,12); }
div.DivClassName
{
background-color: #E7E60C;
}
.BgClassName
{
background-color: #E7E60C;
}
</style>
border-color css
<style>
span { border-color: #E7E60C; }
span { border-color: rgb(231,230,12); }
td.TdClassName
{
border-color: #E7E60C;
}
.TagClassName
{
border-color: #E7E60C;
}
</style>