Shades of Lemon #ECF61B
Tints of Lemon #ECF61B
RGB
CMYK
RGB Variations
Color information
#ECF61B (or 0xECF61B) is known color: Lemon. HEX triplet: EC, F6 and 1B. RGB value is (236,246,27). Sum of RGB (Red+Green+Blue) = 236+246+27=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 27 (10.94% from 255 or 5.30% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF61B is #1309E4. Grayscale: #DADADA. Windows color (decimal): -1247717 or 1832684. OLE color: 1832684.
HSL color Cylindrical-coordinate representation of color #ECF61B: hue angle of 62.74º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECF61B is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 27 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.04 |
| HSL | 62.74º | 0.92% | 0.54% | - |
| HSV(B) | 62.74º | 0.89% | 0.96% | - |
| XYZ | 67.75 | 83.82 | 13.65 | - |
| YUV | 218.04 | 20.19 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 27 | 0.04 | 0 | 0.89 | 0.04 | 62.74 | 0.92 | 0.54 |
| Hex | EC | F6 | 1B | 4 | 0 | 59 | 4 | 3F | 5C | 36 |
| Octal | 354 | 366 | 33 | 4 | 0 | 131 | 4 | 77 | 134 | 66 |
| Binary | 11101100 | 11110110 | 11011 | 100 | 0 | 1011001 | 100 | 111111 | 1011100 | 110110 |
Color Harmonies of #ECF61B
Complementary color
Monochromatic Colors of #ECF61B
Black with #ECF61B
Text Example
Text Example
White with #ECF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF61B; }
p { color: rgb(236,246,27); }
H1.HeaderClassName
{
color: #ECF61B;
}
.AnyTagClassName
{
color: #ECF61B;
}
</style>
background-color css
<style>
a { background-color: #ECF61B; }
a { background-color: rgb(236,246,27); }
div.DivClassName
{
background-color: #ECF61B;
}
.BgClassName
{
background-color: #ECF61B;
}
</style>
border-color css
<style>
span { border-color: #ECF61B; }
span { border-color: rgb(236,246,27); }
td.TdClassName
{
border-color: #ECF61B;
}
.TagClassName
{
border-color: #ECF61B;
}
</style>