Shades of Lemon #ECE80D
Tints of Lemon #ECE80D
RGB
CMYK
RGB Variations
Color information
#ECE80D (or 0xECE80D) is known color: Lemon. HEX triplet: EC, E8 and 0D. RGB value is (236,232,13). Sum of RGB (Red+Green+Blue) = 236+232+13=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE80D is #1317F2. Grayscale: #D1D1D1. Windows color (decimal): -1251315 or 911596. OLE color: 911596.
HSL color Cylindrical-coordinate representation of color #ECE80D: hue angle of 58.92º degrees, saturation: 0.9, 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 #ECE80D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.07 |
| HSL | 58.92º | 0.9% | 0.49% | - |
| HSV(B) | 58.92º | 0.94% | 0.93% | - |
| XYZ | 63.52 | 75.58 | 11.62 | - |
| YUV | 208.23 | 17.83 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 13 | 0 | 0.02 | 0.94 | 0.07 | 58.92 | 0.9 | 0.49 |
| Hex | EC | E8 | D | 0 | 2 | 5E | 7 | 3B | 5A | 31 |
| Octal | 354 | 350 | 15 | 0 | 2 | 136 | 7 | 73 | 132 | 61 |
| Binary | 11101100 | 11101000 | 1101 | 0 | 10 | 1011110 | 111 | 111011 | 1011010 | 110001 |
Color Harmonies of #ECE80D
Complementary color
Monochromatic Colors of #ECE80D
Black with #ECE80D
Text Example
Text Example
White with #ECE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE80D; }
p { color: rgb(236,232,13); }
H1.HeaderClassName
{
color: #ECE80D;
}
.AnyTagClassName
{
color: #ECE80D;
}
</style>
background-color css
<style>
a { background-color: #ECE80D; }
a { background-color: rgb(236,232,13); }
div.DivClassName
{
background-color: #ECE80D;
}
.BgClassName
{
background-color: #ECE80D;
}
</style>
border-color css
<style>
span { border-color: #ECE80D; }
span { border-color: rgb(236,232,13); }
td.TdClassName
{
border-color: #ECE80D;
}
.TagClassName
{
border-color: #ECE80D;
}
</style>