Shades of Lemon #ECE61A
Tints of Lemon #ECE61A
RGB
CMYK
RGB Variations
Color information
#ECE61A (or 0xECE61A) is known color: Lemon. HEX triplet: EC, E6 and 1A. RGB value is (236,230,26). Sum of RGB (Red+Green+Blue) = 236+230+26=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE61A is #1319E5. Grayscale: #D1D1D1. Windows color (decimal): -1251814 or 1763052. OLE color: 1763052.
HSL color Cylindrical-coordinate representation of color #ECE61A: hue angle of 58.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECE61A is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 26 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 58.29º | 0.85% | 0.51% | - |
| HSV(B) | 58.29º | 0.89% | 0.93% | - |
| XYZ | 63.08 | 74.5 | 12.03 | - |
| YUV | 208.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 26 | 0 | 0.03 | 0.89 | 0.07 | 58.29 | 0.85 | 0.51 |
| Hex | EC | E6 | 1A | 0 | 3 | 59 | 7 | 3A | 55 | 33 |
| Octal | 354 | 346 | 32 | 0 | 3 | 131 | 7 | 72 | 125 | 63 |
| Binary | 11101100 | 11100110 | 11010 | 0 | 11 | 1011001 | 111 | 111010 | 1010101 | 110011 |
Color Harmonies of #ECE61A
Complementary color
Monochromatic Colors of #ECE61A
Black with #ECE61A
Text Example
Text Example
White with #ECE61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE61A; }
p { color: rgb(236,230,26); }
H1.HeaderClassName
{
color: #ECE61A;
}
.AnyTagClassName
{
color: #ECE61A;
}
</style>
background-color css
<style>
a { background-color: #ECE61A; }
a { background-color: rgb(236,230,26); }
div.DivClassName
{
background-color: #ECE61A;
}
.BgClassName
{
background-color: #ECE61A;
}
</style>
border-color css
<style>
span { border-color: #ECE61A; }
span { border-color: rgb(236,230,26); }
td.TdClassName
{
border-color: #ECE61A;
}
.TagClassName
{
border-color: #ECE61A;
}
</style>