Shades of Lemon #ECE014
Tints of Lemon #ECE014
RGB
CMYK
RGB Variations
Color information
#ECE014 (or 0xECE014) is known color: Lemon. HEX triplet: EC, E0 and 14. RGB value is (236,224,20). Sum of RGB (Red+Green+Blue) = 236+224+20=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE014 is #131FEB. Grayscale: #CDCDCD. Windows color (decimal): -1253356 or 1368300. OLE color: 1368300.
HSL color Cylindrical-coordinate representation of color #ECE014: hue angle of 56.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECE014 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.67º | 0.85% | 0.5% | - |
| HSV(B) | 56.67º | 0.92% | 0.93% | - |
| XYZ | 61.37 | 71.19 | 11.17 | - |
| YUV | 204.33 | 23.98 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 20 | 0 | 0.05 | 0.92 | 0.07 | 56.67 | 0.85 | 0.5 |
| Hex | EC | E0 | 14 | 0 | 5 | 5C | 7 | 39 | 55 | 32 |
| Octal | 354 | 340 | 24 | 0 | 5 | 134 | 7 | 71 | 125 | 62 |
| Binary | 11101100 | 11100000 | 10100 | 0 | 101 | 1011100 | 111 | 111001 | 1010101 | 110010 |
Color Harmonies of #ECE014
Complementary color
Monochromatic Colors of #ECE014
Black with #ECE014
Text Example
Text Example
White with #ECE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE014; }
p { color: rgb(236,224,20); }
H1.HeaderClassName
{
color: #ECE014;
}
.AnyTagClassName
{
color: #ECE014;
}
</style>
background-color css
<style>
a { background-color: #ECE014; }
a { background-color: rgb(236,224,20); }
div.DivClassName
{
background-color: #ECE014;
}
.BgClassName
{
background-color: #ECE014;
}
</style>
border-color css
<style>
span { border-color: #ECE014; }
span { border-color: rgb(236,224,20); }
td.TdClassName
{
border-color: #ECE014;
}
.TagClassName
{
border-color: #ECE014;
}
</style>