Shades of Lemon #ECDF0A
Tints of Lemon #ECDF0A
RGB
CMYK
RGB Variations
Color information
#ECDF0A (or 0xECDF0A) is known color: Lemon. HEX triplet: EC, DF and 0A. RGB value is (236,223,10). Sum of RGB (Red+Green+Blue) = 236+223+10=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF0A is #1320F5. Grayscale: #CBCBCB. Windows color (decimal): -1253622 or 712684. OLE color: 712684.
HSL color Cylindrical-coordinate representation of color #ECDF0A: hue angle of 56.55º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECDF0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.07 |
| HSL | 56.55º | 0.92% | 0.48% | - |
| HSV(B) | 56.55º | 0.96% | 0.93% | - |
| XYZ | 61.03 | 70.63 | 10.7 | - |
| YUV | 202.61 | 19.31 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 10 | 0 | 0.06 | 0.96 | 0.07 | 56.55 | 0.92 | 0.48 |
| Hex | EC | DF | A | 0 | 6 | 60 | 7 | 39 | 5C | 30 |
| Octal | 354 | 337 | 12 | 0 | 6 | 140 | 7 | 71 | 134 | 60 |
| Binary | 11101100 | 11011111 | 1010 | 0 | 110 | 1100000 | 111 | 111001 | 1011100 | 110000 |
Color Harmonies of #ECDF0A
Complementary color
Monochromatic Colors of #ECDF0A
Black with #ECDF0A
Text Example
Text Example
White with #ECDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF0A; }
p { color: rgb(236,223,10); }
H1.HeaderClassName
{
color: #ECDF0A;
}
.AnyTagClassName
{
color: #ECDF0A;
}
</style>
background-color css
<style>
a { background-color: #ECDF0A; }
a { background-color: rgb(236,223,10); }
div.DivClassName
{
background-color: #ECDF0A;
}
.BgClassName
{
background-color: #ECDF0A;
}
</style>
border-color css
<style>
span { border-color: #ECDF0A; }
span { border-color: rgb(236,223,10); }
td.TdClassName
{
border-color: #ECDF0A;
}
.TagClassName
{
border-color: #ECDF0A;
}
</style>