Shades of Lemon #ECF31A
Tints of Lemon #ECF31A
RGB
CMYK
RGB Variations
Color information
#ECF31A (or 0xECF31A) is known color: Lemon. HEX triplet: EC, F3 and 1A. RGB value is (236,243,26). Sum of RGB (Red+Green+Blue) = 236+243+26=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 26 (10.55% from 255 or 5.15% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF31A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF31A is #130CE5. Grayscale: #D9D9D9. Windows color (decimal): -1248486 or 1766380. OLE color: 1766380.
HSL color Cylindrical-coordinate representation of color #ECF31A: hue angle of 61.94º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECF31A is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 26 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.05 |
| HSL | 61.94º | 0.9% | 0.53% | - |
| HSV(B) | 61.94º | 0.89% | 0.95% | - |
| XYZ | 66.83 | 82.01 | 13.28 | - |
| YUV | 216.17 | 20.68 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 26 | 0.03 | 0 | 0.89 | 0.05 | 61.94 | 0.9 | 0.53 |
| Hex | EC | F3 | 1A | 3 | 0 | 59 | 5 | 3E | 5A | 35 |
| Octal | 354 | 363 | 32 | 3 | 0 | 131 | 5 | 76 | 132 | 65 |
| Binary | 11101100 | 11110011 | 11010 | 11 | 0 | 1011001 | 101 | 111110 | 1011010 | 110101 |
Color Harmonies of #ECF31A
Complementary color
Monochromatic Colors of #ECF31A
Black with #ECF31A
Text Example
Text Example
White with #ECF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF31A; }
p { color: rgb(236,243,26); }
H1.HeaderClassName
{
color: #ECF31A;
}
.AnyTagClassName
{
color: #ECF31A;
}
</style>
background-color css
<style>
a { background-color: #ECF31A; }
a { background-color: rgb(236,243,26); }
div.DivClassName
{
background-color: #ECF31A;
}
.BgClassName
{
background-color: #ECF31A;
}
</style>
border-color css
<style>
span { border-color: #ECF31A; }
span { border-color: rgb(236,243,26); }
td.TdClassName
{
border-color: #ECF31A;
}
.TagClassName
{
border-color: #ECF31A;
}
</style>