Shades of Lemon #ECE90B
Tints of Lemon #ECE90B
RGB
CMYK
RGB Variations
Color information
#ECE90B (or 0xECE90B) is known color: Lemon. HEX triplet: EC, E9 and 0B. RGB value is (236,233,11). Sum of RGB (Red+Green+Blue) = 236+233+11=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 11 (4.69% from 255 or 2.29% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE90B is #1316F4. Grayscale: #D1D1D1. Windows color (decimal): -1251061 or 780780. OLE color: 780780.
HSL color Cylindrical-coordinate representation of color #ECE90B: hue angle of 59.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECE90B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.07 |
| HSL | 59.2º | 0.91% | 0.48% | - |
| HSV(B) | 59.2º | 0.95% | 0.93% | - |
| XYZ | 63.79 | 76.13 | 11.65 | - |
| YUV | 208.59 | 16.49 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 11 | 0 | 0.01 | 0.95 | 0.07 | 59.2 | 0.91 | 0.48 |
| Hex | EC | E9 | B | 0 | 1 | 5F | 7 | 3B | 5B | 30 |
| Octal | 354 | 351 | 13 | 0 | 1 | 137 | 7 | 73 | 133 | 60 |
| Binary | 11101100 | 11101001 | 1011 | 0 | 1 | 1011111 | 111 | 111011 | 1011011 | 110000 |
Color Harmonies of #ECE90B
Complementary color
Monochromatic Colors of #ECE90B
Black with #ECE90B
Text Example
Text Example
White with #ECE90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE90B; }
p { color: rgb(236,233,11); }
H1.HeaderClassName
{
color: #ECE90B;
}
.AnyTagClassName
{
color: #ECE90B;
}
</style>
background-color css
<style>
a { background-color: #ECE90B; }
a { background-color: rgb(236,233,11); }
div.DivClassName
{
background-color: #ECE90B;
}
.BgClassName
{
background-color: #ECE90B;
}
</style>
border-color css
<style>
span { border-color: #ECE90B; }
span { border-color: rgb(236,233,11); }
td.TdClassName
{
border-color: #ECE90B;
}
.TagClassName
{
border-color: #ECE90B;
}
</style>