Shades of Lemon #ECE70E
Tints of Lemon #ECE70E
RGB
CMYK
RGB Variations
Color information
#ECE70E (or 0xECE70E) is known color: Lemon. HEX triplet: EC, E7 and 0E. RGB value is (236,231,14). Sum of RGB (Red+Green+Blue) = 236+231+14=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE70E is #1318F1. Grayscale: #D0D0D0. Windows color (decimal): -1251570 or 976876. OLE color: 976876.
HSL color Cylindrical-coordinate representation of color #ECE70E: hue angle of 58.65º 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 #ECE70E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.07 |
| HSL | 58.65º | 0.89% | 0.49% | - |
| HSV(B) | 58.65º | 0.94% | 0.93% | - |
| XYZ | 63.25 | 75.02 | 11.56 | - |
| YUV | 207.76 | 18.66 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 14 | 0 | 0.02 | 0.94 | 0.07 | 58.65 | 0.89 | 0.49 |
| Hex | EC | E7 | E | 0 | 2 | 5E | 7 | 3B | 59 | 31 |
| Octal | 354 | 347 | 16 | 0 | 2 | 136 | 7 | 73 | 131 | 61 |
| Binary | 11101100 | 11100111 | 1110 | 0 | 10 | 1011110 | 111 | 111011 | 1011001 | 110001 |
Color Harmonies of #ECE70E
Complementary color
Monochromatic Colors of #ECE70E
Black with #ECE70E
Text Example
Text Example
White with #ECE70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE70E; }
p { color: rgb(236,231,14); }
H1.HeaderClassName
{
color: #ECE70E;
}
.AnyTagClassName
{
color: #ECE70E;
}
</style>
background-color css
<style>
a { background-color: #ECE70E; }
a { background-color: rgb(236,231,14); }
div.DivClassName
{
background-color: #ECE70E;
}
.BgClassName
{
background-color: #ECE70E;
}
</style>
border-color css
<style>
span { border-color: #ECE70E; }
span { border-color: rgb(236,231,14); }
td.TdClassName
{
border-color: #ECE70E;
}
.TagClassName
{
border-color: #ECE70E;
}
</style>