Shades of Lemon #EBE817
Tints of Lemon #EBE817
RGB
CMYK
RGB Variations
Color information
#EBE817 (or 0xEBE817) is known color: Lemon. HEX triplet: EB, E8 and 17. RGB value is (235,232,23). Sum of RGB (Red+Green+Blue) = 235+232+23=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 23 (9.38% from 255 or 4.69% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE817 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE817 is #1417E8. Grayscale: #D1D1D1. Windows color (decimal): -1316841 or 1566955. OLE color: 1566955.
HSL color Cylindrical-coordinate representation of color #EBE817: hue angle of 59.15º 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 #EBE817 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 23 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.08 |
| HSL | 59.15º | 0.84% | 0.51% | - |
| HSV(B) | 59.15º | 0.9% | 0.92% | - |
| XYZ | 63.27 | 75.44 | 12.04 | - |
| YUV | 209.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 23 | 0 | 0.01 | 0.90 | 0.08 | 59.15 | 0.84 | 0.51 |
| Hex | EB | E8 | 17 | 0 | 1 | 5A | 8 | 3B | 54 | 33 |
| Octal | 353 | 350 | 27 | 0 | 1 | 132 | 10 | 73 | 124 | 63 |
| Binary | 11101011 | 11101000 | 10111 | 0 | 1 | 1011010 | 1000 | 111011 | 1010100 | 110011 |
Color Harmonies of #EBE817
Complementary color
Monochromatic Colors of #EBE817
Black with #EBE817
Text Example
Text Example
White with #EBE817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE817; }
p { color: rgb(235,232,23); }
H1.HeaderClassName
{
color: #EBE817;
}
.AnyTagClassName
{
color: #EBE817;
}
</style>
background-color css
<style>
a { background-color: #EBE817; }
a { background-color: rgb(235,232,23); }
div.DivClassName
{
background-color: #EBE817;
}
.BgClassName
{
background-color: #EBE817;
}
</style>
border-color css
<style>
span { border-color: #EBE817; }
span { border-color: rgb(235,232,23); }
td.TdClassName
{
border-color: #EBE817;
}
.TagClassName
{
border-color: #EBE817;
}
</style>