Shades of Lemon #ECE114
Tints of Lemon #ECE114
RGB
CMYK
RGB Variations
Color information
#ECE114 (or 0xECE114) is known color: Lemon. HEX triplet: EC, E1 and 14. RGB value is (236,225,20). Sum of RGB (Red+Green+Blue) = 236+225+20=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE114 is #131EEB. Grayscale: #CDCDCD. Windows color (decimal): -1253100 or 1368556. OLE color: 1368556.
HSL color Cylindrical-coordinate representation of color #ECE114: hue angle of 56.94º 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 #ECE114 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.94º | 0.85% | 0.5% | - |
| HSV(B) | 56.94º | 0.92% | 0.93% | - |
| XYZ | 61.64 | 71.73 | 11.26 | - |
| YUV | 204.92 | 23.64 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 20 | 0 | 0.05 | 0.92 | 0.07 | 56.94 | 0.85 | 0.5 |
| Hex | EC | E1 | 14 | 0 | 5 | 5C | 7 | 39 | 55 | 32 |
| Octal | 354 | 341 | 24 | 0 | 5 | 134 | 7 | 71 | 125 | 62 |
| Binary | 11101100 | 11100001 | 10100 | 0 | 101 | 1011100 | 111 | 111001 | 1010101 | 110010 |
Color Harmonies of #ECE114
Complementary color
Monochromatic Colors of #ECE114
Black with #ECE114
Text Example
Text Example
White with #ECE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE114; }
p { color: rgb(236,225,20); }
H1.HeaderClassName
{
color: #ECE114;
}
.AnyTagClassName
{
color: #ECE114;
}
</style>
background-color css
<style>
a { background-color: #ECE114; }
a { background-color: rgb(236,225,20); }
div.DivClassName
{
background-color: #ECE114;
}
.BgClassName
{
background-color: #ECE114;
}
</style>
border-color css
<style>
span { border-color: #ECE114; }
span { border-color: rgb(236,225,20); }
td.TdClassName
{
border-color: #ECE114;
}
.TagClassName
{
border-color: #ECE114;
}
</style>