Shades of Lemon #EDD90D
Tints of Lemon #EDD90D
RGB
CMYK
RGB Variations
Color information
#EDD90D (or 0xEDD90D) is known color: Lemon. HEX triplet: ED, D9 and 0D. RGB value is (237,217,13). Sum of RGB (Red+Green+Blue) = 237+217+13=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD90D is #1226F2. Grayscale: #C8C8C8. Windows color (decimal): -1189619 or 907757. OLE color: 907757.
HSL color Cylindrical-coordinate representation of color #EDD90D: hue angle of 54.64º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDD90D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.64º | 0.9% | 0.49% | - |
| HSV(B) | 54.64º | 0.95% | 0.93% | - |
| XYZ | 59.81 | 67.66 | 10.29 | - |
| YUV | 199.72 | 22.63 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 13 | 0 | 0.08 | 0.95 | 0.07 | 54.64 | 0.9 | 0.49 |
| Hex | ED | D9 | D | 0 | 8 | 5F | 7 | 37 | 5A | 31 |
| Octal | 355 | 331 | 15 | 0 | 10 | 137 | 7 | 67 | 132 | 61 |
| Binary | 11101101 | 11011001 | 1101 | 0 | 1000 | 1011111 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #EDD90D
Complementary color
Monochromatic Colors of #EDD90D
Black with #EDD90D
Text Example
Text Example
White with #EDD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD90D; }
p { color: rgb(237,217,13); }
H1.HeaderClassName
{
color: #EDD90D;
}
.AnyTagClassName
{
color: #EDD90D;
}
</style>
background-color css
<style>
a { background-color: #EDD90D; }
a { background-color: rgb(237,217,13); }
div.DivClassName
{
background-color: #EDD90D;
}
.BgClassName
{
background-color: #EDD90D;
}
</style>
border-color css
<style>
span { border-color: #EDD90D; }
span { border-color: rgb(237,217,13); }
td.TdClassName
{
border-color: #EDD90D;
}
.TagClassName
{
border-color: #EDD90D;
}
</style>