Shades of Light Goldenrod #EDDD85
Tints of Light Goldenrod #EDDD85
RGB
CMYK
RGB Variations
Color information
#EDDD85 (or 0xEDDD85) is known color: Light Goldenrod. HEX triplet: ED, DD and 85. RGB value is (237,221,133). Sum of RGB (Red+Green+Blue) = 237+221+133=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD85 is #12227A. Grayscale: #D8D8D8. Windows color (decimal): -1188475 or 8773101. OLE color: 8773101.
HSL color Cylindrical-coordinate representation of color #EDDD85: hue angle of 50.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDDD85 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 133 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.07 |
| HSL | 50.77º | 0.74% | 0.73% | - |
| HSV(B) | 50.77º | 0.44% | 0.93% | - |
| XYZ | 65.02 | 71.41 | 32.55 | - |
| YUV | 215.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 133 | 0 | 0.07 | 0.44 | 0.07 | 50.77 | 0.74 | 0.73 |
| Hex | ED | DD | 85 | 0 | 7 | 2C | 7 | 33 | 4A | 49 |
| Octal | 355 | 335 | 205 | 0 | 7 | 54 | 7 | 63 | 112 | 111 |
| Binary | 11101101 | 11011101 | 10000101 | 0 | 111 | 101100 | 111 | 110011 | 1001010 | 1001001 |
Color Harmonies of #EDDD85
Complementary color
Monochromatic Colors of #EDDD85
Black with #EDDD85
Text Example
Text Example
White with #EDDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD85; }
p { color: rgb(237,221,133); }
H1.HeaderClassName
{
color: #EDDD85;
}
.AnyTagClassName
{
color: #EDDD85;
}
</style>
background-color css
<style>
a { background-color: #EDDD85; }
a { background-color: rgb(237,221,133); }
div.DivClassName
{
background-color: #EDDD85;
}
.BgClassName
{
background-color: #EDDD85;
}
</style>
border-color css
<style>
span { border-color: #EDDD85; }
span { border-color: rgb(237,221,133); }
td.TdClassName
{
border-color: #EDDD85;
}
.TagClassName
{
border-color: #EDDD85;
}
</style>