Shades of Lemon #EBE211
Tints of Lemon #EBE211
RGB
CMYK
RGB Variations
Color information
#EBE211 (or 0xEBE211) is known color: Lemon. HEX triplet: EB, E2 and 11. RGB value is (235,226,17). Sum of RGB (Red+Green+Blue) = 235+226+17=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE211 is #141DEE. Grayscale: #CDCDCD. Windows color (decimal): -1318383 or 1172203. OLE color: 1172203.
HSL color Cylindrical-coordinate representation of color #EBE211: hue angle of 57.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBE211 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.08 |
| HSL | 57.52º | 0.87% | 0.49% | - |
| HSV(B) | 57.52º | 0.93% | 0.92% | - |
| XYZ | 61.56 | 72.1 | 11.2 | - |
| YUV | 204.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 17 | 0 | 0.04 | 0.93 | 0.08 | 57.52 | 0.87 | 0.49 |
| Hex | EB | E2 | 11 | 0 | 4 | 5D | 8 | 3A | 57 | 31 |
| Octal | 353 | 342 | 21 | 0 | 4 | 135 | 10 | 72 | 127 | 61 |
| Binary | 11101011 | 11100010 | 10001 | 0 | 100 | 1011101 | 1000 | 111010 | 1010111 | 110001 |
Color Harmonies of #EBE211
Complementary color
Monochromatic Colors of #EBE211
Black with #EBE211
Text Example
Text Example
White with #EBE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE211; }
p { color: rgb(235,226,17); }
H1.HeaderClassName
{
color: #EBE211;
}
.AnyTagClassName
{
color: #EBE211;
}
</style>
background-color css
<style>
a { background-color: #EBE211; }
a { background-color: rgb(235,226,17); }
div.DivClassName
{
background-color: #EBE211;
}
.BgClassName
{
background-color: #EBE211;
}
</style>
border-color css
<style>
span { border-color: #EBE211; }
span { border-color: rgb(235,226,17); }
td.TdClassName
{
border-color: #EBE211;
}
.TagClassName
{
border-color: #EBE211;
}
</style>