Shades of Lemon #EBE115
Tints of Lemon #EBE115
RGB
CMYK
RGB Variations
Color information
#EBE115 (or 0xEBE115) is known color: Lemon. HEX triplet: EB, E1 and 15. RGB value is (235,225,21). Sum of RGB (Red+Green+Blue) = 235+225+21=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE115 is #141EEA. Grayscale: #CDCDCD. Windows color (decimal): -1318635 or 1434091. OLE color: 1434091.
HSL color Cylindrical-coordinate representation of color #EBE115: hue angle of 57.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBE115 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 21 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.08 |
| HSL | 57.2º | 0.84% | 0.5% | - |
| HSV(B) | 57.2º | 0.91% | 0.92% | - |
| XYZ | 61.32 | 71.57 | 11.29 | - |
| YUV | 204.73 | 24.31 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 21 | 0 | 0.04 | 0.91 | 0.08 | 57.2 | 0.84 | 0.5 |
| Hex | EB | E1 | 15 | 0 | 4 | 5B | 8 | 39 | 54 | 32 |
| Octal | 353 | 341 | 25 | 0 | 4 | 133 | 10 | 71 | 124 | 62 |
| Binary | 11101011 | 11100001 | 10101 | 0 | 100 | 1011011 | 1000 | 111001 | 1010100 | 110010 |
Color Harmonies of #EBE115
Complementary color
Monochromatic Colors of #EBE115
Black with #EBE115
Text Example
Text Example
White with #EBE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE115; }
p { color: rgb(235,225,21); }
H1.HeaderClassName
{
color: #EBE115;
}
.AnyTagClassName
{
color: #EBE115;
}
</style>
background-color css
<style>
a { background-color: #EBE115; }
a { background-color: rgb(235,225,21); }
div.DivClassName
{
background-color: #EBE115;
}
.BgClassName
{
background-color: #EBE115;
}
</style>
border-color css
<style>
span { border-color: #EBE115; }
span { border-color: rgb(235,225,21); }
td.TdClassName
{
border-color: #EBE115;
}
.TagClassName
{
border-color: #EBE115;
}
</style>