Shades of Lemon #EBE511
Tints of Lemon #EBE511
RGB
CMYK
RGB Variations
Color information
#EBE511 (or 0xEBE511) is known color: Lemon. HEX triplet: EB, E5 and 11. RGB value is (235,229,17). Sum of RGB (Red+Green+Blue) = 235+229+17=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE511 is #141AEE. Grayscale: #CFCFCF. Windows color (decimal): -1317615 or 1172971. OLE color: 1172971.
HSL color Cylindrical-coordinate representation of color #EBE511: hue angle of 58.35º 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 #EBE511 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 17 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.08 |
| HSL | 58.35º | 0.87% | 0.49% | - |
| HSV(B) | 58.35º | 0.93% | 0.92% | - |
| XYZ | 62.38 | 73.74 | 11.48 | - |
| YUV | 206.63 | 20.99 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 17 | 0 | 0.03 | 0.93 | 0.08 | 58.35 | 0.87 | 0.49 |
| Hex | EB | E5 | 11 | 0 | 3 | 5D | 8 | 3A | 57 | 31 |
| Octal | 353 | 345 | 21 | 0 | 3 | 135 | 10 | 72 | 127 | 61 |
| Binary | 11101011 | 11100101 | 10001 | 0 | 11 | 1011101 | 1000 | 111010 | 1010111 | 110001 |
Color Harmonies of #EBE511
Complementary color
Monochromatic Colors of #EBE511
Black with #EBE511
Text Example
Text Example
White with #EBE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE511; }
p { color: rgb(235,229,17); }
H1.HeaderClassName
{
color: #EBE511;
}
.AnyTagClassName
{
color: #EBE511;
}
</style>
background-color css
<style>
a { background-color: #EBE511; }
a { background-color: rgb(235,229,17); }
div.DivClassName
{
background-color: #EBE511;
}
.BgClassName
{
background-color: #EBE511;
}
</style>
border-color css
<style>
span { border-color: #EBE511; }
span { border-color: rgb(235,229,17); }
td.TdClassName
{
border-color: #EBE511;
}
.TagClassName
{
border-color: #EBE511;
}
</style>