Shades of Lemon #E6E504
Tints of Lemon #E6E504
RGB
CMYK
RGB Variations
Color information
#E6E504 (or 0xE6E504) is known color: Lemon. HEX triplet: E6, E5 and 04. RGB value is (230,229,4). Sum of RGB (Red+Green+Blue) = 230+229+4=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E504 is #191AFB. Grayscale: #CCCCCC. Windows color (decimal): -1645308 or 320998. OLE color: 320998.
HSL color Cylindrical-coordinate representation of color #E6E504: hue angle of 59.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6E504 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.10 |
| HSL | 59.73º | 0.97% | 0.46% | - |
| HSV(B) | 59.73º | 0.98% | 0.9% | - |
| XYZ | 60.67 | 72.87 | 10.98 | - |
| YUV | 203.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 4 | 0 | 0.00 | 0.98 | 0.10 | 59.73 | 0.97 | 0.46 |
| Hex | E6 | E5 | 4 | 0 | 0 | 62 | A | 3C | 61 | 2E |
| Octal | 346 | 345 | 4 | 0 | 0 | 142 | 12 | 74 | 141 | 56 |
| Binary | 11100110 | 11100101 | 100 | 0 | 0 | 1100010 | 1010 | 111100 | 1100001 | 101110 |
Color Harmonies of #E6E504
Complementary color
Monochromatic Colors of #E6E504
Black with #E6E504
Text Example
Text Example
White with #E6E504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E504; }
p { color: rgb(230,229,4); }
H1.HeaderClassName
{
color: #E6E504;
}
.AnyTagClassName
{
color: #E6E504;
}
</style>
background-color css
<style>
a { background-color: #E6E504; }
a { background-color: rgb(230,229,4); }
div.DivClassName
{
background-color: #E6E504;
}
.BgClassName
{
background-color: #E6E504;
}
</style>
border-color css
<style>
span { border-color: #E6E504; }
span { border-color: rgb(230,229,4); }
td.TdClassName
{
border-color: #E6E504;
}
.TagClassName
{
border-color: #E6E504;
}
</style>