Shades of Lemon #ECE60C
Tints of Lemon #ECE60C
RGB
CMYK
RGB Variations
Color information
#ECE60C (or 0xECE60C) is known color: Lemon. HEX triplet: EC, E6 and 0C. RGB value is (236,230,12). Sum of RGB (Red+Green+Blue) = 236+230+12=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE60C is #1319F3. Grayscale: #CFCFCF. Windows color (decimal): -1251828 or 845548. OLE color: 845548.
HSL color Cylindrical-coordinate representation of color #ECE60C: hue angle of 58.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECE60C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.07 |
| HSL | 58.39º | 0.9% | 0.49% | - |
| HSV(B) | 58.39º | 0.95% | 0.93% | - |
| XYZ | 62.96 | 74.45 | 11.4 | - |
| YUV | 206.94 | 17.99 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 12 | 0 | 0.03 | 0.95 | 0.07 | 58.39 | 0.9 | 0.49 |
| Hex | EC | E6 | C | 0 | 3 | 5F | 7 | 3A | 5A | 31 |
| Octal | 354 | 346 | 14 | 0 | 3 | 137 | 7 | 72 | 132 | 61 |
| Binary | 11101100 | 11100110 | 1100 | 0 | 11 | 1011111 | 111 | 111010 | 1011010 | 110001 |
Color Harmonies of #ECE60C
Complementary color
Monochromatic Colors of #ECE60C
Black with #ECE60C
Text Example
Text Example
White with #ECE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE60C; }
p { color: rgb(236,230,12); }
H1.HeaderClassName
{
color: #ECE60C;
}
.AnyTagClassName
{
color: #ECE60C;
}
</style>
background-color css
<style>
a { background-color: #ECE60C; }
a { background-color: rgb(236,230,12); }
div.DivClassName
{
background-color: #ECE60C;
}
.BgClassName
{
background-color: #ECE60C;
}
</style>
border-color css
<style>
span { border-color: #ECE60C; }
span { border-color: rgb(236,230,12); }
td.TdClassName
{
border-color: #ECE60C;
}
.TagClassName
{
border-color: #ECE60C;
}
</style>