Shades of Lemon #EBED0E
Tints of Lemon #EBED0E
RGB
CMYK
RGB Variations
Color information
#EBED0E (or 0xEBED0E) is known color: Lemon. HEX triplet: EB, ED and 0E. RGB value is (235,237,14). Sum of RGB (Red+Green+Blue) = 235+237+14=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED0E is #1412F1. Grayscale: #D3D3D3. Windows color (decimal): -1315570 or 978411. OLE color: 978411.
HSL color Cylindrical-coordinate representation of color #EBED0E: hue angle of 60.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBED0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.07 |
| HSL | 60.54º | 0.89% | 0.49% | - |
| HSV(B) | 60.54º | 0.94% | 0.93% | - |
| XYZ | 64.62 | 78.26 | 12.12 | - |
| YUV | 210.98 | 16.84 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 14 | 0.01 | 0 | 0.94 | 0.07 | 60.54 | 0.89 | 0.49 |
| Hex | EB | ED | E | 1 | 0 | 5E | 7 | 3D | 59 | 31 |
| Octal | 353 | 355 | 16 | 1 | 0 | 136 | 7 | 75 | 131 | 61 |
| Binary | 11101011 | 11101101 | 1110 | 1 | 0 | 1011110 | 111 | 111101 | 1011001 | 110001 |
Color Harmonies of #EBED0E
Complementary color
Monochromatic Colors of #EBED0E
Black with #EBED0E
Text Example
Text Example
White with #EBED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED0E; }
p { color: rgb(235,237,14); }
H1.HeaderClassName
{
color: #EBED0E;
}
.AnyTagClassName
{
color: #EBED0E;
}
</style>
background-color css
<style>
a { background-color: #EBED0E; }
a { background-color: rgb(235,237,14); }
div.DivClassName
{
background-color: #EBED0E;
}
.BgClassName
{
background-color: #EBED0E;
}
</style>
border-color css
<style>
span { border-color: #EBED0E; }
span { border-color: rgb(235,237,14); }
td.TdClassName
{
border-color: #EBED0E;
}
.TagClassName
{
border-color: #EBED0E;
}
</style>