Shades of Lemon #EBED0A
Tints of Lemon #EBED0A
RGB
CMYK
RGB Variations
Color information
#EBED0A (or 0xEBED0A) is known color: Lemon. HEX triplet: EB, ED and 0A. RGB value is (235,237,10). Sum of RGB (Red+Green+Blue) = 235+237+10=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED0A is #1412F5. Grayscale: #D3D3D3. Windows color (decimal): -1315574 or 716267. OLE color: 716267.
HSL color Cylindrical-coordinate representation of color #EBED0A: hue angle of 60.53º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBED0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.07 |
| HSL | 60.53º | 0.92% | 0.48% | - |
| HSV(B) | 60.53º | 0.96% | 0.93% | - |
| XYZ | 64.6 | 78.25 | 11.99 | - |
| YUV | 210.52 | 14.84 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 10 | 0.01 | 0 | 0.96 | 0.07 | 60.53 | 0.92 | 0.48 |
| Hex | EB | ED | A | 1 | 0 | 60 | 7 | 3D | 5C | 30 |
| Octal | 353 | 355 | 12 | 1 | 0 | 140 | 7 | 75 | 134 | 60 |
| Binary | 11101011 | 11101101 | 1010 | 1 | 0 | 1100000 | 111 | 111101 | 1011100 | 110000 |
Color Harmonies of #EBED0A
Complementary color
Monochromatic Colors of #EBED0A
Black with #EBED0A
Text Example
Text Example
White with #EBED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED0A; }
p { color: rgb(235,237,10); }
H1.HeaderClassName
{
color: #EBED0A;
}
.AnyTagClassName
{
color: #EBED0A;
}
</style>
background-color css
<style>
a { background-color: #EBED0A; }
a { background-color: rgb(235,237,10); }
div.DivClassName
{
background-color: #EBED0A;
}
.BgClassName
{
background-color: #EBED0A;
}
</style>
border-color css
<style>
span { border-color: #EBED0A; }
span { border-color: rgb(235,237,10); }
td.TdClassName
{
border-color: #EBED0A;
}
.TagClassName
{
border-color: #EBED0A;
}
</style>