Shades of Lemon #ECDE16
Tints of Lemon #ECDE16
RGB
CMYK
RGB Variations
Color information
#ECDE16 (or 0xECDE16) is known color: Lemon. HEX triplet: EC, DE and 16. RGB value is (236,222,22). Sum of RGB (Red+Green+Blue) = 236+222+22=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE16 is #1321E9. Grayscale: #CCCCCC. Windows color (decimal): -1253866 or 1498860. OLE color: 1498860.
HSL color Cylindrical-coordinate representation of color #ECDE16: hue angle of 56.07º 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 #ECDE16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 56.07º | 0.85% | 0.51% | - |
| HSV(B) | 56.07º | 0.91% | 0.93% | - |
| XYZ | 60.86 | 70.13 | 11.09 | - |
| YUV | 203.39 | 25.64 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 22 | 0 | 0.06 | 0.91 | 0.07 | 56.07 | 0.85 | 0.51 |
| Hex | EC | DE | 16 | 0 | 6 | 5B | 7 | 38 | 55 | 33 |
| Octal | 354 | 336 | 26 | 0 | 6 | 133 | 7 | 70 | 125 | 63 |
| Binary | 11101100 | 11011110 | 10110 | 0 | 110 | 1011011 | 111 | 111000 | 1010101 | 110011 |
Color Harmonies of #ECDE16
Complementary color
Monochromatic Colors of #ECDE16
Black with #ECDE16
Text Example
Text Example
White with #ECDE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE16; }
p { color: rgb(236,222,22); }
H1.HeaderClassName
{
color: #ECDE16;
}
.AnyTagClassName
{
color: #ECDE16;
}
</style>
background-color css
<style>
a { background-color: #ECDE16; }
a { background-color: rgb(236,222,22); }
div.DivClassName
{
background-color: #ECDE16;
}
.BgClassName
{
background-color: #ECDE16;
}
</style>
border-color css
<style>
span { border-color: #ECDE16; }
span { border-color: rgb(236,222,22); }
td.TdClassName
{
border-color: #ECDE16;
}
.TagClassName
{
border-color: #ECDE16;
}
</style>