Shades of Lemon #EDDD10
Tints of Lemon #EDDD10
RGB
CMYK
RGB Variations
Color information
#EDDD10 (or 0xEDDD10) is known color: Lemon. HEX triplet: ED, DD and 10. RGB value is (237,221,16). Sum of RGB (Red+Green+Blue) = 237+221+16=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD10 is #1222EF. Grayscale: #CBCBCB. Windows color (decimal): -1188592 or 1105389. OLE color: 1105389.
HSL color Cylindrical-coordinate representation of color #EDDD10: hue angle of 55.66º 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 #EDDD10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.07 |
| HSL | 55.66º | 0.87% | 0.5% | - |
| HSV(B) | 55.66º | 0.93% | 0.93% | - |
| XYZ | 60.88 | 69.75 | 10.75 | - |
| YUV | 202.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 16 | 0 | 0.07 | 0.93 | 0.07 | 55.66 | 0.87 | 0.5 |
| Hex | ED | DD | 10 | 0 | 7 | 5D | 7 | 38 | 57 | 32 |
| Octal | 355 | 335 | 20 | 0 | 7 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101101 | 11011101 | 10000 | 0 | 111 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EDDD10
Complementary color
Monochromatic Colors of #EDDD10
Black with #EDDD10
Text Example
Text Example
White with #EDDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD10; }
p { color: rgb(237,221,16); }
H1.HeaderClassName
{
color: #EDDD10;
}
.AnyTagClassName
{
color: #EDDD10;
}
</style>
background-color css
<style>
a { background-color: #EDDD10; }
a { background-color: rgb(237,221,16); }
div.DivClassName
{
background-color: #EDDD10;
}
.BgClassName
{
background-color: #EDDD10;
}
</style>
border-color css
<style>
span { border-color: #EDDD10; }
span { border-color: rgb(237,221,16); }
td.TdClassName
{
border-color: #EDDD10;
}
.TagClassName
{
border-color: #EDDD10;
}
</style>