Shades of Lemon #ECF01B
Tints of Lemon #ECF01B
RGB
CMYK
RGB Variations
Color information
#ECF01B (or 0xECF01B) is known color: Lemon. HEX triplet: EC, F0 and 1B. RGB value is (236,240,27). Sum of RGB (Red+Green+Blue) = 236+240+27=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 27 (10.94% from 255 or 5.37% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF01B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF01B is #130FE4. Grayscale: #D7D7D7. Windows color (decimal): -1249253 or 1831148. OLE color: 1831148.
HSL color Cylindrical-coordinate representation of color #ECF01B: hue angle of 61.13º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECF01B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.06 |
| HSL | 61.13º | 0.88% | 0.52% | - |
| HSV(B) | 61.13º | 0.89% | 0.94% | - |
| XYZ | 65.95 | 80.23 | 13.05 | - |
| YUV | 214.52 | 22.17 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 27 | 0.02 | 0 | 0.89 | 0.06 | 61.13 | 0.88 | 0.52 |
| Hex | EC | F0 | 1B | 2 | 0 | 59 | 6 | 3D | 58 | 34 |
| Octal | 354 | 360 | 33 | 2 | 0 | 131 | 6 | 75 | 130 | 64 |
| Binary | 11101100 | 11110000 | 11011 | 10 | 0 | 1011001 | 110 | 111101 | 1011000 | 110100 |
Color Harmonies of #ECF01B
Complementary color
Monochromatic Colors of #ECF01B
Black with #ECF01B
Text Example
Text Example
White with #ECF01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF01B; }
p { color: rgb(236,240,27); }
H1.HeaderClassName
{
color: #ECF01B;
}
.AnyTagClassName
{
color: #ECF01B;
}
</style>
background-color css
<style>
a { background-color: #ECF01B; }
a { background-color: rgb(236,240,27); }
div.DivClassName
{
background-color: #ECF01B;
}
.BgClassName
{
background-color: #ECF01B;
}
</style>
border-color css
<style>
span { border-color: #ECF01B; }
span { border-color: rgb(236,240,27); }
td.TdClassName
{
border-color: #ECF01B;
}
.TagClassName
{
border-color: #ECF01B;
}
</style>