Shades of Lemon #ECE415
Tints of Lemon #ECE415
RGB
CMYK
RGB Variations
Color information
#ECE415 (or 0xECE415) is known color: Lemon. HEX triplet: EC, E4 and 15. RGB value is (236,228,21). Sum of RGB (Red+Green+Blue) = 236+228+21=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE415 is #131BEA. Grayscale: #CFCFCF. Windows color (decimal): -1252331 or 1434860. OLE color: 1434860.
HSL color Cylindrical-coordinate representation of color #ECE415: hue angle of 57.77º 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 #ECE415 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 21 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.07 |
| HSL | 57.77º | 0.85% | 0.5% | - |
| HSV(B) | 57.77º | 0.91% | 0.93% | - |
| XYZ | 62.47 | 73.37 | 11.58 | - |
| YUV | 206.79 | 23.15 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 21 | 0 | 0.03 | 0.91 | 0.07 | 57.77 | 0.85 | 0.5 |
| Hex | EC | E4 | 15 | 0 | 3 | 5B | 7 | 3A | 55 | 32 |
| Octal | 354 | 344 | 25 | 0 | 3 | 133 | 7 | 72 | 125 | 62 |
| Binary | 11101100 | 11100100 | 10101 | 0 | 11 | 1011011 | 111 | 111010 | 1010101 | 110010 |
Color Harmonies of #ECE415
Complementary color
Monochromatic Colors of #ECE415
Black with #ECE415
Text Example
Text Example
White with #ECE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE415; }
p { color: rgb(236,228,21); }
H1.HeaderClassName
{
color: #ECE415;
}
.AnyTagClassName
{
color: #ECE415;
}
</style>
background-color css
<style>
a { background-color: #ECE415; }
a { background-color: rgb(236,228,21); }
div.DivClassName
{
background-color: #ECE415;
}
.BgClassName
{
background-color: #ECE415;
}
</style>
border-color css
<style>
span { border-color: #ECE415; }
span { border-color: rgb(236,228,21); }
td.TdClassName
{
border-color: #ECE415;
}
.TagClassName
{
border-color: #ECE415;
}
</style>