Shades of Lemon #ECE51B
Tints of Lemon #ECE51B
RGB
CMYK
RGB Variations
Color information
#ECE51B (or 0xECE51B) is known color: Lemon. HEX triplet: EC, E5 and 1B. RGB value is (236,229,27). Sum of RGB (Red+Green+Blue) = 236+229+27=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE51B is #131AE4. Grayscale: #D0D0D0. Windows color (decimal): -1252069 or 1828332. OLE color: 1828332.
HSL color Cylindrical-coordinate representation of color #ECE51B: hue angle of 57.99º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECE51B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 57.99º | 0.85% | 0.52% | - |
| HSV(B) | 57.99º | 0.89% | 0.93% | - |
| XYZ | 62.81 | 73.95 | 12 | - |
| YUV | 208.07 | 25.82 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 27 | 0 | 0.03 | 0.89 | 0.07 | 57.99 | 0.85 | 0.52 |
| Hex | EC | E5 | 1B | 0 | 3 | 59 | 7 | 3A | 55 | 34 |
| Octal | 354 | 345 | 33 | 0 | 3 | 131 | 7 | 72 | 125 | 64 |
| Binary | 11101100 | 11100101 | 11011 | 0 | 11 | 1011001 | 111 | 111010 | 1010101 | 110100 |
Color Harmonies of #ECE51B
Complementary color
Monochromatic Colors of #ECE51B
Black with #ECE51B
Text Example
Text Example
White with #ECE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE51B; }
p { color: rgb(236,229,27); }
H1.HeaderClassName
{
color: #ECE51B;
}
.AnyTagClassName
{
color: #ECE51B;
}
</style>
background-color css
<style>
a { background-color: #ECE51B; }
a { background-color: rgb(236,229,27); }
div.DivClassName
{
background-color: #ECE51B;
}
.BgClassName
{
background-color: #ECE51B;
}
</style>
border-color css
<style>
span { border-color: #ECE51B; }
span { border-color: rgb(236,229,27); }
td.TdClassName
{
border-color: #ECE51B;
}
.TagClassName
{
border-color: #ECE51B;
}
</style>