Shades of Lemon #ECDB15
Tints of Lemon #ECDB15
RGB
CMYK
RGB Variations
Color information
#ECDB15 (or 0xECDB15) is known color: Lemon. HEX triplet: EC, DB and 15. RGB value is (236,219,21). Sum of RGB (Red+Green+Blue) = 236+219+21=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB15 is #1324EA. Grayscale: #CACACA. Windows color (decimal): -1254635 or 1432556. OLE color: 1432556.
HSL color Cylindrical-coordinate representation of color #ECDB15: hue angle of 55.26º 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 #ECDB15 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.07 |
| HSL | 55.26º | 0.85% | 0.5% | - |
| HSV(B) | 55.26º | 0.91% | 0.93% | - |
| XYZ | 60.06 | 68.55 | 10.78 | - |
| YUV | 201.51 | 26.13 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 21 | 0 | 0.07 | 0.91 | 0.07 | 55.26 | 0.85 | 0.5 |
| Hex | EC | DB | 15 | 0 | 7 | 5B | 7 | 37 | 55 | 32 |
| Octal | 354 | 333 | 25 | 0 | 7 | 133 | 7 | 67 | 125 | 62 |
| Binary | 11101100 | 11011011 | 10101 | 0 | 111 | 1011011 | 111 | 110111 | 1010101 | 110010 |
Color Harmonies of #ECDB15
Complementary color
Monochromatic Colors of #ECDB15
Black with #ECDB15
Text Example
Text Example
White with #ECDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB15; }
p { color: rgb(236,219,21); }
H1.HeaderClassName
{
color: #ECDB15;
}
.AnyTagClassName
{
color: #ECDB15;
}
</style>
background-color css
<style>
a { background-color: #ECDB15; }
a { background-color: rgb(236,219,21); }
div.DivClassName
{
background-color: #ECDB15;
}
.BgClassName
{
background-color: #ECDB15;
}
</style>
border-color css
<style>
span { border-color: #ECDB15; }
span { border-color: rgb(236,219,21); }
td.TdClassName
{
border-color: #ECDB15;
}
.TagClassName
{
border-color: #ECDB15;
}
</style>