Shades of Light Goldenrod #EDDD86
Tints of Light Goldenrod #EDDD86
RGB
CMYK
RGB Variations
Color information
#EDDD86 (or 0xEDDD86) is known color: Light Goldenrod. HEX triplet: ED, DD and 86. RGB value is (237,221,134). Sum of RGB (Red+Green+Blue) = 237+221+134=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD86 is #122279. Grayscale: #D8D8D8. Windows color (decimal): -1188474 or 8838637. OLE color: 8838637.
HSL color Cylindrical-coordinate representation of color #EDDD86: hue angle of 50.68º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDDD86 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 134 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.07 |
| HSL | 50.68º | 0.74% | 0.73% | - |
| HSV(B) | 50.68º | 0.43% | 0.93% | - |
| XYZ | 65.08 | 71.44 | 32.91 | - |
| YUV | 215.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 134 | 0 | 0.07 | 0.43 | 0.07 | 50.68 | 0.74 | 0.73 |
| Hex | ED | DD | 86 | 0 | 7 | 2B | 7 | 33 | 4A | 49 |
| Octal | 355 | 335 | 206 | 0 | 7 | 53 | 7 | 63 | 112 | 111 |
| Binary | 11101101 | 11011101 | 10000110 | 0 | 111 | 101011 | 111 | 110011 | 1001010 | 1001001 |
Color Harmonies of #EDDD86
Complementary color
Monochromatic Colors of #EDDD86
Black with #EDDD86
Text Example
Text Example
White with #EDDD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD86; }
p { color: rgb(237,221,134); }
H1.HeaderClassName
{
color: #EDDD86;
}
.AnyTagClassName
{
color: #EDDD86;
}
</style>
background-color css
<style>
a { background-color: #EDDD86; }
a { background-color: rgb(237,221,134); }
div.DivClassName
{
background-color: #EDDD86;
}
.BgClassName
{
background-color: #EDDD86;
}
</style>
border-color css
<style>
span { border-color: #EDDD86; }
span { border-color: rgb(237,221,134); }
td.TdClassName
{
border-color: #EDDD86;
}
.TagClassName
{
border-color: #EDDD86;
}
</style>