Shades of Lemon #EBE610
Tints of Lemon #EBE610
RGB
CMYK
RGB Variations
Color information
#EBE610 (or 0xEBE610) is known color: Lemon. HEX triplet: EB, E6 and 10. RGB value is (235,230,16). Sum of RGB (Red+Green+Blue) = 235+230+16=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE610 is #1419EF. Grayscale: #CFCFCF. Windows color (decimal): -1317360 or 1107691. OLE color: 1107691.
HSL color Cylindrical-coordinate representation of color #EBE610: hue angle of 58.63º 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 #EBE610 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.08 |
| HSL | 58.63º | 0.87% | 0.49% | - |
| HSV(B) | 58.63º | 0.93% | 0.92% | - |
| XYZ | 62.65 | 74.29 | 11.53 | - |
| YUV | 207.1 | 20.16 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 16 | 0 | 0.02 | 0.93 | 0.08 | 58.63 | 0.87 | 0.49 |
| Hex | EB | E6 | 10 | 0 | 2 | 5D | 8 | 3B | 57 | 31 |
| Octal | 353 | 346 | 20 | 0 | 2 | 135 | 10 | 73 | 127 | 61 |
| Binary | 11101011 | 11100110 | 10000 | 0 | 10 | 1011101 | 1000 | 111011 | 1010111 | 110001 |
Color Harmonies of #EBE610
Complementary color
Monochromatic Colors of #EBE610
Black with #EBE610
Text Example
Text Example
White with #EBE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE610; }
p { color: rgb(235,230,16); }
H1.HeaderClassName
{
color: #EBE610;
}
.AnyTagClassName
{
color: #EBE610;
}
</style>
background-color css
<style>
a { background-color: #EBE610; }
a { background-color: rgb(235,230,16); }
div.DivClassName
{
background-color: #EBE610;
}
.BgClassName
{
background-color: #EBE610;
}
</style>
border-color css
<style>
span { border-color: #EBE610; }
span { border-color: rgb(235,230,16); }
td.TdClassName
{
border-color: #EBE610;
}
.TagClassName
{
border-color: #EBE610;
}
</style>