Shades of Lemon #EBED0D
Tints of Lemon #EBED0D
RGB
CMYK
RGB Variations
Color information
#EBED0D (or 0xEBED0D) is known color: Lemon. HEX triplet: EB, ED and 0D. RGB value is (235,237,13). Sum of RGB (Red+Green+Blue) = 235+237+13=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED0D is #1412F2. Grayscale: #D3D3D3. Windows color (decimal): -1315571 or 912875. OLE color: 912875.
HSL color Cylindrical-coordinate representation of color #EBED0D: hue angle of 60.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBED0D is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 13 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.07 |
| HSL | 60.54º | 0.9% | 0.49% | - |
| HSV(B) | 60.54º | 0.95% | 0.93% | - |
| XYZ | 64.62 | 78.26 | 12.08 | - |
| YUV | 210.87 | 16.34 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 13 | 0.01 | 0 | 0.95 | 0.07 | 60.54 | 0.9 | 0.49 |
| Hex | EB | ED | D | 1 | 0 | 5F | 7 | 3D | 5A | 31 |
| Octal | 353 | 355 | 15 | 1 | 0 | 137 | 7 | 75 | 132 | 61 |
| Binary | 11101011 | 11101101 | 1101 | 1 | 0 | 1011111 | 111 | 111101 | 1011010 | 110001 |
Color Harmonies of #EBED0D
Complementary color
Monochromatic Colors of #EBED0D
Black with #EBED0D
Text Example
Text Example
White with #EBED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED0D; }
p { color: rgb(235,237,13); }
H1.HeaderClassName
{
color: #EBED0D;
}
.AnyTagClassName
{
color: #EBED0D;
}
</style>
background-color css
<style>
a { background-color: #EBED0D; }
a { background-color: rgb(235,237,13); }
div.DivClassName
{
background-color: #EBED0D;
}
.BgClassName
{
background-color: #EBED0D;
}
</style>
border-color css
<style>
span { border-color: #EBED0D; }
span { border-color: rgb(235,237,13); }
td.TdClassName
{
border-color: #EBED0D;
}
.TagClassName
{
border-color: #EBED0D;
}
</style>