Shades of Lemon #ECE60E
Tints of Lemon #ECE60E
RGB
CMYK
RGB Variations
Color information
#ECE60E (or 0xECE60E) is known color: Lemon. HEX triplet: EC, E6 and 0E. RGB value is (236,230,14). Sum of RGB (Red+Green+Blue) = 236+230+14=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE60E is #1319F1. Grayscale: #D0D0D0. Windows color (decimal): -1251826 or 976620. OLE color: 976620.
HSL color Cylindrical-coordinate representation of color #ECE60E: hue angle of 58.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECE60E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.07 |
| HSL | 58.38º | 0.89% | 0.49% | - |
| HSV(B) | 58.38º | 0.94% | 0.93% | - |
| XYZ | 62.97 | 74.46 | 11.47 | - |
| YUV | 207.17 | 18.99 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 14 | 0 | 0.03 | 0.94 | 0.07 | 58.38 | 0.89 | 0.49 |
| Hex | EC | E6 | E | 0 | 3 | 5E | 7 | 3A | 59 | 31 |
| Octal | 354 | 346 | 16 | 0 | 3 | 136 | 7 | 72 | 131 | 61 |
| Binary | 11101100 | 11100110 | 1110 | 0 | 11 | 1011110 | 111 | 111010 | 1011001 | 110001 |
Color Harmonies of #ECE60E
Complementary color
Monochromatic Colors of #ECE60E
Black with #ECE60E
Text Example
Text Example
White with #ECE60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE60E; }
p { color: rgb(236,230,14); }
H1.HeaderClassName
{
color: #ECE60E;
}
.AnyTagClassName
{
color: #ECE60E;
}
</style>
background-color css
<style>
a { background-color: #ECE60E; }
a { background-color: rgb(236,230,14); }
div.DivClassName
{
background-color: #ECE60E;
}
.BgClassName
{
background-color: #ECE60E;
}
</style>
border-color css
<style>
span { border-color: #ECE60E; }
span { border-color: rgb(236,230,14); }
td.TdClassName
{
border-color: #ECE60E;
}
.TagClassName
{
border-color: #ECE60E;
}
</style>