Shades of Lemon #EBE118
Tints of Lemon #EBE118
RGB
CMYK
RGB Variations
Color information
#EBE118 (or 0xEBE118) is known color: Lemon. HEX triplet: EB, E1 and 18. RGB value is (235,225,24). Sum of RGB (Red+Green+Blue) = 235+225+24=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE118 is #141EE7. Grayscale: #CDCDCD. Windows color (decimal): -1318632 or 1630699. OLE color: 1630699.
HSL color Cylindrical-coordinate representation of color #EBE118: hue angle of 57.16º 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 #EBE118 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 24 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.08 |
| HSL | 57.16º | 0.84% | 0.51% | - |
| HSV(B) | 57.16º | 0.9% | 0.92% | - |
| XYZ | 61.35 | 71.58 | 11.45 | - |
| YUV | 205.08 | 25.81 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 24 | 0 | 0.04 | 0.90 | 0.08 | 57.16 | 0.84 | 0.51 |
| Hex | EB | E1 | 18 | 0 | 4 | 5A | 8 | 39 | 54 | 33 |
| Octal | 353 | 341 | 30 | 0 | 4 | 132 | 10 | 71 | 124 | 63 |
| Binary | 11101011 | 11100001 | 11000 | 0 | 100 | 1011010 | 1000 | 111001 | 1010100 | 110011 |
Color Harmonies of #EBE118
Complementary color
Monochromatic Colors of #EBE118
Black with #EBE118
Text Example
Text Example
White with #EBE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE118; }
p { color: rgb(235,225,24); }
H1.HeaderClassName
{
color: #EBE118;
}
.AnyTagClassName
{
color: #EBE118;
}
</style>
background-color css
<style>
a { background-color: #EBE118; }
a { background-color: rgb(235,225,24); }
div.DivClassName
{
background-color: #EBE118;
}
.BgClassName
{
background-color: #EBE118;
}
</style>
border-color css
<style>
span { border-color: #EBE118; }
span { border-color: rgb(235,225,24); }
td.TdClassName
{
border-color: #EBE118;
}
.TagClassName
{
border-color: #EBE118;
}
</style>