Shades of Lemon #ECE507
Tints of Lemon #ECE507
RGB
CMYK
RGB Variations
Color information
#ECE507 (or 0xECE507) is known color: Lemon. HEX triplet: EC, E5 and 07. RGB value is (236,229,7). Sum of RGB (Red+Green+Blue) = 236+229+7=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE507 is #131AF8. Grayscale: #CECECE. Windows color (decimal): -1252089 or 517612. OLE color: 517612.
HSL color Cylindrical-coordinate representation of color #ECE507: hue angle of 58.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECE507 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.07 |
| HSL | 58.17º | 0.94% | 0.48% | - |
| HSV(B) | 58.17º | 0.97% | 0.93% | - |
| XYZ | 62.65 | 73.89 | 11.16 | - |
| YUV | 205.79 | 15.82 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 7 | 0 | 0.03 | 0.97 | 0.07 | 58.17 | 0.94 | 0.48 |
| Hex | EC | E5 | 7 | 0 | 3 | 61 | 7 | 3A | 5E | 30 |
| Octal | 354 | 345 | 7 | 0 | 3 | 141 | 7 | 72 | 136 | 60 |
| Binary | 11101100 | 11100101 | 111 | 0 | 11 | 1100001 | 111 | 111010 | 1011110 | 110000 |
Color Harmonies of #ECE507
Complementary color
Monochromatic Colors of #ECE507
Black with #ECE507
Text Example
Text Example
White with #ECE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE507; }
p { color: rgb(236,229,7); }
H1.HeaderClassName
{
color: #ECE507;
}
.AnyTagClassName
{
color: #ECE507;
}
</style>
background-color css
<style>
a { background-color: #ECE507; }
a { background-color: rgb(236,229,7); }
div.DivClassName
{
background-color: #ECE507;
}
.BgClassName
{
background-color: #ECE507;
}
</style>
border-color css
<style>
span { border-color: #ECE507; }
span { border-color: rgb(236,229,7); }
td.TdClassName
{
border-color: #ECE507;
}
.TagClassName
{
border-color: #ECE507;
}
</style>