Shades of Lemon #ECF310
Tints of Lemon #ECF310
RGB
CMYK
RGB Variations
Color information
#ECF310 (or 0xECF310) is known color: Lemon. HEX triplet: EC, F3 and 10. RGB value is (236,243,16). Sum of RGB (Red+Green+Blue) = 236+243+16=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF310 is #130CEF. Grayscale: #D7D7D7. Windows color (decimal): -1248496 or 1111020. OLE color: 1111020.
HSL color Cylindrical-coordinate representation of color #ECF310: hue angle of 61.85º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECF310 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.05 |
| HSL | 61.85º | 0.9% | 0.51% | - |
| HSV(B) | 61.85º | 0.93% | 0.95% | - |
| XYZ | 66.74 | 81.97 | 12.79 | - |
| YUV | 215.03 | 15.68 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 16 | 0.03 | 0 | 0.93 | 0.05 | 61.85 | 0.9 | 0.51 |
| Hex | EC | F3 | 10 | 3 | 0 | 5D | 5 | 3E | 5A | 33 |
| Octal | 354 | 363 | 20 | 3 | 0 | 135 | 5 | 76 | 132 | 63 |
| Binary | 11101100 | 11110011 | 10000 | 11 | 0 | 1011101 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #ECF310
Complementary color
Monochromatic Colors of #ECF310
Black with #ECF310
Text Example
Text Example
White with #ECF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF310; }
p { color: rgb(236,243,16); }
H1.HeaderClassName
{
color: #ECF310;
}
.AnyTagClassName
{
color: #ECF310;
}
</style>
background-color css
<style>
a { background-color: #ECF310; }
a { background-color: rgb(236,243,16); }
div.DivClassName
{
background-color: #ECF310;
}
.BgClassName
{
background-color: #ECF310;
}
</style>
border-color css
<style>
span { border-color: #ECF310; }
span { border-color: rgb(236,243,16); }
td.TdClassName
{
border-color: #ECF310;
}
.TagClassName
{
border-color: #ECF310;
}
</style>