Shades of Lemon #ECDF10
Tints of Lemon #ECDF10
RGB
CMYK
RGB Variations
Color information
#ECDF10 (or 0xECDF10) is known color: Lemon. HEX triplet: EC, DF and 10. RGB value is (236,223,16). Sum of RGB (Red+Green+Blue) = 236+223+16=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF10 is #1320EF. Grayscale: #CCCCCC. Windows color (decimal): -1253616 or 1105900. OLE color: 1105900.
HSL color Cylindrical-coordinate representation of color #ECDF10: hue angle of 56.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECDF10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.07 |
| HSL | 56.45º | 0.87% | 0.49% | - |
| HSV(B) | 56.45º | 0.93% | 0.93% | - |
| XYZ | 61.07 | 70.65 | 10.91 | - |
| YUV | 203.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 16 | 0 | 0.06 | 0.93 | 0.07 | 56.45 | 0.87 | 0.49 |
| Hex | EC | DF | 10 | 0 | 6 | 5D | 7 | 38 | 57 | 31 |
| Octal | 354 | 337 | 20 | 0 | 6 | 135 | 7 | 70 | 127 | 61 |
| Binary | 11101100 | 11011111 | 10000 | 0 | 110 | 1011101 | 111 | 111000 | 1010111 | 110001 |
Color Harmonies of #ECDF10
Complementary color
Monochromatic Colors of #ECDF10
Black with #ECDF10
Text Example
Text Example
White with #ECDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF10; }
p { color: rgb(236,223,16); }
H1.HeaderClassName
{
color: #ECDF10;
}
.AnyTagClassName
{
color: #ECDF10;
}
</style>
background-color css
<style>
a { background-color: #ECDF10; }
a { background-color: rgb(236,223,16); }
div.DivClassName
{
background-color: #ECDF10;
}
.BgClassName
{
background-color: #ECDF10;
}
</style>
border-color css
<style>
span { border-color: #ECDF10; }
span { border-color: rgb(236,223,16); }
td.TdClassName
{
border-color: #ECDF10;
}
.TagClassName
{
border-color: #ECDF10;
}
</style>