Shades of Lemon #EBDF0D
Tints of Lemon #EBDF0D
RGB
CMYK
RGB Variations
Color information
#EBDF0D (or 0xEBDF0D) is known color: Lemon. HEX triplet: EB, DF and 0D. RGB value is (235,223,13). Sum of RGB (Red+Green+Blue) = 235+223+13=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF0D is #1420F2. Grayscale: #CBCBCB. Windows color (decimal): -1319155 or 909291. OLE color: 909291.
HSL color Cylindrical-coordinate representation of color #EBDF0D: hue angle of 56.76º 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 #EBDF0D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.08 |
| HSL | 56.76º | 0.9% | 0.49% | - |
| HSV(B) | 56.76º | 0.94% | 0.92% | - |
| XYZ | 60.72 | 70.47 | 10.78 | - |
| YUV | 202.65 | 20.98 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 13 | 0 | 0.05 | 0.94 | 0.08 | 56.76 | 0.9 | 0.49 |
| Hex | EB | DF | D | 0 | 5 | 5E | 8 | 39 | 5A | 31 |
| Octal | 353 | 337 | 15 | 0 | 5 | 136 | 10 | 71 | 132 | 61 |
| Binary | 11101011 | 11011111 | 1101 | 0 | 101 | 1011110 | 1000 | 111001 | 1011010 | 110001 |
Color Harmonies of #EBDF0D
Complementary color
Monochromatic Colors of #EBDF0D
Black with #EBDF0D
Text Example
Text Example
White with #EBDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF0D; }
p { color: rgb(235,223,13); }
H1.HeaderClassName
{
color: #EBDF0D;
}
.AnyTagClassName
{
color: #EBDF0D;
}
</style>
background-color css
<style>
a { background-color: #EBDF0D; }
a { background-color: rgb(235,223,13); }
div.DivClassName
{
background-color: #EBDF0D;
}
.BgClassName
{
background-color: #EBDF0D;
}
</style>
border-color css
<style>
span { border-color: #EBDF0D; }
span { border-color: rgb(235,223,13); }
td.TdClassName
{
border-color: #EBDF0D;
}
.TagClassName
{
border-color: #EBDF0D;
}
</style>