Shades of Lemon #ECF006
Tints of Lemon #ECF006
RGB
CMYK
RGB Variations
Color information
#ECF006 (or 0xECF006) is known color: Lemon. HEX triplet: EC, F0 and 06. RGB value is (236,240,6). Sum of RGB (Red+Green+Blue) = 236+240+6=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 6 (2.73% from 255 or 1.24% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF006 is #130FF9. Grayscale: #D5D5D5. Windows color (decimal): -1249274 or 454892. OLE color: 454892.
HSL color Cylindrical-coordinate representation of color #ECF006: hue angle of 61.03º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECF006 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 6 | - |
CMYK | 0.02 | 0 | 0.98 | 0.06 |
HSL | 61.03º | 0.95% | 0.48% | - |
HSV(B) | 61.03º | 0.98% | 0.94% | - |
XYZ | 65.79 | 80.17 | 12.18 | - |
YUV | 212.13 | 11.67 | 145.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 6 | 0.02 | 0 | 0.98 | 0.06 | 61.03 | 0.95 | 0.48 |
Hex | EC | F0 | 6 | 2 | 0 | 62 | 6 | 3D | 5F | 30 |
Octal | 354 | 360 | 6 | 2 | 0 | 142 | 6 | 75 | 137 | 60 |
Binary | 11101100 | 11110000 | 110 | 10 | 0 | 1100010 | 110 | 111101 | 1011111 | 110000 |
Color Harmonies of #ECF006
Complementary color
Monochromatic Colors of #ECF006
Black with #ECF006
Text Example
Text Example
White with #ECF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF006; }
p { color: rgb(236,240,6); }
H1.HeaderClassName
{
color: #ECF006;
}
.AnyTagClassName
{
color: #ECF006;
}
</style>
background-color css
<style>
a { background-color: #ECF006; }
a { background-color: rgb(236,240,6); }
div.DivClassName
{
background-color: #ECF006;
}
.BgClassName
{
background-color: #ECF006;
}
</style>
border-color css
<style>
span { border-color: #ECF006; }
span { border-color: rgb(236,240,6); }
td.TdClassName
{
border-color: #ECF006;
}
.TagClassName
{
border-color: #ECF006;
}
</style>