Shades of Lemon #E7E413
Tints of Lemon #E7E413
RGB
CMYK
RGB Variations
Color information
#E7E413 (or 0xE7E413) is known color: Lemon. HEX triplet: E7, E4 and 13. RGB value is (231,228,19). Sum of RGB (Red+Green+Blue) = 231+228+19=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E413 is #181BEC. Grayscale: #CDCDCD. Windows color (decimal): -1580013 or 1303783. OLE color: 1303783.
HSL color Cylindrical-coordinate representation of color #E7E413: hue angle of 59.15º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7E413 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 19 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.09 |
| HSL | 59.15º | 0.85% | 0.49% | - |
| HSV(B) | 59.15º | 0.92% | 0.91% | - |
| XYZ | 60.82 | 72.52 | 11.41 | - |
| YUV | 205.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 19 | 0 | 0.01 | 0.92 | 0.09 | 59.15 | 0.85 | 0.49 |
| Hex | E7 | E4 | 13 | 0 | 1 | 5C | 9 | 3B | 55 | 31 |
| Octal | 347 | 344 | 23 | 0 | 1 | 134 | 11 | 73 | 125 | 61 |
| Binary | 11100111 | 11100100 | 10011 | 0 | 1 | 1011100 | 1001 | 111011 | 1010101 | 110001 |
Color Harmonies of #E7E413
Complementary color
Monochromatic Colors of #E7E413
Black with #E7E413
Text Example
Text Example
White with #E7E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E413; }
p { color: rgb(231,228,19); }
H1.HeaderClassName
{
color: #E7E413;
}
.AnyTagClassName
{
color: #E7E413;
}
</style>
background-color css
<style>
a { background-color: #E7E413; }
a { background-color: rgb(231,228,19); }
div.DivClassName
{
background-color: #E7E413;
}
.BgClassName
{
background-color: #E7E413;
}
</style>
border-color css
<style>
span { border-color: #E7E413; }
span { border-color: rgb(231,228,19); }
td.TdClassName
{
border-color: #E7E413;
}
.TagClassName
{
border-color: #E7E413;
}
</style>