Shades of Lemon #ECDA0E
Tints of Lemon #ECDA0E
RGB
CMYK
RGB Variations
Color information
#ECDA0E (or 0xECDA0E) is known color: Lemon. HEX triplet: EC, DA and 0E. RGB value is (236,218,14). Sum of RGB (Red+Green+Blue) = 236+218+14=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA0E is #1325F1. Grayscale: #C8C8C8. Windows color (decimal): -1254898 or 973548. OLE color: 973548.
HSL color Cylindrical-coordinate representation of color #ECDA0E: hue angle of 55.14º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECDA0E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.07 |
| HSL | 55.14º | 0.89% | 0.49% | - |
| HSV(B) | 55.14º | 0.94% | 0.93% | - |
| XYZ | 59.74 | 68.01 | 10.39 | - |
| YUV | 200.13 | 22.96 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 14 | 0 | 0.08 | 0.94 | 0.07 | 55.14 | 0.89 | 0.49 |
| Hex | EC | DA | E | 0 | 8 | 5E | 7 | 37 | 59 | 31 |
| Octal | 354 | 332 | 16 | 0 | 10 | 136 | 7 | 67 | 131 | 61 |
| Binary | 11101100 | 11011010 | 1110 | 0 | 1000 | 1011110 | 111 | 110111 | 1011001 | 110001 |
Color Harmonies of #ECDA0E
Complementary color
Monochromatic Colors of #ECDA0E
Black with #ECDA0E
Text Example
Text Example
White with #ECDA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA0E; }
p { color: rgb(236,218,14); }
H1.HeaderClassName
{
color: #ECDA0E;
}
.AnyTagClassName
{
color: #ECDA0E;
}
</style>
background-color css
<style>
a { background-color: #ECDA0E; }
a { background-color: rgb(236,218,14); }
div.DivClassName
{
background-color: #ECDA0E;
}
.BgClassName
{
background-color: #ECDA0E;
}
</style>
border-color css
<style>
span { border-color: #ECDA0E; }
span { border-color: rgb(236,218,14); }
td.TdClassName
{
border-color: #ECDA0E;
}
.TagClassName
{
border-color: #ECDA0E;
}
</style>