Shades of Lemon #ECF00A
Tints of Lemon #ECF00A
RGB
CMYK
RGB Variations
Color information
#ECF00A (or 0xECF00A) is known color: Lemon. HEX triplet: EC, F0 and 0A. RGB value is (236,240,10). Sum of RGB (Red+Green+Blue) = 236+240+10=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF00A is #130FF5. Grayscale: #D5D5D5. Windows color (decimal): -1249270 or 717036. OLE color: 717036.
HSL color Cylindrical-coordinate representation of color #ECF00A: hue angle of 61.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECF00A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.06 |
| HSL | 61.04º | 0.92% | 0.49% | - |
| HSV(B) | 61.04º | 0.96% | 0.94% | - |
| XYZ | 65.81 | 80.17 | 12.29 | - |
| YUV | 212.58 | 13.67 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 10 | 0.02 | 0 | 0.96 | 0.06 | 61.04 | 0.92 | 0.49 |
| Hex | EC | F0 | A | 2 | 0 | 60 | 6 | 3D | 5C | 31 |
| Octal | 354 | 360 | 12 | 2 | 0 | 140 | 6 | 75 | 134 | 61 |
| Binary | 11101100 | 11110000 | 1010 | 10 | 0 | 1100000 | 110 | 111101 | 1011100 | 110001 |
Color Harmonies of #ECF00A
Complementary color
Monochromatic Colors of #ECF00A
Black with #ECF00A
Text Example
Text Example
White with #ECF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF00A; }
p { color: rgb(236,240,10); }
H1.HeaderClassName
{
color: #ECF00A;
}
.AnyTagClassName
{
color: #ECF00A;
}
</style>
background-color css
<style>
a { background-color: #ECF00A; }
a { background-color: rgb(236,240,10); }
div.DivClassName
{
background-color: #ECF00A;
}
.BgClassName
{
background-color: #ECF00A;
}
</style>
border-color css
<style>
span { border-color: #ECF00A; }
span { border-color: rgb(236,240,10); }
td.TdClassName
{
border-color: #ECF00A;
}
.TagClassName
{
border-color: #ECF00A;
}
</style>