Shades of Lemon #EDE810
Tints of Lemon #EDE810
RGB
CMYK
RGB Variations
Color information
#EDE810 (or 0xEDE810) is known color: Lemon. HEX triplet: ED, E8 and 10. RGB value is (237,232,16). Sum of RGB (Red+Green+Blue) = 237+232+16=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE810 is #1217EF. Grayscale: #D1D1D1. Windows color (decimal): -1185776 or 1108205. OLE color: 1108205.
HSL color Cylindrical-coordinate representation of color #EDE810: hue angle of 58.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDE810 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.07 |
| HSL | 58.64º | 0.87% | 0.5% | - |
| HSV(B) | 58.64º | 0.93% | 0.93% | - |
| XYZ | 63.88 | 75.76 | 11.75 | - |
| YUV | 208.87 | 19.16 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 16 | 0 | 0.02 | 0.93 | 0.07 | 58.64 | 0.87 | 0.5 |
| Hex | ED | E8 | 10 | 0 | 2 | 5D | 7 | 3B | 57 | 32 |
| Octal | 355 | 350 | 20 | 0 | 2 | 135 | 7 | 73 | 127 | 62 |
| Binary | 11101101 | 11101000 | 10000 | 0 | 10 | 1011101 | 111 | 111011 | 1010111 | 110010 |
Color Harmonies of #EDE810
Complementary color
Monochromatic Colors of #EDE810
Black with #EDE810
Text Example
Text Example
White with #EDE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE810; }
p { color: rgb(237,232,16); }
H1.HeaderClassName
{
color: #EDE810;
}
.AnyTagClassName
{
color: #EDE810;
}
</style>
background-color css
<style>
a { background-color: #EDE810; }
a { background-color: rgb(237,232,16); }
div.DivClassName
{
background-color: #EDE810;
}
.BgClassName
{
background-color: #EDE810;
}
</style>
border-color css
<style>
span { border-color: #EDE810; }
span { border-color: rgb(237,232,16); }
td.TdClassName
{
border-color: #EDE810;
}
.TagClassName
{
border-color: #EDE810;
}
</style>