Shades of Lemon #ECF517
Tints of Lemon #ECF517
RGB
CMYK
RGB Variations
Color information
#ECF517 (or 0xECF517) is known color: Lemon. HEX triplet: EC, F5 and 17. RGB value is (236,245,23). Sum of RGB (Red+Green+Blue) = 236+245+23=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 23 (9.38% from 255 or 4.56% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF517 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF517 is #130AE8. Grayscale: #D9D9D9. Windows color (decimal): -1247977 or 1570284. OLE color: 1570284.
HSL color Cylindrical-coordinate representation of color #ECF517: hue angle of 62.43º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECF517 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 23 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.04 |
| HSL | 62.43º | 0.92% | 0.53% | - |
| HSV(B) | 62.43º | 0.91% | 0.96% | - |
| XYZ | 67.4 | 83.2 | 13.32 | - |
| YUV | 217 | 18.52 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 23 | 0.04 | 0 | 0.91 | 0.04 | 62.43 | 0.92 | 0.53 |
| Hex | EC | F5 | 17 | 4 | 0 | 5B | 4 | 3E | 5C | 35 |
| Octal | 354 | 365 | 27 | 4 | 0 | 133 | 4 | 76 | 134 | 65 |
| Binary | 11101100 | 11110101 | 10111 | 100 | 0 | 1011011 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #ECF517
Complementary color
Monochromatic Colors of #ECF517
Black with #ECF517
Text Example
Text Example
White with #ECF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF517; }
p { color: rgb(236,245,23); }
H1.HeaderClassName
{
color: #ECF517;
}
.AnyTagClassName
{
color: #ECF517;
}
</style>
background-color css
<style>
a { background-color: #ECF517; }
a { background-color: rgb(236,245,23); }
div.DivClassName
{
background-color: #ECF517;
}
.BgClassName
{
background-color: #ECF517;
}
</style>
border-color css
<style>
span { border-color: #ECF517; }
span { border-color: rgb(236,245,23); }
td.TdClassName
{
border-color: #ECF517;
}
.TagClassName
{
border-color: #ECF517;
}
</style>