Shades of Lemon #ECE016
Tints of Lemon #ECE016
RGB
CMYK
RGB Variations
Color information
#ECE016 (or 0xECE016) is known color: Lemon. HEX triplet: EC, E0 and 16. RGB value is (236,224,22). Sum of RGB (Red+Green+Blue) = 236+224+22=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE016 is #131FE9. Grayscale: #CDCDCD. Windows color (decimal): -1253354 or 1499372. OLE color: 1499372.
HSL color Cylindrical-coordinate representation of color #ECE016: hue angle of 56.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECE016 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.07 |
| HSL | 56.64º | 0.85% | 0.51% | - |
| HSV(B) | 56.64º | 0.91% | 0.93% | - |
| XYZ | 61.39 | 71.2 | 11.27 | - |
| YUV | 204.56 | 24.98 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 22 | 0 | 0.05 | 0.91 | 0.07 | 56.64 | 0.85 | 0.51 |
| Hex | EC | E0 | 16 | 0 | 5 | 5B | 7 | 39 | 55 | 33 |
| Octal | 354 | 340 | 26 | 0 | 5 | 133 | 7 | 71 | 125 | 63 |
| Binary | 11101100 | 11100000 | 10110 | 0 | 101 | 1011011 | 111 | 111001 | 1010101 | 110011 |
Color Harmonies of #ECE016
Complementary color
Monochromatic Colors of #ECE016
Black with #ECE016
Text Example
Text Example
White with #ECE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE016; }
p { color: rgb(236,224,22); }
H1.HeaderClassName
{
color: #ECE016;
}
.AnyTagClassName
{
color: #ECE016;
}
</style>
background-color css
<style>
a { background-color: #ECE016; }
a { background-color: rgb(236,224,22); }
div.DivClassName
{
background-color: #ECE016;
}
.BgClassName
{
background-color: #ECE016;
}
</style>
border-color css
<style>
span { border-color: #ECE016; }
span { border-color: rgb(236,224,22); }
td.TdClassName
{
border-color: #ECE016;
}
.TagClassName
{
border-color: #ECE016;
}
</style>