Shades of Lemon #EBE40C
Tints of Lemon #EBE40C
RGB
CMYK
RGB Variations
Color information
#EBE40C (or 0xEBE40C) is known color: Lemon. HEX triplet: EB, E4 and 0C. RGB value is (235,228,12). Sum of RGB (Red+Green+Blue) = 235+228+12=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE40C is #141BF3. Grayscale: #CECECE. Windows color (decimal): -1317876 or 845035. OLE color: 845035.
HSL color Cylindrical-coordinate representation of color #EBE40C: hue angle of 58.12º 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 #EBE40C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 12 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.08 |
| HSL | 58.12º | 0.9% | 0.48% | - |
| HSV(B) | 58.12º | 0.95% | 0.92% | - |
| XYZ | 62.07 | 73.18 | 11.2 | - |
| YUV | 205.47 | 18.82 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 12 | 0 | 0.03 | 0.95 | 0.08 | 58.12 | 0.9 | 0.48 |
| Hex | EB | E4 | C | 0 | 3 | 5F | 8 | 3A | 5A | 30 |
| Octal | 353 | 344 | 14 | 0 | 3 | 137 | 10 | 72 | 132 | 60 |
| Binary | 11101011 | 11100100 | 1100 | 0 | 11 | 1011111 | 1000 | 111010 | 1011010 | 110000 |
Color Harmonies of #EBE40C
Complementary color
Monochromatic Colors of #EBE40C
Black with #EBE40C
Text Example
Text Example
White with #EBE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE40C; }
p { color: rgb(235,228,12); }
H1.HeaderClassName
{
color: #EBE40C;
}
.AnyTagClassName
{
color: #EBE40C;
}
</style>
background-color css
<style>
a { background-color: #EBE40C; }
a { background-color: rgb(235,228,12); }
div.DivClassName
{
background-color: #EBE40C;
}
.BgClassName
{
background-color: #EBE40C;
}
</style>
border-color css
<style>
span { border-color: #EBE40C; }
span { border-color: rgb(235,228,12); }
td.TdClassName
{
border-color: #EBE40C;
}
.TagClassName
{
border-color: #EBE40C;
}
</style>