Shades of Lemon #ECDF14
Tints of Lemon #ECDF14
RGB
CMYK
RGB Variations
Color information
#ECDF14 (or 0xECDF14) is known color: Lemon. HEX triplet: EC, DF and 14. RGB value is (236,223,20). Sum of RGB (Red+Green+Blue) = 236+223+20=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF14 is #1320EB. Grayscale: #CCCCCC. Windows color (decimal): -1253612 or 1368044. OLE color: 1368044.
HSL color Cylindrical-coordinate representation of color #ECDF14: hue angle of 56.39º 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 #ECDF14 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.07 |
| HSL | 56.39º | 0.85% | 0.5% | - |
| HSV(B) | 56.39º | 0.92% | 0.93% | - |
| XYZ | 61.11 | 70.66 | 11.08 | - |
| YUV | 203.75 | 24.31 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 20 | 0 | 0.06 | 0.92 | 0.07 | 56.39 | 0.85 | 0.5 |
| Hex | EC | DF | 14 | 0 | 6 | 5C | 7 | 38 | 55 | 32 |
| Octal | 354 | 337 | 24 | 0 | 6 | 134 | 7 | 70 | 125 | 62 |
| Binary | 11101100 | 11011111 | 10100 | 0 | 110 | 1011100 | 111 | 111000 | 1010101 | 110010 |
Color Harmonies of #ECDF14
Complementary color
Monochromatic Colors of #ECDF14
Black with #ECDF14
Text Example
Text Example
White with #ECDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF14; }
p { color: rgb(236,223,20); }
H1.HeaderClassName
{
color: #ECDF14;
}
.AnyTagClassName
{
color: #ECDF14;
}
</style>
background-color css
<style>
a { background-color: #ECDF14; }
a { background-color: rgb(236,223,20); }
div.DivClassName
{
background-color: #ECDF14;
}
.BgClassName
{
background-color: #ECDF14;
}
</style>
border-color css
<style>
span { border-color: #ECDF14; }
span { border-color: rgb(236,223,20); }
td.TdClassName
{
border-color: #ECDF14;
}
.TagClassName
{
border-color: #ECDF14;
}
</style>