Shades of Lemon #ECD810
Tints of Lemon #ECD810
RGB
CMYK
RGB Variations
Color information
#ECD810 (or 0xECD810) is known color: Lemon. HEX triplet: EC, D8 and 10. RGB value is (236,216,16). Sum of RGB (Red+Green+Blue) = 236+216+16=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD810 is #1327EF. Grayscale: #C8C8C8. Windows color (decimal): -1255408 or 1104108. OLE color: 1104108.
HSL color Cylindrical-coordinate representation of color #ECD810: hue angle of 54.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECD810 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.07 |
| HSL | 54.55º | 0.87% | 0.49% | - |
| HSV(B) | 54.55º | 0.93% | 0.93% | - |
| XYZ | 59.24 | 66.98 | 10.3 | - |
| YUV | 199.18 | 24.63 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 16 | 0 | 0.08 | 0.93 | 0.07 | 54.55 | 0.87 | 0.49 |
| Hex | EC | D8 | 10 | 0 | 8 | 5D | 7 | 37 | 57 | 31 |
| Octal | 354 | 330 | 20 | 0 | 10 | 135 | 7 | 67 | 127 | 61 |
| Binary | 11101100 | 11011000 | 10000 | 0 | 1000 | 1011101 | 111 | 110111 | 1010111 | 110001 |
Color Harmonies of #ECD810
Complementary color
Monochromatic Colors of #ECD810
Black with #ECD810
Text Example
Text Example
White with #ECD810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD810; }
p { color: rgb(236,216,16); }
H1.HeaderClassName
{
color: #ECD810;
}
.AnyTagClassName
{
color: #ECD810;
}
</style>
background-color css
<style>
a { background-color: #ECD810; }
a { background-color: rgb(236,216,16); }
div.DivClassName
{
background-color: #ECD810;
}
.BgClassName
{
background-color: #ECD810;
}
</style>
border-color css
<style>
span { border-color: #ECD810; }
span { border-color: rgb(236,216,16); }
td.TdClassName
{
border-color: #ECD810;
}
.TagClassName
{
border-color: #ECD810;
}
</style>