Shades of Lemon #EBEA0C
Tints of Lemon #EBEA0C
RGB
CMYK
RGB Variations
Color information
#EBEA0C (or 0xEBEA0C) is known color: Lemon. HEX triplet: EB, EA and 0C. RGB value is (235,234,12). Sum of RGB (Red+Green+Blue) = 235+234+12=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEA0C is #1415F3. Grayscale: #D1D1D1. Windows color (decimal): -1316340 or 846571. OLE color: 846571.
HSL color Cylindrical-coordinate representation of color #EBEA0C: hue angle of 59.73º 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 #EBEA0C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 12 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.08 |
| HSL | 59.73º | 0.9% | 0.48% | - |
| HSV(B) | 59.73º | 0.95% | 0.92% | - |
| XYZ | 63.75 | 76.53 | 11.76 | - |
| YUV | 208.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 12 | 0 | 0.00 | 0.95 | 0.08 | 59.73 | 0.9 | 0.48 |
| Hex | EB | EA | C | 0 | 0 | 5F | 8 | 3C | 5A | 30 |
| Octal | 353 | 352 | 14 | 0 | 0 | 137 | 10 | 74 | 132 | 60 |
| Binary | 11101011 | 11101010 | 1100 | 0 | 0 | 1011111 | 1000 | 111100 | 1011010 | 110000 |
Color Harmonies of #EBEA0C
Complementary color
Monochromatic Colors of #EBEA0C
Black with #EBEA0C
Text Example
Text Example
White with #EBEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA0C; }
p { color: rgb(235,234,12); }
H1.HeaderClassName
{
color: #EBEA0C;
}
.AnyTagClassName
{
color: #EBEA0C;
}
</style>
background-color css
<style>
a { background-color: #EBEA0C; }
a { background-color: rgb(235,234,12); }
div.DivClassName
{
background-color: #EBEA0C;
}
.BgClassName
{
background-color: #EBEA0C;
}
</style>
border-color css
<style>
span { border-color: #EBEA0C; }
span { border-color: rgb(235,234,12); }
td.TdClassName
{
border-color: #EBEA0C;
}
.TagClassName
{
border-color: #EBEA0C;
}
</style>