Shades of Lemon #E7E213
Tints of Lemon #E7E213
RGB
CMYK
RGB Variations
Color information
#E7E213 (or 0xE7E213) is known color: Lemon. HEX triplet: E7, E2 and 13. RGB value is (231,226,19). Sum of RGB (Red+Green+Blue) = 231+226+19=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E213 is #181DEC. Grayscale: #CCCCCC. Windows color (decimal): -1580525 or 1303271. OLE color: 1303271.
HSL color Cylindrical-coordinate representation of color #E7E213: hue angle of 58.58º 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 #E7E213 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.09 |
| HSL | 58.58º | 0.85% | 0.49% | - |
| HSV(B) | 58.58º | 0.92% | 0.91% | - |
| XYZ | 60.27 | 71.43 | 11.23 | - |
| YUV | 203.9 | 23.66 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 19 | 0 | 0.02 | 0.92 | 0.09 | 58.58 | 0.85 | 0.49 |
| Hex | E7 | E2 | 13 | 0 | 2 | 5C | 9 | 3B | 55 | 31 |
| Octal | 347 | 342 | 23 | 0 | 2 | 134 | 11 | 73 | 125 | 61 |
| Binary | 11100111 | 11100010 | 10011 | 0 | 10 | 1011100 | 1001 | 111011 | 1010101 | 110001 |
Color Harmonies of #E7E213
Complementary color
Monochromatic Colors of #E7E213
Black with #E7E213
Text Example
Text Example
White with #E7E213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E213; }
p { color: rgb(231,226,19); }
H1.HeaderClassName
{
color: #E7E213;
}
.AnyTagClassName
{
color: #E7E213;
}
</style>
background-color css
<style>
a { background-color: #E7E213; }
a { background-color: rgb(231,226,19); }
div.DivClassName
{
background-color: #E7E213;
}
.BgClassName
{
background-color: #E7E213;
}
</style>
border-color css
<style>
span { border-color: #E7E213; }
span { border-color: rgb(231,226,19); }
td.TdClassName
{
border-color: #E7E213;
}
.TagClassName
{
border-color: #E7E213;
}
</style>