Shades of Lemon #EBE90C
Tints of Lemon #EBE90C
RGB
CMYK
RGB Variations
Color information
#EBE90C (or 0xEBE90C) is known color: Lemon. HEX triplet: EB, E9 and 0C. RGB value is (235,233,12). Sum of RGB (Red+Green+Blue) = 235+233+12=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE90C is #1416F3. Grayscale: #D1D1D1. Windows color (decimal): -1316596 or 846315. OLE color: 846315.
HSL color Cylindrical-coordinate representation of color #EBE90C: hue angle of 59.46º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBE90C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.08 |
| HSL | 59.46º | 0.9% | 0.48% | - |
| HSV(B) | 59.46º | 0.95% | 0.92% | - |
| XYZ | 63.47 | 75.97 | 11.67 | - |
| YUV | 208.4 | 17.16 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 12 | 0 | 0.01 | 0.95 | 0.08 | 59.46 | 0.9 | 0.48 |
| Hex | EB | E9 | C | 0 | 1 | 5F | 8 | 3B | 5A | 30 |
| Octal | 353 | 351 | 14 | 0 | 1 | 137 | 10 | 73 | 132 | 60 |
| Binary | 11101011 | 11101001 | 1100 | 0 | 1 | 1011111 | 1000 | 111011 | 1011010 | 110000 |
Color Harmonies of #EBE90C
Complementary color
Monochromatic Colors of #EBE90C
Black with #EBE90C
Text Example
Text Example
White with #EBE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE90C; }
p { color: rgb(235,233,12); }
H1.HeaderClassName
{
color: #EBE90C;
}
.AnyTagClassName
{
color: #EBE90C;
}
</style>
background-color css
<style>
a { background-color: #EBE90C; }
a { background-color: rgb(235,233,12); }
div.DivClassName
{
background-color: #EBE90C;
}
.BgClassName
{
background-color: #EBE90C;
}
</style>
border-color css
<style>
span { border-color: #EBE90C; }
span { border-color: rgb(235,233,12); }
td.TdClassName
{
border-color: #EBE90C;
}
.TagClassName
{
border-color: #EBE90C;
}
</style>