Shades of Lemon #ECEF10
Tints of Lemon #ECEF10
RGB
CMYK
RGB Variations
Color information
#ECEF10 (or 0xECEF10) is known color: Lemon. HEX triplet: EC, EF and 10. RGB value is (236,239,16). Sum of RGB (Red+Green+Blue) = 236+239+16=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 16 (6.64% from 255 or 3.26% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEF10 is #1310EF. Grayscale: #D5D5D5. Windows color (decimal): -1249520 or 1109996. OLE color: 1109996.
HSL color Cylindrical-coordinate representation of color #ECEF10: hue angle of 60.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECEF10 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.06 |
| HSL | 60.81º | 0.87% | 0.5% | - |
| HSV(B) | 60.81º | 0.93% | 0.94% | - |
| XYZ | 65.55 | 79.6 | 12.4 | - |
| YUV | 212.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 16 | 0.01 | 0 | 0.93 | 0.06 | 60.81 | 0.87 | 0.5 |
| Hex | EC | EF | 10 | 1 | 0 | 5D | 6 | 3D | 57 | 32 |
| Octal | 354 | 357 | 20 | 1 | 0 | 135 | 6 | 75 | 127 | 62 |
| Binary | 11101100 | 11101111 | 10000 | 1 | 0 | 1011101 | 110 | 111101 | 1010111 | 110010 |
Color Harmonies of #ECEF10
Complementary color
Monochromatic Colors of #ECEF10
Black with #ECEF10
Text Example
Text Example
White with #ECEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF10; }
p { color: rgb(236,239,16); }
H1.HeaderClassName
{
color: #ECEF10;
}
.AnyTagClassName
{
color: #ECEF10;
}
</style>
background-color css
<style>
a { background-color: #ECEF10; }
a { background-color: rgb(236,239,16); }
div.DivClassName
{
background-color: #ECEF10;
}
.BgClassName
{
background-color: #ECEF10;
}
</style>
border-color css
<style>
span { border-color: #ECEF10; }
span { border-color: rgb(236,239,16); }
td.TdClassName
{
border-color: #ECEF10;
}
.TagClassName
{
border-color: #ECEF10;
}
</style>