Shades of Lemon #ECE81B
Tints of Lemon #ECE81B
RGB
CMYK
RGB Variations
Color information
#ECE81B (or 0xECE81B) is known color: Lemon. HEX triplet: EC, E8 and 1B. RGB value is (236,232,27). Sum of RGB (Red+Green+Blue) = 236+232+27=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE81B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE81B is #1317E4. Grayscale: #D2D2D2. Windows color (decimal): -1251301 or 1829100. OLE color: 1829100.
HSL color Cylindrical-coordinate representation of color #ECE81B: hue angle of 58.85º 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 #ECE81B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 27 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.07 |
| HSL | 58.85º | 0.85% | 0.52% | - |
| HSV(B) | 58.85º | 0.89% | 0.93% | - |
| XYZ | 63.65 | 75.63 | 12.28 | - |
| YUV | 209.83 | 24.83 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 27 | 0 | 0.02 | 0.89 | 0.07 | 58.85 | 0.85 | 0.52 |
| Hex | EC | E8 | 1B | 0 | 2 | 59 | 7 | 3B | 55 | 34 |
| Octal | 354 | 350 | 33 | 0 | 2 | 131 | 7 | 73 | 125 | 64 |
| Binary | 11101100 | 11101000 | 11011 | 0 | 10 | 1011001 | 111 | 111011 | 1010101 | 110100 |
Color Harmonies of #ECE81B
Complementary color
Monochromatic Colors of #ECE81B
Black with #ECE81B
Text Example
Text Example
White with #ECE81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE81B; }
p { color: rgb(236,232,27); }
H1.HeaderClassName
{
color: #ECE81B;
}
.AnyTagClassName
{
color: #ECE81B;
}
</style>
background-color css
<style>
a { background-color: #ECE81B; }
a { background-color: rgb(236,232,27); }
div.DivClassName
{
background-color: #ECE81B;
}
.BgClassName
{
background-color: #ECE81B;
}
</style>
border-color css
<style>
span { border-color: #ECE81B; }
span { border-color: rgb(236,232,27); }
td.TdClassName
{
border-color: #ECE81B;
}
.TagClassName
{
border-color: #ECE81B;
}
</style>