Shades of Lemon #ECF31E
Tints of Lemon #ECF31E
RGB
CMYK
RGB Variations
Color information
#ECF31E (or 0xECF31E) is known color: Lemon. HEX triplet: EC, F3 and 1E. RGB value is (236,243,30). Sum of RGB (Red+Green+Blue) = 236+243+30=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 30 (12.11% from 255 or 5.89% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF31E is #130CE1. Grayscale: #D9D9D9. Windows color (decimal): -1248482 or 2028524. OLE color: 2028524.
HSL color Cylindrical-coordinate representation of color #ECF31E: hue angle of 61.97º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECF31E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 30 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.05 |
| HSL | 61.97º | 0.9% | 0.54% | - |
| HSV(B) | 61.97º | 0.88% | 0.95% | - |
| XYZ | 66.88 | 82.03 | 13.54 | - |
| YUV | 216.63 | 22.68 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 30 | 0.03 | 0 | 0.88 | 0.05 | 61.97 | 0.9 | 0.54 |
| Hex | EC | F3 | 1E | 3 | 0 | 58 | 5 | 3E | 5A | 36 |
| Octal | 354 | 363 | 36 | 3 | 0 | 130 | 5 | 76 | 132 | 66 |
| Binary | 11101100 | 11110011 | 11110 | 11 | 0 | 1011000 | 101 | 111110 | 1011010 | 110110 |
Color Harmonies of #ECF31E
Complementary color
Monochromatic Colors of #ECF31E
Black with #ECF31E
Text Example
Text Example
White with #ECF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF31E; }
p { color: rgb(236,243,30); }
H1.HeaderClassName
{
color: #ECF31E;
}
.AnyTagClassName
{
color: #ECF31E;
}
</style>
background-color css
<style>
a { background-color: #ECF31E; }
a { background-color: rgb(236,243,30); }
div.DivClassName
{
background-color: #ECF31E;
}
.BgClassName
{
background-color: #ECF31E;
}
</style>
border-color css
<style>
span { border-color: #ECF31E; }
span { border-color: rgb(236,243,30); }
td.TdClassName
{
border-color: #ECF31E;
}
.TagClassName
{
border-color: #ECF31E;
}
</style>