Shades of Lemon #ECE607
Tints of Lemon #ECE607
RGB
CMYK
RGB Variations
Color information
#ECE607 (or 0xECE607) is known color: Lemon. HEX triplet: EC, E6 and 07. RGB value is (236,230,7). Sum of RGB (Red+Green+Blue) = 236+230+7=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE607 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE607 is #1319F8. Grayscale: #CFCFCF. Windows color (decimal): -1251833 or 517868. OLE color: 517868.
HSL color Cylindrical-coordinate representation of color #ECE607: hue angle of 58.43º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECE607 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.07 |
| HSL | 58.43º | 0.94% | 0.48% | - |
| HSV(B) | 58.43º | 0.97% | 0.93% | - |
| XYZ | 62.93 | 74.44 | 11.25 | - |
| YUV | 206.37 | 15.49 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 7 | 0 | 0.03 | 0.97 | 0.07 | 58.43 | 0.94 | 0.48 |
| Hex | EC | E6 | 7 | 0 | 3 | 61 | 7 | 3A | 5E | 30 |
| Octal | 354 | 346 | 7 | 0 | 3 | 141 | 7 | 72 | 136 | 60 |
| Binary | 11101100 | 11100110 | 111 | 0 | 11 | 1100001 | 111 | 111010 | 1011110 | 110000 |
Color Harmonies of #ECE607
Complementary color
Monochromatic Colors of #ECE607
Black with #ECE607
Text Example
Text Example
White with #ECE607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE607; }
p { color: rgb(236,230,7); }
H1.HeaderClassName
{
color: #ECE607;
}
.AnyTagClassName
{
color: #ECE607;
}
</style>
background-color css
<style>
a { background-color: #ECE607; }
a { background-color: rgb(236,230,7); }
div.DivClassName
{
background-color: #ECE607;
}
.BgClassName
{
background-color: #ECE607;
}
</style>
border-color css
<style>
span { border-color: #ECE607; }
span { border-color: rgb(236,230,7); }
td.TdClassName
{
border-color: #ECE607;
}
.TagClassName
{
border-color: #ECE607;
}
</style>