Shades of Lemon #E6E607
Tints of Lemon #E6E607
RGB
CMYK
RGB Variations
Color information
#E6E607 (or 0xE6E607) is known color: Lemon. HEX triplet: E6, E6 and 07. RGB value is (230,230,7). Sum of RGB (Red+Green+Blue) = 230+230+7=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E607 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6E607 is #1919F8. Grayscale: #CDCDCD. Windows color (decimal): -1645049 or 517862. OLE color: 517862.
HSL color Cylindrical-coordinate representation of color #E6E607: hue angle of 60º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6E607 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 230 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.10 |
| HSL | 60º | 0.94% | 0.46% | - |
| HSV(B) | 60º | 0.97% | 0.9% | - |
| XYZ | 60.97 | 73.43 | 11.16 | - |
| YUV | 204.58 | 16.5 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 7 | 0 | 0 | 0.97 | 0.10 | 60 | 0.94 | 0.46 |
| Hex | E6 | E6 | 7 | 0 | 0 | 61 | A | 3C | 5E | 2E |
| Octal | 346 | 346 | 7 | 0 | 0 | 141 | 12 | 74 | 136 | 56 |
| Binary | 11100110 | 11100110 | 111 | 0 | 0 | 1100001 | 1010 | 111100 | 1011110 | 101110 |
Color Harmonies of #E6E607
Complementary color
Monochromatic Colors of #E6E607
Black with #E6E607
Text Example
Text Example
White with #E6E607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E607; }
p { color: rgb(230,230,7); }
H1.HeaderClassName
{
color: #E6E607;
}
.AnyTagClassName
{
color: #E6E607;
}
</style>
background-color css
<style>
a { background-color: #E6E607; }
a { background-color: rgb(230,230,7); }
div.DivClassName
{
background-color: #E6E607;
}
.BgClassName
{
background-color: #E6E607;
}
</style>
border-color css
<style>
span { border-color: #E6E607; }
span { border-color: rgb(230,230,7); }
td.TdClassName
{
border-color: #E6E607;
}
.TagClassName
{
border-color: #E6E607;
}
</style>