Shades of Lemon #ECF00C
Tints of Lemon #ECF00C
RGB
CMYK
RGB Variations
Color information
#ECF00C (or 0xECF00C) is known color: Lemon. HEX triplet: EC, F0 and 0C. RGB value is (236,240,12). Sum of RGB (Red+Green+Blue) = 236+240+12=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF00C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF00C is #130FF3. Grayscale: #D5D5D5. Windows color (decimal): -1249268 or 848108. OLE color: 848108.
HSL color Cylindrical-coordinate representation of color #ECF00C: hue angle of 61.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECF00C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.06 |
| HSL | 61.05º | 0.9% | 0.49% | - |
| HSV(B) | 61.05º | 0.95% | 0.94% | - |
| XYZ | 65.82 | 80.18 | 12.36 | - |
| YUV | 212.81 | 14.67 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 12 | 0.02 | 0 | 0.95 | 0.06 | 61.05 | 0.9 | 0.49 |
| Hex | EC | F0 | C | 2 | 0 | 5F | 6 | 3D | 5A | 31 |
| Octal | 354 | 360 | 14 | 2 | 0 | 137 | 6 | 75 | 132 | 61 |
| Binary | 11101100 | 11110000 | 1100 | 10 | 0 | 1011111 | 110 | 111101 | 1011010 | 110001 |
Color Harmonies of #ECF00C
Complementary color
Monochromatic Colors of #ECF00C
Black with #ECF00C
Text Example
Text Example
White with #ECF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF00C; }
p { color: rgb(236,240,12); }
H1.HeaderClassName
{
color: #ECF00C;
}
.AnyTagClassName
{
color: #ECF00C;
}
</style>
background-color css
<style>
a { background-color: #ECF00C; }
a { background-color: rgb(236,240,12); }
div.DivClassName
{
background-color: #ECF00C;
}
.BgClassName
{
background-color: #ECF00C;
}
</style>
border-color css
<style>
span { border-color: #ECF00C; }
span { border-color: rgb(236,240,12); }
td.TdClassName
{
border-color: #ECF00C;
}
.TagClassName
{
border-color: #ECF00C;
}
</style>