Shades of Lemon #ECE71B
Tints of Lemon #ECE71B
RGB
CMYK
RGB Variations
Color information
#ECE71B (or 0xECE71B) is known color: Lemon. HEX triplet: EC, E7 and 1B. RGB value is (236,231,27). Sum of RGB (Red+Green+Blue) = 236+231+27=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE71B is #1318E4. Grayscale: #D2D2D2. Windows color (decimal): -1251557 or 1828844. OLE color: 1828844.
HSL color Cylindrical-coordinate representation of color #ECE71B: hue angle of 58.56º 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 #ECE71B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 27 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.07 |
| HSL | 58.56º | 0.85% | 0.52% | - |
| HSV(B) | 58.56º | 0.89% | 0.93% | - |
| XYZ | 63.37 | 75.06 | 12.19 | - |
| YUV | 209.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 27 | 0 | 0.02 | 0.89 | 0.07 | 58.56 | 0.85 | 0.52 |
| Hex | EC | E7 | 1B | 0 | 2 | 59 | 7 | 3B | 55 | 34 |
| Octal | 354 | 347 | 33 | 0 | 2 | 131 | 7 | 73 | 125 | 64 |
| Binary | 11101100 | 11100111 | 11011 | 0 | 10 | 1011001 | 111 | 111011 | 1010101 | 110100 |
Color Harmonies of #ECE71B
Complementary color
Monochromatic Colors of #ECE71B
Black with #ECE71B
Text Example
Text Example
White with #ECE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE71B; }
p { color: rgb(236,231,27); }
H1.HeaderClassName
{
color: #ECE71B;
}
.AnyTagClassName
{
color: #ECE71B;
}
</style>
background-color css
<style>
a { background-color: #ECE71B; }
a { background-color: rgb(236,231,27); }
div.DivClassName
{
background-color: #ECE71B;
}
.BgClassName
{
background-color: #ECE71B;
}
</style>
border-color css
<style>
span { border-color: #ECE71B; }
span { border-color: rgb(236,231,27); }
td.TdClassName
{
border-color: #ECE71B;
}
.TagClassName
{
border-color: #ECE71B;
}
</style>