Shades of Lemon #ECED15
Tints of Lemon #ECED15
RGB
CMYK
RGB Variations
Color information
#ECED15 (or 0xECED15) is known color: Lemon. HEX triplet: EC, ED and 15. RGB value is (236,237,21). Sum of RGB (Red+Green+Blue) = 236+237+21=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 21 (8.59% from 255 or 4.25% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED15 is #1312EA. Grayscale: #D4D4D4. Windows color (decimal): -1250027 or 1437164. OLE color: 1437164.
HSL color Cylindrical-coordinate representation of color #ECED15: hue angle of 60.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECED15 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 21 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.07 |
| HSL | 60.28º | 0.86% | 0.51% | - |
| HSV(B) | 60.28º | 0.91% | 0.93% | - |
| XYZ | 65.01 | 78.46 | 12.43 | - |
| YUV | 212.08 | 20.17 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 21 | 0.00 | 0 | 0.91 | 0.07 | 60.28 | 0.86 | 0.51 |
| Hex | EC | ED | 15 | 0 | 0 | 5B | 7 | 3C | 56 | 33 |
| Octal | 354 | 355 | 25 | 0 | 0 | 133 | 7 | 74 | 126 | 63 |
| Binary | 11101100 | 11101101 | 10101 | 0 | 0 | 1011011 | 111 | 111100 | 1010110 | 110011 |
Color Harmonies of #ECED15
Complementary color
Monochromatic Colors of #ECED15
Black with #ECED15
Text Example
Text Example
White with #ECED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED15; }
p { color: rgb(236,237,21); }
H1.HeaderClassName
{
color: #ECED15;
}
.AnyTagClassName
{
color: #ECED15;
}
</style>
background-color css
<style>
a { background-color: #ECED15; }
a { background-color: rgb(236,237,21); }
div.DivClassName
{
background-color: #ECED15;
}
.BgClassName
{
background-color: #ECED15;
}
</style>
border-color css
<style>
span { border-color: #ECED15; }
span { border-color: rgb(236,237,21); }
td.TdClassName
{
border-color: #ECED15;
}
.TagClassName
{
border-color: #ECED15;
}
</style>