Shades of Lemon #EBDB14
Tints of Lemon #EBDB14
RGB
CMYK
RGB Variations
Color information
#EBDB14 (or 0xEBDB14) is known color: Lemon. HEX triplet: EB, DB and 14. RGB value is (235,219,20). Sum of RGB (Red+Green+Blue) = 235+219+20=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB14 is #1424EB. Grayscale: #C9C9C9. Windows color (decimal): -1320172 or 1367019. OLE color: 1367019.
HSL color Cylindrical-coordinate representation of color #EBDB14: hue angle of 55.53º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBDB14 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.08 |
| HSL | 55.53º | 0.84% | 0.5% | - |
| HSV(B) | 55.53º | 0.91% | 0.92% | - |
| XYZ | 59.72 | 68.38 | 10.71 | - |
| YUV | 201.1 | 25.8 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 20 | 0 | 0.07 | 0.91 | 0.08 | 55.53 | 0.84 | 0.5 |
| Hex | EB | DB | 14 | 0 | 7 | 5B | 8 | 38 | 54 | 32 |
| Octal | 353 | 333 | 24 | 0 | 7 | 133 | 10 | 70 | 124 | 62 |
| Binary | 11101011 | 11011011 | 10100 | 0 | 111 | 1011011 | 1000 | 111000 | 1010100 | 110010 |
Color Harmonies of #EBDB14
Complementary color
Monochromatic Colors of #EBDB14
Black with #EBDB14
Text Example
Text Example
White with #EBDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB14; }
p { color: rgb(235,219,20); }
H1.HeaderClassName
{
color: #EBDB14;
}
.AnyTagClassName
{
color: #EBDB14;
}
</style>
background-color css
<style>
a { background-color: #EBDB14; }
a { background-color: rgb(235,219,20); }
div.DivClassName
{
background-color: #EBDB14;
}
.BgClassName
{
background-color: #EBDB14;
}
</style>
border-color css
<style>
span { border-color: #EBDB14; }
span { border-color: rgb(235,219,20); }
td.TdClassName
{
border-color: #EBDB14;
}
.TagClassName
{
border-color: #EBDB14;
}
</style>