Shades of Lemon #ECE61B
Tints of Lemon #ECE61B
RGB
CMYK
RGB Variations
Color information
#ECE61B (or 0xECE61B) is known color: Lemon. HEX triplet: EC, E6 and 1B. RGB value is (236,230,27). Sum of RGB (Red+Green+Blue) = 236+230+27=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 27 (10.94% from 255 or 5.48% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE61B is #1319E4. Grayscale: #D1D1D1. Windows color (decimal): -1251813 or 1828588. OLE color: 1828588.
HSL color Cylindrical-coordinate representation of color #ECE61B: hue angle of 58.28º 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 #ECE61B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 58.28º | 0.85% | 0.52% | - |
| HSV(B) | 58.28º | 0.89% | 0.93% | - |
| XYZ | 63.09 | 74.51 | 12.09 | - |
| YUV | 208.65 | 25.49 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 27 | 0 | 0.03 | 0.89 | 0.07 | 58.28 | 0.85 | 0.52 |
| Hex | EC | E6 | 1B | 0 | 3 | 59 | 7 | 3A | 55 | 34 |
| Octal | 354 | 346 | 33 | 0 | 3 | 131 | 7 | 72 | 125 | 64 |
| Binary | 11101100 | 11100110 | 11011 | 0 | 11 | 1011001 | 111 | 111010 | 1010101 | 110100 |
Color Harmonies of #ECE61B
Complementary color
Monochromatic Colors of #ECE61B
Black with #ECE61B
Text Example
Text Example
White with #ECE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE61B; }
p { color: rgb(236,230,27); }
H1.HeaderClassName
{
color: #ECE61B;
}
.AnyTagClassName
{
color: #ECE61B;
}
</style>
background-color css
<style>
a { background-color: #ECE61B; }
a { background-color: rgb(236,230,27); }
div.DivClassName
{
background-color: #ECE61B;
}
.BgClassName
{
background-color: #ECE61B;
}
</style>
border-color css
<style>
span { border-color: #ECE61B; }
span { border-color: rgb(236,230,27); }
td.TdClassName
{
border-color: #ECE61B;
}
.TagClassName
{
border-color: #ECE61B;
}
</style>