Shades of Lemon #ECE21B
Tints of Lemon #ECE21B
RGB
CMYK
RGB Variations
Color information
#ECE21B (or 0xECE21B) is known color: Lemon. HEX triplet: EC, E2 and 1B. RGB value is (236,226,27). Sum of RGB (Red+Green+Blue) = 236+226+27=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE21B is #131DE4. Grayscale: #CFCFCF. Windows color (decimal): -1252837 or 1827564. OLE color: 1827564.
HSL color Cylindrical-coordinate representation of color #ECE21B: hue angle of 57.13º 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 #ECE21B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.07 |
| HSL | 57.13º | 0.85% | 0.52% | - |
| HSV(B) | 57.13º | 0.89% | 0.93% | - |
| XYZ | 61.99 | 72.3 | 11.73 | - |
| YUV | 206.3 | 26.81 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 27 | 0 | 0.04 | 0.89 | 0.07 | 57.13 | 0.85 | 0.52 |
| Hex | EC | E2 | 1B | 0 | 4 | 59 | 7 | 39 | 55 | 34 |
| Octal | 354 | 342 | 33 | 0 | 4 | 131 | 7 | 71 | 125 | 64 |
| Binary | 11101100 | 11100010 | 11011 | 0 | 100 | 1011001 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #ECE21B
Complementary color
Monochromatic Colors of #ECE21B
Black with #ECE21B
Text Example
Text Example
White with #ECE21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE21B; }
p { color: rgb(236,226,27); }
H1.HeaderClassName
{
color: #ECE21B;
}
.AnyTagClassName
{
color: #ECE21B;
}
</style>
background-color css
<style>
a { background-color: #ECE21B; }
a { background-color: rgb(236,226,27); }
div.DivClassName
{
background-color: #ECE21B;
}
.BgClassName
{
background-color: #ECE21B;
}
</style>
border-color css
<style>
span { border-color: #ECE21B; }
span { border-color: rgb(236,226,27); }
td.TdClassName
{
border-color: #ECE21B;
}
.TagClassName
{
border-color: #ECE21B;
}
</style>