Shades of Lemon #ECDE0A
Tints of Lemon #ECDE0A
RGB
CMYK
RGB Variations
Color information
#ECDE0A (or 0xECDE0A) is known color: Lemon. HEX triplet: EC, DE and 0A. RGB value is (236,222,10). Sum of RGB (Red+Green+Blue) = 236+222+10=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE0A is #1321F5. Grayscale: #CACACA. Windows color (decimal): -1253878 or 712428. OLE color: 712428.
HSL color Cylindrical-coordinate representation of color #ECDE0A: hue angle of 56.28º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECDE0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.07 |
| HSL | 56.28º | 0.92% | 0.48% | - |
| HSV(B) | 56.28º | 0.96% | 0.93% | - |
| XYZ | 60.77 | 70.1 | 10.61 | - |
| YUV | 202.02 | 19.64 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 10 | 0 | 0.06 | 0.96 | 0.07 | 56.28 | 0.92 | 0.48 |
| Hex | EC | DE | A | 0 | 6 | 60 | 7 | 38 | 5C | 30 |
| Octal | 354 | 336 | 12 | 0 | 6 | 140 | 7 | 70 | 134 | 60 |
| Binary | 11101100 | 11011110 | 1010 | 0 | 110 | 1100000 | 111 | 111000 | 1011100 | 110000 |
Color Harmonies of #ECDE0A
Complementary color
Monochromatic Colors of #ECDE0A
Black with #ECDE0A
Text Example
Text Example
White with #ECDE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE0A; }
p { color: rgb(236,222,10); }
H1.HeaderClassName
{
color: #ECDE0A;
}
.AnyTagClassName
{
color: #ECDE0A;
}
</style>
background-color css
<style>
a { background-color: #ECDE0A; }
a { background-color: rgb(236,222,10); }
div.DivClassName
{
background-color: #ECDE0A;
}
.BgClassName
{
background-color: #ECDE0A;
}
</style>
border-color css
<style>
span { border-color: #ECDE0A; }
span { border-color: rgb(236,222,10); }
td.TdClassName
{
border-color: #ECDE0A;
}
.TagClassName
{
border-color: #ECDE0A;
}
</style>