Shades of Lemon #EBDB10
Tints of Lemon #EBDB10
RGB
CMYK
RGB Variations
Color information
#EBDB10 (or 0xEBDB10) is known color: Lemon. HEX triplet: EB, DB and 10. RGB value is (235,219,16). Sum of RGB (Red+Green+Blue) = 235+219+16=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB10 is #1424EF. Grayscale: #C9C9C9. Windows color (decimal): -1320176 or 1104875. OLE color: 1104875.
HSL color Cylindrical-coordinate representation of color #EBDB10: hue angle of 55.62º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBDB10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.08 |
| HSL | 55.62º | 0.87% | 0.49% | - |
| HSV(B) | 55.62º | 0.93% | 0.92% | - |
| XYZ | 59.69 | 68.36 | 10.54 | - |
| YUV | 200.64 | 23.8 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 16 | 0 | 0.07 | 0.93 | 0.08 | 55.62 | 0.87 | 0.49 |
| Hex | EB | DB | 10 | 0 | 7 | 5D | 8 | 38 | 57 | 31 |
| Octal | 353 | 333 | 20 | 0 | 7 | 135 | 10 | 70 | 127 | 61 |
| Binary | 11101011 | 11011011 | 10000 | 0 | 111 | 1011101 | 1000 | 111000 | 1010111 | 110001 |
Color Harmonies of #EBDB10
Complementary color
Monochromatic Colors of #EBDB10
Black with #EBDB10
Text Example
Text Example
White with #EBDB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB10; }
p { color: rgb(235,219,16); }
H1.HeaderClassName
{
color: #EBDB10;
}
.AnyTagClassName
{
color: #EBDB10;
}
</style>
background-color css
<style>
a { background-color: #EBDB10; }
a { background-color: rgb(235,219,16); }
div.DivClassName
{
background-color: #EBDB10;
}
.BgClassName
{
background-color: #EBDB10;
}
</style>
border-color css
<style>
span { border-color: #EBDB10; }
span { border-color: rgb(235,219,16); }
td.TdClassName
{
border-color: #EBDB10;
}
.TagClassName
{
border-color: #EBDB10;
}
</style>