Shades of Lemon #E6E007
Tints of Lemon #E6E007
RGB
CMYK
RGB Variations
Color information
#E6E007 (or 0xE6E007) is known color: Lemon. HEX triplet: E6, E0 and 07. RGB value is (230,224,7). Sum of RGB (Red+Green+Blue) = 230+224+7=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E007 is #191FF8. Grayscale: #C9C9C9. Windows color (decimal): -1646585 or 516326. OLE color: 516326.
HSL color Cylindrical-coordinate representation of color #E6E007: hue angle of 58.39º 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 #E6E007 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.10 |
| HSL | 58.39º | 0.94% | 0.46% | - |
| HSV(B) | 58.39º | 0.97% | 0.9% | - |
| XYZ | 59.33 | 70.15 | 10.61 | - |
| YUV | 201.06 | 18.49 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 7 | 0 | 0.03 | 0.97 | 0.10 | 58.39 | 0.94 | 0.46 |
| Hex | E6 | E0 | 7 | 0 | 3 | 61 | A | 3A | 5E | 2E |
| Octal | 346 | 340 | 7 | 0 | 3 | 141 | 12 | 72 | 136 | 56 |
| Binary | 11100110 | 11100000 | 111 | 0 | 11 | 1100001 | 1010 | 111010 | 1011110 | 101110 |
Color Harmonies of #E6E007
Complementary color
Monochromatic Colors of #E6E007
Black with #E6E007
Text Example
Text Example
White with #E6E007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E007; }
p { color: rgb(230,224,7); }
H1.HeaderClassName
{
color: #E6E007;
}
.AnyTagClassName
{
color: #E6E007;
}
</style>
background-color css
<style>
a { background-color: #E6E007; }
a { background-color: rgb(230,224,7); }
div.DivClassName
{
background-color: #E6E007;
}
.BgClassName
{
background-color: #E6E007;
}
</style>
border-color css
<style>
span { border-color: #E6E007; }
span { border-color: rgb(230,224,7); }
td.TdClassName
{
border-color: #E6E007;
}
.TagClassName
{
border-color: #E6E007;
}
</style>