Shades of Lemon #EBDC0D
Tints of Lemon #EBDC0D
RGB
CMYK
RGB Variations
Color information
#EBDC0D (or 0xEBDC0D) is known color: Lemon. HEX triplet: EB, DC and 0D. RGB value is (235,220,13). Sum of RGB (Red+Green+Blue) = 235+220+13=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC0D is #1423F2. Grayscale: #C9C9C9. Windows color (decimal): -1319923 or 908523. OLE color: 908523.
HSL color Cylindrical-coordinate representation of color #EBDC0D: hue angle of 55.95º 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 #EBDC0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.08 |
| HSL | 55.95º | 0.9% | 0.49% | - |
| HSV(B) | 55.95º | 0.94% | 0.92% | - |
| XYZ | 59.93 | 68.88 | 10.52 | - |
| YUV | 200.89 | 21.97 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 13 | 0 | 0.06 | 0.94 | 0.08 | 55.95 | 0.9 | 0.49 |
| Hex | EB | DC | D | 0 | 6 | 5E | 8 | 38 | 5A | 31 |
| Octal | 353 | 334 | 15 | 0 | 6 | 136 | 10 | 70 | 132 | 61 |
| Binary | 11101011 | 11011100 | 1101 | 0 | 110 | 1011110 | 1000 | 111000 | 1011010 | 110001 |
Color Harmonies of #EBDC0D
Complementary color
Monochromatic Colors of #EBDC0D
Black with #EBDC0D
Text Example
Text Example
White with #EBDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC0D; }
p { color: rgb(235,220,13); }
H1.HeaderClassName
{
color: #EBDC0D;
}
.AnyTagClassName
{
color: #EBDC0D;
}
</style>
background-color css
<style>
a { background-color: #EBDC0D; }
a { background-color: rgb(235,220,13); }
div.DivClassName
{
background-color: #EBDC0D;
}
.BgClassName
{
background-color: #EBDC0D;
}
</style>
border-color css
<style>
span { border-color: #EBDC0D; }
span { border-color: rgb(235,220,13); }
td.TdClassName
{
border-color: #EBDC0D;
}
.TagClassName
{
border-color: #EBDC0D;
}
</style>