Shades of Lemon #ECEF15
Tints of Lemon #ECEF15
RGB
CMYK
RGB Variations
Color information
#ECEF15 (or 0xECEF15) is known color: Lemon. HEX triplet: EC, EF and 15. RGB value is (236,239,21). Sum of RGB (Red+Green+Blue) = 236+239+21=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 21 (8.59% from 255 or 4.23% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEF15 is #1310EA. Grayscale: #D6D6D6. Windows color (decimal): -1249515 or 1437676. OLE color: 1437676.
HSL color Cylindrical-coordinate representation of color #ECEF15: hue angle of 60.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECEF15 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.06 |
| HSL | 60.83º | 0.87% | 0.51% | - |
| HSV(B) | 60.83º | 0.91% | 0.94% | - |
| XYZ | 65.59 | 79.62 | 12.62 | - |
| YUV | 213.25 | 19.51 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 21 | 0.01 | 0 | 0.91 | 0.06 | 60.83 | 0.87 | 0.51 |
| Hex | EC | EF | 15 | 1 | 0 | 5B | 6 | 3D | 57 | 33 |
| Octal | 354 | 357 | 25 | 1 | 0 | 133 | 6 | 75 | 127 | 63 |
| Binary | 11101100 | 11101111 | 10101 | 1 | 0 | 1011011 | 110 | 111101 | 1010111 | 110011 |
Color Harmonies of #ECEF15
Complementary color
Monochromatic Colors of #ECEF15
Black with #ECEF15
Text Example
Text Example
White with #ECEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF15; }
p { color: rgb(236,239,21); }
H1.HeaderClassName
{
color: #ECEF15;
}
.AnyTagClassName
{
color: #ECEF15;
}
</style>
background-color css
<style>
a { background-color: #ECEF15; }
a { background-color: rgb(236,239,21); }
div.DivClassName
{
background-color: #ECEF15;
}
.BgClassName
{
background-color: #ECEF15;
}
</style>
border-color css
<style>
span { border-color: #ECEF15; }
span { border-color: rgb(236,239,21); }
td.TdClassName
{
border-color: #ECEF15;
}
.TagClassName
{
border-color: #ECEF15;
}
</style>