Shades of Lemon #E7E206
Tints of Lemon #E7E206
RGB
CMYK
RGB Variations
Color information
#E7E206 (or 0xE7E206) is known color: Lemon. HEX triplet: E7, E2 and 06. RGB value is (231,226,6). Sum of RGB (Red+Green+Blue) = 231+226+6=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E206 is #181DF9. Grayscale: #CBCBCB. Windows color (decimal): -1580538 or 451303. OLE color: 451303.
HSL color Cylindrical-coordinate representation of color #E7E206: hue angle of 58.67º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7E206 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 6 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.09 |
| HSL | 58.67º | 0.95% | 0.46% | - |
| HSV(B) | 58.67º | 0.97% | 0.91% | - |
| XYZ | 60.18 | 71.39 | 10.78 | - |
| YUV | 202.42 | 17.16 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 6 | 0 | 0.02 | 0.97 | 0.09 | 58.67 | 0.95 | 0.46 |
| Hex | E7 | E2 | 6 | 0 | 2 | 61 | 9 | 3B | 5F | 2E |
| Octal | 347 | 342 | 6 | 0 | 2 | 141 | 11 | 73 | 137 | 56 |
| Binary | 11100111 | 11100010 | 110 | 0 | 10 | 1100001 | 1001 | 111011 | 1011111 | 101110 |
Color Harmonies of #E7E206
Complementary color
Monochromatic Colors of #E7E206
Black with #E7E206
Text Example
Text Example
White with #E7E206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E206; }
p { color: rgb(231,226,6); }
H1.HeaderClassName
{
color: #E7E206;
}
.AnyTagClassName
{
color: #E7E206;
}
</style>
background-color css
<style>
a { background-color: #E7E206; }
a { background-color: rgb(231,226,6); }
div.DivClassName
{
background-color: #E7E206;
}
.BgClassName
{
background-color: #E7E206;
}
</style>
border-color css
<style>
span { border-color: #E7E206; }
span { border-color: rgb(231,226,6); }
td.TdClassName
{
border-color: #E7E206;
}
.TagClassName
{
border-color: #E7E206;
}
</style>