Shades of Lemon #EBE512
Tints of Lemon #EBE512
RGB
CMYK
RGB Variations
Color information
#EBE512 (or 0xEBE512) is known color: Lemon. HEX triplet: EB, E5 and 12. RGB value is (235,229,18). Sum of RGB (Red+Green+Blue) = 235+229+18=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE512 is #141AED. Grayscale: #CFCFCF. Windows color (decimal): -1317614 or 1238507. OLE color: 1238507.
HSL color Cylindrical-coordinate representation of color #EBE512: hue angle of 58.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBE512 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.08 |
| HSL | 58.34º | 0.86% | 0.5% | - |
| HSV(B) | 58.34º | 0.92% | 0.92% | - |
| XYZ | 62.39 | 73.74 | 11.52 | - |
| YUV | 206.74 | 21.49 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 18 | 0 | 0.03 | 0.92 | 0.08 | 58.34 | 0.86 | 0.5 |
| Hex | EB | E5 | 12 | 0 | 3 | 5C | 8 | 3A | 56 | 32 |
| Octal | 353 | 345 | 22 | 0 | 3 | 134 | 10 | 72 | 126 | 62 |
| Binary | 11101011 | 11100101 | 10010 | 0 | 11 | 1011100 | 1000 | 111010 | 1010110 | 110010 |
Color Harmonies of #EBE512
Complementary color
Monochromatic Colors of #EBE512
Black with #EBE512
Text Example
Text Example
White with #EBE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE512; }
p { color: rgb(235,229,18); }
H1.HeaderClassName
{
color: #EBE512;
}
.AnyTagClassName
{
color: #EBE512;
}
</style>
background-color css
<style>
a { background-color: #EBE512; }
a { background-color: rgb(235,229,18); }
div.DivClassName
{
background-color: #EBE512;
}
.BgClassName
{
background-color: #EBE512;
}
</style>
border-color css
<style>
span { border-color: #EBE512; }
span { border-color: rgb(235,229,18); }
td.TdClassName
{
border-color: #EBE512;
}
.TagClassName
{
border-color: #EBE512;
}
</style>