Shades of Lemon #EBDA0C
Tints of Lemon #EBDA0C
RGB
CMYK
RGB Variations
Color information
#EBDA0C (or 0xEBDA0C) is known color: Lemon. HEX triplet: EB, DA and 0C. RGB value is (235,218,12). Sum of RGB (Red+Green+Blue) = 235+218+12=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA0C is #1425F3. Grayscale: #C8C8C8. Windows color (decimal): -1320436 or 842475. OLE color: 842475.
HSL color Cylindrical-coordinate representation of color #EBDA0C: hue angle of 55.43º 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 #EBDA0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.08 |
| HSL | 55.43º | 0.9% | 0.48% | - |
| HSV(B) | 55.43º | 0.95% | 0.92% | - |
| XYZ | 59.4 | 67.83 | 10.31 | - |
| YUV | 199.6 | 22.13 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 12 | 0 | 0.07 | 0.95 | 0.08 | 55.43 | 0.9 | 0.48 |
| Hex | EB | DA | C | 0 | 7 | 5F | 8 | 37 | 5A | 30 |
| Octal | 353 | 332 | 14 | 0 | 7 | 137 | 10 | 67 | 132 | 60 |
| Binary | 11101011 | 11011010 | 1100 | 0 | 111 | 1011111 | 1000 | 110111 | 1011010 | 110000 |
Color Harmonies of #EBDA0C
Complementary color
Monochromatic Colors of #EBDA0C
Black with #EBDA0C
Text Example
Text Example
White with #EBDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA0C; }
p { color: rgb(235,218,12); }
H1.HeaderClassName
{
color: #EBDA0C;
}
.AnyTagClassName
{
color: #EBDA0C;
}
</style>
background-color css
<style>
a { background-color: #EBDA0C; }
a { background-color: rgb(235,218,12); }
div.DivClassName
{
background-color: #EBDA0C;
}
.BgClassName
{
background-color: #EBDA0C;
}
</style>
border-color css
<style>
span { border-color: #EBDA0C; }
span { border-color: rgb(235,218,12); }
td.TdClassName
{
border-color: #EBDA0C;
}
.TagClassName
{
border-color: #EBDA0C;
}
</style>