Shades of Lemon #ECF108
Tints of Lemon #ECF108
RGB
CMYK
RGB Variations
Color information
#ECF108 (or 0xECF108) is known color: Lemon. HEX triplet: EC, F1 and 08. RGB value is (236,241,8). Sum of RGB (Red+Green+Blue) = 236+241+8=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 8 (3.52% from 255 or 1.65% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF108 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF108 is #130EF7. Grayscale: #D5D5D5. Windows color (decimal): -1249016 or 586220. OLE color: 586220.
HSL color Cylindrical-coordinate representation of color #ECF108: hue angle of 61.29º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECF108 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.05 |
| HSL | 61.29º | 0.94% | 0.49% | - |
| HSV(B) | 61.29º | 0.97% | 0.95% | - |
| XYZ | 66.09 | 80.76 | 12.33 | - |
| YUV | 212.94 | 12.34 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 8 | 0.02 | 0 | 0.97 | 0.05 | 61.29 | 0.94 | 0.49 |
| Hex | EC | F1 | 8 | 2 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 354 | 361 | 10 | 2 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11101100 | 11110001 | 1000 | 10 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #ECF108
Complementary color
Monochromatic Colors of #ECF108
Black with #ECF108
Text Example
Text Example
White with #ECF108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF108; }
p { color: rgb(236,241,8); }
H1.HeaderClassName
{
color: #ECF108;
}
.AnyTagClassName
{
color: #ECF108;
}
</style>
background-color css
<style>
a { background-color: #ECF108; }
a { background-color: rgb(236,241,8); }
div.DivClassName
{
background-color: #ECF108;
}
.BgClassName
{
background-color: #ECF108;
}
</style>
border-color css
<style>
span { border-color: #ECF108; }
span { border-color: rgb(236,241,8); }
td.TdClassName
{
border-color: #ECF108;
}
.TagClassName
{
border-color: #ECF108;
}
</style>