Shades of Lemon #ECE609
Tints of Lemon #ECE609
RGB
CMYK
RGB Variations
Color information
#ECE609 (or 0xECE609) is known color: Lemon. HEX triplet: EC, E6 and 09. RGB value is (236,230,9). Sum of RGB (Red+Green+Blue) = 236+230+9=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE609 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE609 is #1319F6. Grayscale: #CFCFCF. Windows color (decimal): -1251831 or 648940. OLE color: 648940.
HSL color Cylindrical-coordinate representation of color #ECE609: hue angle of 58.41º 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 #ECE609 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.07 |
| HSL | 58.41º | 0.93% | 0.48% | - |
| HSV(B) | 58.41º | 0.96% | 0.93% | - |
| XYZ | 62.94 | 74.45 | 11.31 | - |
| YUV | 206.6 | 16.49 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 9 | 0 | 0.03 | 0.96 | 0.07 | 58.41 | 0.93 | 0.48 |
| Hex | EC | E6 | 9 | 0 | 3 | 60 | 7 | 3A | 5D | 30 |
| Octal | 354 | 346 | 11 | 0 | 3 | 140 | 7 | 72 | 135 | 60 |
| Binary | 11101100 | 11100110 | 1001 | 0 | 11 | 1100000 | 111 | 111010 | 1011101 | 110000 |
Color Harmonies of #ECE609
Complementary color
Monochromatic Colors of #ECE609
Black with #ECE609
Text Example
Text Example
White with #ECE609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE609; }
p { color: rgb(236,230,9); }
H1.HeaderClassName
{
color: #ECE609;
}
.AnyTagClassName
{
color: #ECE609;
}
</style>
background-color css
<style>
a { background-color: #ECE609; }
a { background-color: rgb(236,230,9); }
div.DivClassName
{
background-color: #ECE609;
}
.BgClassName
{
background-color: #ECE609;
}
</style>
border-color css
<style>
span { border-color: #ECE609; }
span { border-color: rgb(236,230,9); }
td.TdClassName
{
border-color: #ECE609;
}
.TagClassName
{
border-color: #ECE609;
}
</style>