Shades of Lemon #ECE509
Tints of Lemon #ECE509
RGB
CMYK
RGB Variations
Color information
#ECE509 (or 0xECE509) is known color: Lemon. HEX triplet: EC, E5 and 09. RGB value is (236,229,9). Sum of RGB (Red+Green+Blue) = 236+229+9=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 9 (3.91% from 255 or 1.90% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE509 is #131AF6. Grayscale: #CECECE. Windows color (decimal): -1252087 or 648684. OLE color: 648684.
HSL color Cylindrical-coordinate representation of color #ECE509: hue angle of 58.15º 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 #ECE509 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.07 |
| HSL | 58.15º | 0.93% | 0.48% | - |
| HSV(B) | 58.15º | 0.96% | 0.93% | - |
| XYZ | 62.66 | 73.89 | 11.22 | - |
| YUV | 206.01 | 16.82 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 9 | 0 | 0.03 | 0.96 | 0.07 | 58.15 | 0.93 | 0.48 |
| Hex | EC | E5 | 9 | 0 | 3 | 60 | 7 | 3A | 5D | 30 |
| Octal | 354 | 345 | 11 | 0 | 3 | 140 | 7 | 72 | 135 | 60 |
| Binary | 11101100 | 11100101 | 1001 | 0 | 11 | 1100000 | 111 | 111010 | 1011101 | 110000 |
Color Harmonies of #ECE509
Complementary color
Monochromatic Colors of #ECE509
Black with #ECE509
Text Example
Text Example
White with #ECE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE509; }
p { color: rgb(236,229,9); }
H1.HeaderClassName
{
color: #ECE509;
}
.AnyTagClassName
{
color: #ECE509;
}
</style>
background-color css
<style>
a { background-color: #ECE509; }
a { background-color: rgb(236,229,9); }
div.DivClassName
{
background-color: #ECE509;
}
.BgClassName
{
background-color: #ECE509;
}
</style>
border-color css
<style>
span { border-color: #ECE509; }
span { border-color: rgb(236,229,9); }
td.TdClassName
{
border-color: #ECE509;
}
.TagClassName
{
border-color: #ECE509;
}
</style>