Shades of Lemon #ECEA10
Tints of Lemon #ECEA10
RGB
CMYK
RGB Variations
Color information
#ECEA10 (or 0xECEA10) is known color: Lemon. HEX triplet: EC, EA and 10. RGB value is (236,234,16). Sum of RGB (Red+Green+Blue) = 236+234+16=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA10 is #1315EF. Grayscale: #D2D2D2. Windows color (decimal): -1250800 or 1108716. OLE color: 1108716.
HSL color Cylindrical-coordinate representation of color #ECEA10: hue angle of 59.45º 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 #ECEA10 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 16 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.07 |
| HSL | 59.45º | 0.87% | 0.49% | - |
| HSV(B) | 59.45º | 0.93% | 0.93% | - |
| XYZ | 64.11 | 76.72 | 11.92 | - |
| YUV | 209.75 | 18.66 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 16 | 0 | 0.01 | 0.93 | 0.07 | 59.45 | 0.87 | 0.49 |
| Hex | EC | EA | 10 | 0 | 1 | 5D | 7 | 3B | 57 | 31 |
| Octal | 354 | 352 | 20 | 0 | 1 | 135 | 7 | 73 | 127 | 61 |
| Binary | 11101100 | 11101010 | 10000 | 0 | 1 | 1011101 | 111 | 111011 | 1010111 | 110001 |
Color Harmonies of #ECEA10
Complementary color
Monochromatic Colors of #ECEA10
Black with #ECEA10
Text Example
Text Example
White with #ECEA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA10; }
p { color: rgb(236,234,16); }
H1.HeaderClassName
{
color: #ECEA10;
}
.AnyTagClassName
{
color: #ECEA10;
}
</style>
background-color css
<style>
a { background-color: #ECEA10; }
a { background-color: rgb(236,234,16); }
div.DivClassName
{
background-color: #ECEA10;
}
.BgClassName
{
background-color: #ECEA10;
}
</style>
border-color css
<style>
span { border-color: #ECEA10; }
span { border-color: rgb(236,234,16); }
td.TdClassName
{
border-color: #ECEA10;
}
.TagClassName
{
border-color: #ECEA10;
}
</style>