Shades of Lemon #ECE312
Tints of Lemon #ECE312
RGB
CMYK
RGB Variations
Color information
#ECE312 (or 0xECE312) is known color: Lemon. HEX triplet: EC, E3 and 12. RGB value is (236,227,18). Sum of RGB (Red+Green+Blue) = 236+227+18=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE312 is #131CED. Grayscale: #CECECE. Windows color (decimal): -1252590 or 1237996. OLE color: 1237996.
HSL color Cylindrical-coordinate representation of color #ECE312: hue angle of 57.52º degrees, saturation: 0.86, 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 #ECE312 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.52º | 0.86% | 0.5% | - |
| HSV(B) | 57.52º | 0.92% | 0.93% | - |
| XYZ | 62.17 | 72.81 | 11.35 | - |
| YUV | 205.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 18 | 0 | 0.04 | 0.92 | 0.07 | 57.52 | 0.86 | 0.5 |
| Hex | EC | E3 | 12 | 0 | 4 | 5C | 7 | 3A | 56 | 32 |
| Octal | 354 | 343 | 22 | 0 | 4 | 134 | 7 | 72 | 126 | 62 |
| Binary | 11101100 | 11100011 | 10010 | 0 | 100 | 1011100 | 111 | 111010 | 1010110 | 110010 |
Color Harmonies of #ECE312
Complementary color
Monochromatic Colors of #ECE312
Black with #ECE312
Text Example
Text Example
White with #ECE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE312; }
p { color: rgb(236,227,18); }
H1.HeaderClassName
{
color: #ECE312;
}
.AnyTagClassName
{
color: #ECE312;
}
</style>
background-color css
<style>
a { background-color: #ECE312; }
a { background-color: rgb(236,227,18); }
div.DivClassName
{
background-color: #ECE312;
}
.BgClassName
{
background-color: #ECE312;
}
</style>
border-color css
<style>
span { border-color: #ECE312; }
span { border-color: rgb(236,227,18); }
td.TdClassName
{
border-color: #ECE312;
}
.TagClassName
{
border-color: #ECE312;
}
</style>