Shades of Lemon #EBE802
Tints of Lemon #EBE802
RGB
CMYK
RGB Variations
Color information
#EBE802 (or 0xEBE802) is known color: Lemon. HEX triplet: EB, E8 and 02. RGB value is (235,232,2). Sum of RGB (Red+Green+Blue) = 235+232+2=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE802 is #1417FD. Grayscale: #CFCFCF. Windows color (decimal): -1316862 or 190699. OLE color: 190699.
HSL color Cylindrical-coordinate representation of color #EBE802: hue angle of 59.23º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBE802 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.08 |
| HSL | 59.23º | 0.98% | 0.46% | - |
| HSV(B) | 59.23º | 0.99% | 0.92% | - |
| XYZ | 63.13 | 75.38 | 11.28 | - |
| YUV | 206.68 | 12.49 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 2 | 0 | 0.01 | 0.99 | 0.08 | 59.23 | 0.98 | 0.46 |
| Hex | EB | E8 | 2 | 0 | 1 | 63 | 8 | 3B | 62 | 2E |
| Octal | 353 | 350 | 2 | 0 | 1 | 143 | 10 | 73 | 142 | 56 |
| Binary | 11101011 | 11101000 | 10 | 0 | 1 | 1100011 | 1000 | 111011 | 1100010 | 101110 |
Color Harmonies of #EBE802
Complementary color
Monochromatic Colors of #EBE802
Black with #EBE802
Text Example
Text Example
White with #EBE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE802; }
p { color: rgb(235,232,2); }
H1.HeaderClassName
{
color: #EBE802;
}
.AnyTagClassName
{
color: #EBE802;
}
</style>
background-color css
<style>
a { background-color: #EBE802; }
a { background-color: rgb(235,232,2); }
div.DivClassName
{
background-color: #EBE802;
}
.BgClassName
{
background-color: #EBE802;
}
</style>
border-color css
<style>
span { border-color: #EBE802; }
span { border-color: rgb(235,232,2); }
td.TdClassName
{
border-color: #EBE802;
}
.TagClassName
{
border-color: #EBE802;
}
</style>