Shades of Lemon #ECF11F
Tints of Lemon #ECF11F
RGB
CMYK
RGB Variations
Color information
#ECF11F (or 0xECF11F) is known color: Lemon. HEX triplet: EC, F1 and 1F. RGB value is (236,241,31). Sum of RGB (Red+Green+Blue) = 236+241+31=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 31 (12.5% from 255 or 6.10% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF11F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF11F is #130EE0. Grayscale: #D8D8D8. Windows color (decimal): -1248993 or 2093548. OLE color: 2093548.
HSL color Cylindrical-coordinate representation of color #ECF11F: hue angle of 61.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECF11F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 31 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.05 |
| HSL | 61.43º | 0.88% | 0.53% | - |
| HSV(B) | 61.43º | 0.87% | 0.95% | - |
| XYZ | 66.29 | 80.84 | 13.41 | - |
| YUV | 215.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 31 | 0.02 | 0 | 0.87 | 0.05 | 61.43 | 0.88 | 0.53 |
| Hex | EC | F1 | 1F | 2 | 0 | 57 | 5 | 3D | 58 | 35 |
| Octal | 354 | 361 | 37 | 2 | 0 | 127 | 5 | 75 | 130 | 65 |
| Binary | 11101100 | 11110001 | 11111 | 10 | 0 | 1010111 | 101 | 111101 | 1011000 | 110101 |
Color Harmonies of #ECF11F
Complementary color
Monochromatic Colors of #ECF11F
Black with #ECF11F
Text Example
Text Example
White with #ECF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF11F; }
p { color: rgb(236,241,31); }
H1.HeaderClassName
{
color: #ECF11F;
}
.AnyTagClassName
{
color: #ECF11F;
}
</style>
background-color css
<style>
a { background-color: #ECF11F; }
a { background-color: rgb(236,241,31); }
div.DivClassName
{
background-color: #ECF11F;
}
.BgClassName
{
background-color: #ECF11F;
}
</style>
border-color css
<style>
span { border-color: #ECF11F; }
span { border-color: rgb(236,241,31); }
td.TdClassName
{
border-color: #ECF11F;
}
.TagClassName
{
border-color: #ECF11F;
}
</style>