Shades of Lemon #EDE811
Tints of Lemon #EDE811
RGB
CMYK
RGB Variations
Color information
#EDE811 (or 0xEDE811) is known color: Lemon. HEX triplet: ED, E8 and 11. RGB value is (237,232,17). Sum of RGB (Red+Green+Blue) = 237+232+17=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 17 (7.03% from 255 or 3.50% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE811 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE811 is #1217EE. Grayscale: #D1D1D1. Windows color (decimal): -1185775 or 1173741. OLE color: 1173741.
HSL color Cylindrical-coordinate representation of color #EDE811: 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 #EDE811 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 17 | - |
| 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.79 | - |
| YUV | 208.99 | 19.66 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 17 | 0 | 0.02 | 0.93 | 0.07 | 58.64 | 0.87 | 0.5 |
| Hex | ED | E8 | 11 | 0 | 2 | 5D | 7 | 3B | 57 | 32 |
| Octal | 355 | 350 | 21 | 0 | 2 | 135 | 7 | 73 | 127 | 62 |
| Binary | 11101101 | 11101000 | 10001 | 0 | 10 | 1011101 | 111 | 111011 | 1010111 | 110010 |
Color Harmonies of #EDE811
Complementary color
Monochromatic Colors of #EDE811
Black with #EDE811
Text Example
Text Example
White with #EDE811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE811; }
p { color: rgb(237,232,17); }
H1.HeaderClassName
{
color: #EDE811;
}
.AnyTagClassName
{
color: #EDE811;
}
</style>
background-color css
<style>
a { background-color: #EDE811; }
a { background-color: rgb(237,232,17); }
div.DivClassName
{
background-color: #EDE811;
}
.BgClassName
{
background-color: #EDE811;
}
</style>
border-color css
<style>
span { border-color: #EDE811; }
span { border-color: rgb(237,232,17); }
td.TdClassName
{
border-color: #EDE811;
}
.TagClassName
{
border-color: #EDE811;
}
</style>