Shades of Lemon #ECEA04
Tints of Lemon #ECEA04
RGB
CMYK
RGB Variations
Color information
#ECEA04 (or 0xECEA04) is known color: Lemon. HEX triplet: EC, EA and 04. RGB value is (236,234,4). Sum of RGB (Red+Green+Blue) = 236+234+4=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 4 (1.95% from 255 or 0.84% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA04 is #1315FB. Grayscale: #D1D1D1. Windows color (decimal): -1250812 or 322284. OLE color: 322284.
HSL color Cylindrical-coordinate representation of color #ECEA04: hue angle of 59.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECEA04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.07 |
| HSL | 59.48º | 0.97% | 0.47% | - |
| HSV(B) | 59.48º | 0.98% | 0.93% | - |
| XYZ | 64.04 | 76.69 | 11.54 | - |
| YUV | 208.38 | 12.66 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 4 | 0 | 0.01 | 0.98 | 0.07 | 59.48 | 0.97 | 0.47 |
| Hex | EC | EA | 4 | 0 | 1 | 62 | 7 | 3B | 61 | 2F |
| Octal | 354 | 352 | 4 | 0 | 1 | 142 | 7 | 73 | 141 | 57 |
| Binary | 11101100 | 11101010 | 100 | 0 | 1 | 1100010 | 111 | 111011 | 1100001 | 101111 |
Color Harmonies of #ECEA04
Complementary color
Monochromatic Colors of #ECEA04
Black with #ECEA04
Text Example
Text Example
White with #ECEA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA04; }
p { color: rgb(236,234,4); }
H1.HeaderClassName
{
color: #ECEA04;
}
.AnyTagClassName
{
color: #ECEA04;
}
</style>
background-color css
<style>
a { background-color: #ECEA04; }
a { background-color: rgb(236,234,4); }
div.DivClassName
{
background-color: #ECEA04;
}
.BgClassName
{
background-color: #ECEA04;
}
</style>
border-color css
<style>
span { border-color: #ECEA04; }
span { border-color: rgb(236,234,4); }
td.TdClassName
{
border-color: #ECEA04;
}
.TagClassName
{
border-color: #ECEA04;
}
</style>