Shades of Lemon #ECED10
Tints of Lemon #ECED10
RGB
CMYK
RGB Variations
Color information
#ECED10 (or 0xECED10) is known color: Lemon. HEX triplet: EC, ED and 10. RGB value is (236,237,16). Sum of RGB (Red+Green+Blue) = 236+237+16=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED10 is #1312EF. Grayscale: #D4D4D4. Windows color (decimal): -1250032 or 1109484. OLE color: 1109484.
HSL color Cylindrical-coordinate representation of color #ECED10: hue angle of 60.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECED10 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 16 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.07 |
| HSL | 60.27º | 0.87% | 0.5% | - |
| HSV(B) | 60.27º | 0.93% | 0.93% | - |
| XYZ | 64.97 | 78.44 | 12.21 | - |
| YUV | 211.51 | 17.67 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 16 | 0.00 | 0 | 0.93 | 0.07 | 60.27 | 0.87 | 0.5 |
| Hex | EC | ED | 10 | 0 | 0 | 5D | 7 | 3C | 57 | 32 |
| Octal | 354 | 355 | 20 | 0 | 0 | 135 | 7 | 74 | 127 | 62 |
| Binary | 11101100 | 11101101 | 10000 | 0 | 0 | 1011101 | 111 | 111100 | 1010111 | 110010 |
Color Harmonies of #ECED10
Complementary color
Monochromatic Colors of #ECED10
Black with #ECED10
Text Example
Text Example
White with #ECED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED10; }
p { color: rgb(236,237,16); }
H1.HeaderClassName
{
color: #ECED10;
}
.AnyTagClassName
{
color: #ECED10;
}
</style>
background-color css
<style>
a { background-color: #ECED10; }
a { background-color: rgb(236,237,16); }
div.DivClassName
{
background-color: #ECED10;
}
.BgClassName
{
background-color: #ECED10;
}
</style>
border-color css
<style>
span { border-color: #ECED10; }
span { border-color: rgb(236,237,16); }
td.TdClassName
{
border-color: #ECED10;
}
.TagClassName
{
border-color: #ECED10;
}
</style>