Shades of Lemon #ECE20B
Tints of Lemon #ECE20B
RGB
CMYK
RGB Variations
Color information
#ECE20B (or 0xECE20B) is known color: Lemon. HEX triplet: EC, E2 and 0B. RGB value is (236,226,11). Sum of RGB (Red+Green+Blue) = 236+226+11=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE20B is #131DF4. Grayscale: #CDCDCD. Windows color (decimal): -1252853 or 778988. OLE color: 778988.
HSL color Cylindrical-coordinate representation of color #ECE20B: hue angle of 57.33º 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 #ECE20B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.07 |
| HSL | 57.33º | 0.91% | 0.48% | - |
| HSV(B) | 57.33º | 0.95% | 0.93% | - |
| XYZ | 61.85 | 72.25 | 11 | - |
| YUV | 204.48 | 18.81 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 11 | 0 | 0.04 | 0.95 | 0.07 | 57.33 | 0.91 | 0.48 |
| Hex | EC | E2 | B | 0 | 4 | 5F | 7 | 39 | 5B | 30 |
| Octal | 354 | 342 | 13 | 0 | 4 | 137 | 7 | 71 | 133 | 60 |
| Binary | 11101100 | 11100010 | 1011 | 0 | 100 | 1011111 | 111 | 111001 | 1011011 | 110000 |
Color Harmonies of #ECE20B
Complementary color
Monochromatic Colors of #ECE20B
Black with #ECE20B
Text Example
Text Example
White with #ECE20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE20B; }
p { color: rgb(236,226,11); }
H1.HeaderClassName
{
color: #ECE20B;
}
.AnyTagClassName
{
color: #ECE20B;
}
</style>
background-color css
<style>
a { background-color: #ECE20B; }
a { background-color: rgb(236,226,11); }
div.DivClassName
{
background-color: #ECE20B;
}
.BgClassName
{
background-color: #ECE20B;
}
</style>
border-color css
<style>
span { border-color: #ECE20B; }
span { border-color: rgb(236,226,11); }
td.TdClassName
{
border-color: #ECE20B;
}
.TagClassName
{
border-color: #ECE20B;
}
</style>