Shades of Lemon #ECDF09
Tints of Lemon #ECDF09
RGB
CMYK
RGB Variations
Color information
#ECDF09 (or 0xECDF09) is known color: Lemon. HEX triplet: EC, DF and 09. RGB value is (236,223,9). Sum of RGB (Red+Green+Blue) = 236+223+9=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 9 (3.91% from 255 or 1.92% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF09 is #1320F6. Grayscale: #CBCBCB. Windows color (decimal): -1253623 or 647148. OLE color: 647148.
HSL color Cylindrical-coordinate representation of color #ECDF09: hue angle of 56.56º degrees, saturation: 0.93, 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 #ECDF09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.07 |
| HSL | 56.56º | 0.93% | 0.48% | - |
| HSV(B) | 56.56º | 0.96% | 0.93% | - |
| XYZ | 61.03 | 70.63 | 10.67 | - |
| YUV | 202.49 | 18.81 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 9 | 0 | 0.06 | 0.96 | 0.07 | 56.56 | 0.93 | 0.48 |
| Hex | EC | DF | 9 | 0 | 6 | 60 | 7 | 39 | 5D | 30 |
| Octal | 354 | 337 | 11 | 0 | 6 | 140 | 7 | 71 | 135 | 60 |
| Binary | 11101100 | 11011111 | 1001 | 0 | 110 | 1100000 | 111 | 111001 | 1011101 | 110000 |
Color Harmonies of #ECDF09
Complementary color
Monochromatic Colors of #ECDF09
Black with #ECDF09
Text Example
Text Example
White with #ECDF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF09; }
p { color: rgb(236,223,9); }
H1.HeaderClassName
{
color: #ECDF09;
}
.AnyTagClassName
{
color: #ECDF09;
}
</style>
background-color css
<style>
a { background-color: #ECDF09; }
a { background-color: rgb(236,223,9); }
div.DivClassName
{
background-color: #ECDF09;
}
.BgClassName
{
background-color: #ECDF09;
}
</style>
border-color css
<style>
span { border-color: #ECDF09; }
span { border-color: rgb(236,223,9); }
td.TdClassName
{
border-color: #ECDF09;
}
.TagClassName
{
border-color: #ECDF09;
}
</style>