Shades of Lemon #ECE309
Tints of Lemon #ECE309
RGB
CMYK
RGB Variations
Color information
#ECE309 (or 0xECE309) is known color: Lemon. HEX triplet: EC, E3 and 09. RGB value is (236,227,9). Sum of RGB (Red+Green+Blue) = 236+227+9=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 9 (3.91% from 255 or 1.91% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE309 is #131CF6. Grayscale: #CDCDCD. Windows color (decimal): -1252599 or 648172. OLE color: 648172.
HSL color Cylindrical-coordinate representation of color #ECE309: hue angle of 57.62º 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 #ECE309 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.07 |
| HSL | 57.62º | 0.93% | 0.48% | - |
| HSV(B) | 57.62º | 0.96% | 0.93% | - |
| XYZ | 62.11 | 72.79 | 11.03 | - |
| YUV | 204.84 | 17.48 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 9 | 0 | 0.04 | 0.96 | 0.07 | 57.62 | 0.93 | 0.48 |
| Hex | EC | E3 | 9 | 0 | 4 | 60 | 7 | 3A | 5D | 30 |
| Octal | 354 | 343 | 11 | 0 | 4 | 140 | 7 | 72 | 135 | 60 |
| Binary | 11101100 | 11100011 | 1001 | 0 | 100 | 1100000 | 111 | 111010 | 1011101 | 110000 |
Color Harmonies of #ECE309
Complementary color
Monochromatic Colors of #ECE309
Black with #ECE309
Text Example
Text Example
White with #ECE309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE309; }
p { color: rgb(236,227,9); }
H1.HeaderClassName
{
color: #ECE309;
}
.AnyTagClassName
{
color: #ECE309;
}
</style>
background-color css
<style>
a { background-color: #ECE309; }
a { background-color: rgb(236,227,9); }
div.DivClassName
{
background-color: #ECE309;
}
.BgClassName
{
background-color: #ECE309;
}
</style>
border-color css
<style>
span { border-color: #ECE309; }
span { border-color: rgb(236,227,9); }
td.TdClassName
{
border-color: #ECE309;
}
.TagClassName
{
border-color: #ECE309;
}
</style>