Shades of Lemon #ECEA15
Tints of Lemon #ECEA15
RGB
CMYK
RGB Variations
Color information
#ECEA15 (or 0xECEA15) is known color: Lemon. HEX triplet: EC, EA and 15. RGB value is (236,234,21). Sum of RGB (Red+Green+Blue) = 236+234+21=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA15 is #1315EA. Grayscale: #D3D3D3. Windows color (decimal): -1250795 or 1436396. OLE color: 1436396.
HSL color Cylindrical-coordinate representation of color #ECEA15: hue angle of 59.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECEA15 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 21 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.07 |
| HSL | 59.44º | 0.85% | 0.5% | - |
| HSV(B) | 59.44º | 0.91% | 0.93% | - |
| XYZ | 64.15 | 76.73 | 12.14 | - |
| YUV | 210.32 | 21.16 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 21 | 0 | 0.01 | 0.91 | 0.07 | 59.44 | 0.85 | 0.5 |
| Hex | EC | EA | 15 | 0 | 1 | 5B | 7 | 3B | 55 | 32 |
| Octal | 354 | 352 | 25 | 0 | 1 | 133 | 7 | 73 | 125 | 62 |
| Binary | 11101100 | 11101010 | 10101 | 0 | 1 | 1011011 | 111 | 111011 | 1010101 | 110010 |
Color Harmonies of #ECEA15
Complementary color
Monochromatic Colors of #ECEA15
Black with #ECEA15
Text Example
Text Example
White with #ECEA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA15; }
p { color: rgb(236,234,21); }
H1.HeaderClassName
{
color: #ECEA15;
}
.AnyTagClassName
{
color: #ECEA15;
}
</style>
background-color css
<style>
a { background-color: #ECEA15; }
a { background-color: rgb(236,234,21); }
div.DivClassName
{
background-color: #ECEA15;
}
.BgClassName
{
background-color: #ECEA15;
}
</style>
border-color css
<style>
span { border-color: #ECEA15; }
span { border-color: rgb(236,234,21); }
td.TdClassName
{
border-color: #ECEA15;
}
.TagClassName
{
border-color: #ECEA15;
}
</style>