Shades of Lemon #ECF007
Tints of Lemon #ECF007
RGB
CMYK
RGB Variations
Color information
#ECF007 (or 0xECF007) is known color: Lemon. HEX triplet: EC, F0 and 07. RGB value is (236,240,7). Sum of RGB (Red+Green+Blue) = 236+240+7=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 7 (3.12% from 255 or 1.45% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF007 is #130FF8. Grayscale: #D5D5D5. Windows color (decimal): -1249273 or 520428. OLE color: 520428.
HSL color Cylindrical-coordinate representation of color #ECF007: hue angle of 61.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECF007 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.06 |
| HSL | 61.03º | 0.94% | 0.48% | - |
| HSV(B) | 61.03º | 0.97% | 0.94% | - |
| XYZ | 65.79 | 80.17 | 12.21 | - |
| YUV | 212.24 | 12.17 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 7 | 0.02 | 0 | 0.97 | 0.06 | 61.03 | 0.94 | 0.48 |
| Hex | EC | F0 | 7 | 2 | 0 | 61 | 6 | 3D | 5E | 30 |
| Octal | 354 | 360 | 7 | 2 | 0 | 141 | 6 | 75 | 136 | 60 |
| Binary | 11101100 | 11110000 | 111 | 10 | 0 | 1100001 | 110 | 111101 | 1011110 | 110000 |
Color Harmonies of #ECF007
Complementary color
Monochromatic Colors of #ECF007
Black with #ECF007
Text Example
Text Example
White with #ECF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF007; }
p { color: rgb(236,240,7); }
H1.HeaderClassName
{
color: #ECF007;
}
.AnyTagClassName
{
color: #ECF007;
}
</style>
background-color css
<style>
a { background-color: #ECF007; }
a { background-color: rgb(236,240,7); }
div.DivClassName
{
background-color: #ECF007;
}
.BgClassName
{
background-color: #ECF007;
}
</style>
border-color css
<style>
span { border-color: #ECF007; }
span { border-color: rgb(236,240,7); }
td.TdClassName
{
border-color: #ECF007;
}
.TagClassName
{
border-color: #ECF007;
}
</style>