Shades of Lemon #EBDB0D
Tints of Lemon #EBDB0D
RGB
CMYK
RGB Variations
Color information
#EBDB0D (or 0xEBDB0D) is known color: Lemon. HEX triplet: EB, DB and 0D. RGB value is (235,219,13). Sum of RGB (Red+Green+Blue) = 235+219+13=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB0D is #1424F2. Grayscale: #C9C9C9. Windows color (decimal): -1320179 or 908267. OLE color: 908267.
HSL color Cylindrical-coordinate representation of color #EBDB0D: hue angle of 55.68º 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 #EBDB0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.08 |
| HSL | 55.68º | 0.9% | 0.49% | - |
| HSV(B) | 55.68º | 0.94% | 0.92% | - |
| XYZ | 59.67 | 68.35 | 10.43 | - |
| YUV | 200.3 | 22.3 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 13 | 0 | 0.07 | 0.94 | 0.08 | 55.68 | 0.9 | 0.49 |
| Hex | EB | DB | D | 0 | 7 | 5E | 8 | 38 | 5A | 31 |
| Octal | 353 | 333 | 15 | 0 | 7 | 136 | 10 | 70 | 132 | 61 |
| Binary | 11101011 | 11011011 | 1101 | 0 | 111 | 1011110 | 1000 | 111000 | 1011010 | 110001 |
Color Harmonies of #EBDB0D
Complementary color
Monochromatic Colors of #EBDB0D
Black with #EBDB0D
Text Example
Text Example
White with #EBDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB0D; }
p { color: rgb(235,219,13); }
H1.HeaderClassName
{
color: #EBDB0D;
}
.AnyTagClassName
{
color: #EBDB0D;
}
</style>
background-color css
<style>
a { background-color: #EBDB0D; }
a { background-color: rgb(235,219,13); }
div.DivClassName
{
background-color: #EBDB0D;
}
.BgClassName
{
background-color: #EBDB0D;
}
</style>
border-color css
<style>
span { border-color: #EBDB0D; }
span { border-color: rgb(235,219,13); }
td.TdClassName
{
border-color: #EBDB0D;
}
.TagClassName
{
border-color: #EBDB0D;
}
</style>