Shades of Light Goldenrod #EDDD8D
Tints of Light Goldenrod #EDDD8D
RGB
CMYK
RGB Variations
Color information
#EDDD8D (or 0xEDDD8D) is known color: Light Goldenrod. HEX triplet: ED, DD and 8D. RGB value is (237,221,141). Sum of RGB (Red+Green+Blue) = 237+221+141=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD8D is #122272. Grayscale: #D8D8D8. Windows color (decimal): -1188467 or 9297389. OLE color: 9297389.
HSL color Cylindrical-coordinate representation of color #EDDD8D: hue angle of 50º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDDD8D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 141 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 50º | 0.73% | 0.74% | - |
| HSV(B) | 50º | 0.41% | 0.93% | - |
| XYZ | 65.59 | 71.64 | 35.57 | - |
| YUV | 216.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 141 | 0 | 0.07 | 0.41 | 0.07 | 50 | 0.73 | 0.74 |
| Hex | ED | DD | 8D | 0 | 7 | 29 | 7 | 32 | 49 | 4A |
| Octal | 355 | 335 | 215 | 0 | 7 | 51 | 7 | 62 | 111 | 112 |
| Binary | 11101101 | 11011101 | 10001101 | 0 | 111 | 101001 | 111 | 110010 | 1001001 | 1001010 |
Color Harmonies of #EDDD8D
Complementary color
Monochromatic Colors of #EDDD8D
Black with #EDDD8D
Text Example
Text Example
White with #EDDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD8D; }
p { color: rgb(237,221,141); }
H1.HeaderClassName
{
color: #EDDD8D;
}
.AnyTagClassName
{
color: #EDDD8D;
}
</style>
background-color css
<style>
a { background-color: #EDDD8D; }
a { background-color: rgb(237,221,141); }
div.DivClassName
{
background-color: #EDDD8D;
}
.BgClassName
{
background-color: #EDDD8D;
}
</style>
border-color css
<style>
span { border-color: #EDDD8D; }
span { border-color: rgb(237,221,141); }
td.TdClassName
{
border-color: #EDDD8D;
}
.TagClassName
{
border-color: #EDDD8D;
}
</style>