Shades of Lemon #EDD910
Tints of Lemon #EDD910
RGB
CMYK
RGB Variations
Color information
#EDD910 (or 0xEDD910) is known color: Lemon. HEX triplet: ED, D9 and 10. RGB value is (237,217,16). Sum of RGB (Red+Green+Blue) = 237+217+16=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD910 is #1226EF. Grayscale: #C8C8C8. Windows color (decimal): -1189616 or 1104365. OLE color: 1104365.
HSL color Cylindrical-coordinate representation of color #EDD910: hue angle of 54.57º 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 #EDD910 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.07 |
| HSL | 54.57º | 0.87% | 0.5% | - |
| HSV(B) | 54.57º | 0.93% | 0.93% | - |
| XYZ | 59.83 | 67.67 | 10.4 | - |
| YUV | 200.07 | 24.13 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 16 | 0 | 0.08 | 0.93 | 0.07 | 54.57 | 0.87 | 0.5 |
| Hex | ED | D9 | 10 | 0 | 8 | 5D | 7 | 37 | 57 | 32 |
| Octal | 355 | 331 | 20 | 0 | 10 | 135 | 7 | 67 | 127 | 62 |
| Binary | 11101101 | 11011001 | 10000 | 0 | 1000 | 1011101 | 111 | 110111 | 1010111 | 110010 |
Color Harmonies of #EDD910
Complementary color
Monochromatic Colors of #EDD910
Black with #EDD910
Text Example
Text Example
White with #EDD910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD910; }
p { color: rgb(237,217,16); }
H1.HeaderClassName
{
color: #EDD910;
}
.AnyTagClassName
{
color: #EDD910;
}
</style>
background-color css
<style>
a { background-color: #EDD910; }
a { background-color: rgb(237,217,16); }
div.DivClassName
{
background-color: #EDD910;
}
.BgClassName
{
background-color: #EDD910;
}
</style>
border-color css
<style>
span { border-color: #EDD910; }
span { border-color: rgb(237,217,16); }
td.TdClassName
{
border-color: #EDD910;
}
.TagClassName
{
border-color: #EDD910;
}
</style>