Shades of Lemon #E6E50C
Tints of Lemon #E6E50C
RGB
CMYK
RGB Variations
Color information
#E6E50C (or 0xE6E50C) is known color: Lemon. HEX triplet: E6, E5 and 0C. RGB value is (230,229,12). Sum of RGB (Red+Green+Blue) = 230+229+12=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E50C is #191AF3. Grayscale: #CDCDCD. Windows color (decimal): -1645300 or 845286. OLE color: 845286.
HSL color Cylindrical-coordinate representation of color #E6E50C: hue angle of 59.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6E50C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 12 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.10 |
| HSL | 59.72º | 0.9% | 0.47% | - |
| HSV(B) | 59.72º | 0.95% | 0.9% | - |
| XYZ | 60.72 | 72.89 | 11.22 | - |
| YUV | 204.56 | 19.33 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 12 | 0 | 0.00 | 0.95 | 0.10 | 59.72 | 0.9 | 0.47 |
| Hex | E6 | E5 | C | 0 | 0 | 5F | A | 3C | 5A | 2F |
| Octal | 346 | 345 | 14 | 0 | 0 | 137 | 12 | 74 | 132 | 57 |
| Binary | 11100110 | 11100101 | 1100 | 0 | 0 | 1011111 | 1010 | 111100 | 1011010 | 101111 |
Color Harmonies of #E6E50C
Complementary color
Monochromatic Colors of #E6E50C
Black with #E6E50C
Text Example
Text Example
White with #E6E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E50C; }
p { color: rgb(230,229,12); }
H1.HeaderClassName
{
color: #E6E50C;
}
.AnyTagClassName
{
color: #E6E50C;
}
</style>
background-color css
<style>
a { background-color: #E6E50C; }
a { background-color: rgb(230,229,12); }
div.DivClassName
{
background-color: #E6E50C;
}
.BgClassName
{
background-color: #E6E50C;
}
</style>
border-color css
<style>
span { border-color: #E6E50C; }
span { border-color: rgb(230,229,12); }
td.TdClassName
{
border-color: #E6E50C;
}
.TagClassName
{
border-color: #E6E50C;
}
</style>