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