Shades of Lemon #ECDF15
Tints of Lemon #ECDF15
RGB
CMYK
RGB Variations
Color information
#ECDF15 (or 0xECDF15) is known color: Lemon. HEX triplet: EC, DF and 15. RGB value is (236,223,21). Sum of RGB (Red+Green+Blue) = 236+223+21=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF15 is #1320EA. Grayscale: #CCCCCC. Windows color (decimal): -1253611 or 1433580. OLE color: 1433580.
HSL color Cylindrical-coordinate representation of color #ECDF15: hue angle of 56.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECDF15 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 56.37º | 0.85% | 0.5% | - |
| HSV(B) | 56.37º | 0.91% | 0.93% | - |
| XYZ | 61.12 | 70.66 | 11.13 | - |
| YUV | 203.86 | 24.81 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 21 | 0 | 0.06 | 0.91 | 0.07 | 56.37 | 0.85 | 0.5 |
| Hex | EC | DF | 15 | 0 | 6 | 5B | 7 | 38 | 55 | 32 |
| Octal | 354 | 337 | 25 | 0 | 6 | 133 | 7 | 70 | 125 | 62 |
| Binary | 11101100 | 11011111 | 10101 | 0 | 110 | 1011011 | 111 | 111000 | 1010101 | 110010 |
Color Harmonies of #ECDF15
Complementary color
Monochromatic Colors of #ECDF15
Black with #ECDF15
Text Example
Text Example
White with #ECDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF15; }
p { color: rgb(236,223,21); }
H1.HeaderClassName
{
color: #ECDF15;
}
.AnyTagClassName
{
color: #ECDF15;
}
</style>
background-color css
<style>
a { background-color: #ECDF15; }
a { background-color: rgb(236,223,21); }
div.DivClassName
{
background-color: #ECDF15;
}
.BgClassName
{
background-color: #ECDF15;
}
</style>
border-color css
<style>
span { border-color: #ECDF15; }
span { border-color: rgb(236,223,21); }
td.TdClassName
{
border-color: #ECDF15;
}
.TagClassName
{
border-color: #ECDF15;
}
</style>