Shades of Lemon #EDD911
Tints of Lemon #EDD911
RGB
CMYK
RGB Variations
Color information
#EDD911 (or 0xEDD911) is known color: Lemon. HEX triplet: ED, D9 and 11. RGB value is (237,217,17). Sum of RGB (Red+Green+Blue) = 237+217+17=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD911 is #1226EE. Grayscale: #C9C9C9. Windows color (decimal): -1189615 or 1169901. OLE color: 1169901.
HSL color Cylindrical-coordinate representation of color #EDD911: hue angle of 54.55º 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 #EDD911 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 17 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.07 |
| HSL | 54.55º | 0.87% | 0.5% | - |
| HSV(B) | 54.55º | 0.93% | 0.93% | - |
| XYZ | 59.84 | 67.67 | 10.44 | - |
| YUV | 200.18 | 24.63 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 17 | 0 | 0.08 | 0.93 | 0.07 | 54.55 | 0.87 | 0.5 |
| Hex | ED | D9 | 11 | 0 | 8 | 5D | 7 | 37 | 57 | 32 |
| Octal | 355 | 331 | 21 | 0 | 10 | 135 | 7 | 67 | 127 | 62 |
| Binary | 11101101 | 11011001 | 10001 | 0 | 1000 | 1011101 | 111 | 110111 | 1010111 | 110010 |
Color Harmonies of #EDD911
Complementary color
Monochromatic Colors of #EDD911
Black with #EDD911
Text Example
Text Example
White with #EDD911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD911; }
p { color: rgb(237,217,17); }
H1.HeaderClassName
{
color: #EDD911;
}
.AnyTagClassName
{
color: #EDD911;
}
</style>
background-color css
<style>
a { background-color: #EDD911; }
a { background-color: rgb(237,217,17); }
div.DivClassName
{
background-color: #EDD911;
}
.BgClassName
{
background-color: #EDD911;
}
</style>
border-color css
<style>
span { border-color: #EDD911; }
span { border-color: rgb(237,217,17); }
td.TdClassName
{
border-color: #EDD911;
}
.TagClassName
{
border-color: #EDD911;
}
</style>