Shades of Lemon #EBE117
Tints of Lemon #EBE117
RGB
CMYK
RGB Variations
Color information
#EBE117 (or 0xEBE117) is known color: Lemon. HEX triplet: EB, E1 and 17. RGB value is (235,225,23). Sum of RGB (Red+Green+Blue) = 235+225+23=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE117 is #141EE8. Grayscale: #CDCDCD. Windows color (decimal): -1318633 or 1565163. OLE color: 1565163.
HSL color Cylindrical-coordinate representation of color #EBE117: hue angle of 57.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBE117 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.08 |
| HSL | 57.17º | 0.84% | 0.51% | - |
| HSV(B) | 57.17º | 0.9% | 0.92% | - |
| XYZ | 61.34 | 71.57 | 11.39 | - |
| YUV | 204.96 | 25.31 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 23 | 0 | 0.04 | 0.90 | 0.08 | 57.17 | 0.84 | 0.51 |
| Hex | EB | E1 | 17 | 0 | 4 | 5A | 8 | 39 | 54 | 33 |
| Octal | 353 | 341 | 27 | 0 | 4 | 132 | 10 | 71 | 124 | 63 |
| Binary | 11101011 | 11100001 | 10111 | 0 | 100 | 1011010 | 1000 | 111001 | 1010100 | 110011 |
Color Harmonies of #EBE117
Complementary color
Monochromatic Colors of #EBE117
Black with #EBE117
Text Example
Text Example
White with #EBE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE117; }
p { color: rgb(235,225,23); }
H1.HeaderClassName
{
color: #EBE117;
}
.AnyTagClassName
{
color: #EBE117;
}
</style>
background-color css
<style>
a { background-color: #EBE117; }
a { background-color: rgb(235,225,23); }
div.DivClassName
{
background-color: #EBE117;
}
.BgClassName
{
background-color: #EBE117;
}
</style>
border-color css
<style>
span { border-color: #EBE117; }
span { border-color: rgb(235,225,23); }
td.TdClassName
{
border-color: #EBE117;
}
.TagClassName
{
border-color: #EBE117;
}
</style>