Shades of Lemon #ECF320
Tints of Lemon #ECF320
RGB
CMYK
RGB Variations
Color information
#ECF320 (or 0xECF320) is known color: Lemon. HEX triplet: EC, F3 and 20. RGB value is (236,243,32). Sum of RGB (Red+Green+Blue) = 236+243+32=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 32 (12.89% from 255 or 6.26% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF320 is #130CDF. Grayscale: #D9D9D9. Windows color (decimal): -1248480 or 2159596. OLE color: 2159596.
HSL color Cylindrical-coordinate representation of color #ECF320: hue angle of 61.99º 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 #ECF320 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 32 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.05 |
| HSL | 61.99º | 0.9% | 0.54% | - |
| HSV(B) | 61.99º | 0.87% | 0.95% | - |
| XYZ | 66.9 | 82.04 | 13.68 | - |
| YUV | 216.85 | 23.68 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 32 | 0.03 | 0 | 0.87 | 0.05 | 61.99 | 0.9 | 0.54 |
| Hex | EC | F3 | 20 | 3 | 0 | 57 | 5 | 3E | 5A | 36 |
| Octal | 354 | 363 | 40 | 3 | 0 | 127 | 5 | 76 | 132 | 66 |
| Binary | 11101100 | 11110011 | 100000 | 11 | 0 | 1010111 | 101 | 111110 | 1011010 | 110110 |
Color Harmonies of #ECF320
Complementary color
Monochromatic Colors of #ECF320
Black with #ECF320
Text Example
Text Example
White with #ECF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF320; }
p { color: rgb(236,243,32); }
H1.HeaderClassName
{
color: #ECF320;
}
.AnyTagClassName
{
color: #ECF320;
}
</style>
background-color css
<style>
a { background-color: #ECF320; }
a { background-color: rgb(236,243,32); }
div.DivClassName
{
background-color: #ECF320;
}
.BgClassName
{
background-color: #ECF320;
}
</style>
border-color css
<style>
span { border-color: #ECF320; }
span { border-color: rgb(236,243,32); }
td.TdClassName
{
border-color: #ECF320;
}
.TagClassName
{
border-color: #ECF320;
}
</style>