Shades of Lemon #E7E40C
Tints of Lemon #E7E40C
RGB
CMYK
RGB Variations
Color information
#E7E40C (or 0xE7E40C) is known color: Lemon. HEX triplet: E7, E4 and 0C. RGB value is (231,228,12). Sum of RGB (Red+Green+Blue) = 231+228+12=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E40C is #181BF3. Grayscale: #CDCDCD. Windows color (decimal): -1580020 or 845031. OLE color: 845031.
HSL color Cylindrical-coordinate representation of color #E7E40C: hue angle of 59.18º 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 #E7E40C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.09 |
| HSL | 59.18º | 0.9% | 0.48% | - |
| HSV(B) | 59.18º | 0.95% | 0.91% | - |
| XYZ | 60.76 | 72.5 | 11.14 | - |
| YUV | 204.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 12 | 0 | 0.01 | 0.95 | 0.09 | 59.18 | 0.9 | 0.48 |
| Hex | E7 | E4 | C | 0 | 1 | 5F | 9 | 3B | 5A | 30 |
| Octal | 347 | 344 | 14 | 0 | 1 | 137 | 11 | 73 | 132 | 60 |
| Binary | 11100111 | 11100100 | 1100 | 0 | 1 | 1011111 | 1001 | 111011 | 1011010 | 110000 |
Color Harmonies of #E7E40C
Complementary color
Monochromatic Colors of #E7E40C
Black with #E7E40C
Text Example
Text Example
White with #E7E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E40C; }
p { color: rgb(231,228,12); }
H1.HeaderClassName
{
color: #E7E40C;
}
.AnyTagClassName
{
color: #E7E40C;
}
</style>
background-color css
<style>
a { background-color: #E7E40C; }
a { background-color: rgb(231,228,12); }
div.DivClassName
{
background-color: #E7E40C;
}
.BgClassName
{
background-color: #E7E40C;
}
</style>
border-color css
<style>
span { border-color: #E7E40C; }
span { border-color: rgb(231,228,12); }
td.TdClassName
{
border-color: #E7E40C;
}
.TagClassName
{
border-color: #E7E40C;
}
</style>