Shades of Lemon #ECF31F
Tints of Lemon #ECF31F
RGB
CMYK
RGB Variations
Color information
#ECF31F (or 0xECF31F) is known color: Lemon. HEX triplet: EC, F3 and 1F. RGB value is (236,243,31). Sum of RGB (Red+Green+Blue) = 236+243+31=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 31 (12.5% from 255 or 6.08% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF31F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF31F is #130CE0. Grayscale: #D9D9D9. Windows color (decimal): -1248481 or 2094060. OLE color: 2094060.
HSL color Cylindrical-coordinate representation of color #ECF31F: hue angle of 61.98º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECF31F is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 31 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.05 |
| HSL | 61.98º | 0.9% | 0.54% | - |
| HSV(B) | 61.98º | 0.87% | 0.95% | - |
| XYZ | 66.89 | 82.03 | 13.6 | - |
| YUV | 216.74 | 23.18 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 31 | 0.03 | 0 | 0.87 | 0.05 | 61.98 | 0.9 | 0.54 |
| Hex | EC | F3 | 1F | 3 | 0 | 57 | 5 | 3E | 5A | 36 |
| Octal | 354 | 363 | 37 | 3 | 0 | 127 | 5 | 76 | 132 | 66 |
| Binary | 11101100 | 11110011 | 11111 | 11 | 0 | 1010111 | 101 | 111110 | 1011010 | 110110 |
Color Harmonies of #ECF31F
Complementary color
Monochromatic Colors of #ECF31F
Black with #ECF31F
Text Example
Text Example
White with #ECF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF31F; }
p { color: rgb(236,243,31); }
H1.HeaderClassName
{
color: #ECF31F;
}
.AnyTagClassName
{
color: #ECF31F;
}
</style>
background-color css
<style>
a { background-color: #ECF31F; }
a { background-color: rgb(236,243,31); }
div.DivClassName
{
background-color: #ECF31F;
}
.BgClassName
{
background-color: #ECF31F;
}
</style>
border-color css
<style>
span { border-color: #ECF31F; }
span { border-color: rgb(236,243,31); }
td.TdClassName
{
border-color: #ECF31F;
}
.TagClassName
{
border-color: #ECF31F;
}
</style>