Shades of Lemon #EDDD11
Tints of Lemon #EDDD11
RGB
CMYK
RGB Variations
Color information
#EDDD11 (or 0xEDDD11) is known color: Lemon. HEX triplet: ED, DD and 11. RGB value is (237,221,17). Sum of RGB (Red+Green+Blue) = 237+221+17=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD11 is #1222EE. Grayscale: #CBCBCB. Windows color (decimal): -1188591 or 1170925. OLE color: 1170925.
HSL color Cylindrical-coordinate representation of color #EDDD11: hue angle of 55.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 #EDDD11 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.07 |
| HSL | 55.64º | 0.87% | 0.5% | - |
| HSV(B) | 55.64º | 0.93% | 0.93% | - |
| XYZ | 60.88 | 69.76 | 10.79 | - |
| YUV | 202.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 17 | 0 | 0.07 | 0.93 | 0.07 | 55.64 | 0.87 | 0.5 |
| Hex | ED | DD | 11 | 0 | 7 | 5D | 7 | 38 | 57 | 32 |
| Octal | 355 | 335 | 21 | 0 | 7 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101101 | 11011101 | 10001 | 0 | 111 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EDDD11
Complementary color
Monochromatic Colors of #EDDD11
Black with #EDDD11
Text Example
Text Example
White with #EDDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD11; }
p { color: rgb(237,221,17); }
H1.HeaderClassName
{
color: #EDDD11;
}
.AnyTagClassName
{
color: #EDDD11;
}
</style>
background-color css
<style>
a { background-color: #EDDD11; }
a { background-color: rgb(237,221,17); }
div.DivClassName
{
background-color: #EDDD11;
}
.BgClassName
{
background-color: #EDDD11;
}
</style>
border-color css
<style>
span { border-color: #EDDD11; }
span { border-color: rgb(237,221,17); }
td.TdClassName
{
border-color: #EDDD11;
}
.TagClassName
{
border-color: #EDDD11;
}
</style>