Shades of Lemon #EDD810
Tints of Lemon #EDD810
RGB
CMYK
RGB Variations
Color information
#EDD810 (or 0xEDD810) is known color: Lemon. HEX triplet: ED, D8 and 10. RGB value is (237,216,16). Sum of RGB (Red+Green+Blue) = 237+216+16=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD810 is #1227EF. Grayscale: #C8C8C8. Windows color (decimal): -1189872 or 1104109. OLE color: 1104109.
HSL color Cylindrical-coordinate representation of color #EDD810: hue angle of 54.3º 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 #EDD810 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.07 |
| HSL | 54.3º | 0.87% | 0.5% | - |
| HSV(B) | 54.3º | 0.93% | 0.93% | - |
| XYZ | 59.57 | 67.15 | 10.31 | - |
| YUV | 199.48 | 24.46 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 16 | 0 | 0.09 | 0.93 | 0.07 | 54.3 | 0.87 | 0.5 |
| Hex | ED | D8 | 10 | 0 | 9 | 5D | 7 | 36 | 57 | 32 |
| Octal | 355 | 330 | 20 | 0 | 11 | 135 | 7 | 66 | 127 | 62 |
| Binary | 11101101 | 11011000 | 10000 | 0 | 1001 | 1011101 | 111 | 110110 | 1010111 | 110010 |
Color Harmonies of #EDD810
Complementary color
Monochromatic Colors of #EDD810
Black with #EDD810
Text Example
Text Example
White with #EDD810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD810; }
p { color: rgb(237,216,16); }
H1.HeaderClassName
{
color: #EDD810;
}
.AnyTagClassName
{
color: #EDD810;
}
</style>
background-color css
<style>
a { background-color: #EDD810; }
a { background-color: rgb(237,216,16); }
div.DivClassName
{
background-color: #EDD810;
}
.BgClassName
{
background-color: #EDD810;
}
</style>
border-color css
<style>
span { border-color: #EDD810; }
span { border-color: rgb(237,216,16); }
td.TdClassName
{
border-color: #EDD810;
}
.TagClassName
{
border-color: #EDD810;
}
</style>