Shades of Lemon #ECE313
Tints of Lemon #ECE313
RGB
CMYK
RGB Variations
Color information
#ECE313 (or 0xECE313) is known color: Lemon. HEX triplet: EC, E3 and 13. RGB value is (236,227,19). Sum of RGB (Red+Green+Blue) = 236+227+19=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE313 is #131CEC. Grayscale: #CECECE. Windows color (decimal): -1252589 or 1303532. OLE color: 1303532.
HSL color Cylindrical-coordinate representation of color #ECE313: hue angle of 57.51º 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 #ECE313 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 19 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.51º | 0.85% | 0.5% | - |
| HSV(B) | 57.51º | 0.92% | 0.93% | - |
| XYZ | 62.18 | 72.82 | 11.39 | - |
| YUV | 205.98 | 22.48 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 19 | 0 | 0.04 | 0.92 | 0.07 | 57.51 | 0.85 | 0.5 |
| Hex | EC | E3 | 13 | 0 | 4 | 5C | 7 | 3A | 55 | 32 |
| Octal | 354 | 343 | 23 | 0 | 4 | 134 | 7 | 72 | 125 | 62 |
| Binary | 11101100 | 11100011 | 10011 | 0 | 100 | 1011100 | 111 | 111010 | 1010101 | 110010 |
Color Harmonies of #ECE313
Complementary color
Monochromatic Colors of #ECE313
Black with #ECE313
Text Example
Text Example
White with #ECE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE313; }
p { color: rgb(236,227,19); }
H1.HeaderClassName
{
color: #ECE313;
}
.AnyTagClassName
{
color: #ECE313;
}
</style>
background-color css
<style>
a { background-color: #ECE313; }
a { background-color: rgb(236,227,19); }
div.DivClassName
{
background-color: #ECE313;
}
.BgClassName
{
background-color: #ECE313;
}
</style>
border-color css
<style>
span { border-color: #ECE313; }
span { border-color: rgb(236,227,19); }
td.TdClassName
{
border-color: #ECE313;
}
.TagClassName
{
border-color: #ECE313;
}
</style>