Shades of Lemon #EBDA0D
Tints of Lemon #EBDA0D
RGB
CMYK
RGB Variations
Color information
#EBDA0D (or 0xEBDA0D) is known color: Lemon. HEX triplet: EB, DA and 0D. RGB value is (235,218,13). Sum of RGB (Red+Green+Blue) = 235+218+13=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA0D is #1425F2. Grayscale: #C8C8C8. Windows color (decimal): -1320435 or 908011. OLE color: 908011.
HSL color Cylindrical-coordinate representation of color #EBDA0D: hue angle of 55.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBDA0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.08 |
| HSL | 55.41º | 0.9% | 0.49% | - |
| HSV(B) | 55.41º | 0.94% | 0.92% | - |
| XYZ | 59.41 | 67.83 | 10.34 | - |
| YUV | 199.71 | 22.63 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 13 | 0 | 0.07 | 0.94 | 0.08 | 55.41 | 0.9 | 0.49 |
| Hex | EB | DA | D | 0 | 7 | 5E | 8 | 37 | 5A | 31 |
| Octal | 353 | 332 | 15 | 0 | 7 | 136 | 10 | 67 | 132 | 61 |
| Binary | 11101011 | 11011010 | 1101 | 0 | 111 | 1011110 | 1000 | 110111 | 1011010 | 110001 |
Color Harmonies of #EBDA0D
Complementary color
Monochromatic Colors of #EBDA0D
Black with #EBDA0D
Text Example
Text Example
White with #EBDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA0D; }
p { color: rgb(235,218,13); }
H1.HeaderClassName
{
color: #EBDA0D;
}
.AnyTagClassName
{
color: #EBDA0D;
}
</style>
background-color css
<style>
a { background-color: #EBDA0D; }
a { background-color: rgb(235,218,13); }
div.DivClassName
{
background-color: #EBDA0D;
}
.BgClassName
{
background-color: #EBDA0D;
}
</style>
border-color css
<style>
span { border-color: #EBDA0D; }
span { border-color: rgb(235,218,13); }
td.TdClassName
{
border-color: #EBDA0D;
}
.TagClassName
{
border-color: #EBDA0D;
}
</style>