Shades of Lemon #ECDF16
Tints of Lemon #ECDF16
RGB
CMYK
RGB Variations
Color information
#ECDF16 (or 0xECDF16) is known color: Lemon. HEX triplet: EC, DF and 16. RGB value is (236,223,22). Sum of RGB (Red+Green+Blue) = 236+223+22=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF16 is #1320E9. Grayscale: #CCCCCC. Windows color (decimal): -1253610 or 1499116. OLE color: 1499116.
HSL color Cylindrical-coordinate representation of color #ECDF16: hue angle of 56.36º 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 #ECDF16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 56.36º | 0.85% | 0.51% | - |
| HSV(B) | 56.36º | 0.91% | 0.93% | - |
| XYZ | 61.12 | 70.67 | 11.18 | - |
| YUV | 203.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 22 | 0 | 0.06 | 0.91 | 0.07 | 56.36 | 0.85 | 0.51 |
| Hex | EC | DF | 16 | 0 | 6 | 5B | 7 | 38 | 55 | 33 |
| Octal | 354 | 337 | 26 | 0 | 6 | 133 | 7 | 70 | 125 | 63 |
| Binary | 11101100 | 11011111 | 10110 | 0 | 110 | 1011011 | 111 | 111000 | 1010101 | 110011 |
Color Harmonies of #ECDF16
Complementary color
Monochromatic Colors of #ECDF16
Black with #ECDF16
Text Example
Text Example
White with #ECDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF16; }
p { color: rgb(236,223,22); }
H1.HeaderClassName
{
color: #ECDF16;
}
.AnyTagClassName
{
color: #ECDF16;
}
</style>
background-color css
<style>
a { background-color: #ECDF16; }
a { background-color: rgb(236,223,22); }
div.DivClassName
{
background-color: #ECDF16;
}
.BgClassName
{
background-color: #ECDF16;
}
</style>
border-color css
<style>
span { border-color: #ECDF16; }
span { border-color: rgb(236,223,22); }
td.TdClassName
{
border-color: #ECDF16;
}
.TagClassName
{
border-color: #ECDF16;
}
</style>