Shades of Pale Goldenrod #EDE8AD
Tints of Pale Goldenrod #EDE8AD
RGB
CMYK
RGB Variations
Color information
#EDE8AD (or 0xEDE8AD) is known color: Pale Goldenrod. HEX triplet: ED, E8 and AD. RGB value is (237,232,173). Sum of RGB (Red+Green+Blue) = 237+232+173=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE8AD is #121752. Grayscale: #E3E3E3. Windows color (decimal): -1185619 or 11397357. OLE color: 11397357.
HSL color Cylindrical-coordinate representation of color #EDE8AD: hue angle of 55.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDE8AD is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 173 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.07 |
| HSL | 55.31º | 0.64% | 0.8% | - |
| HSV(B) | 55.31º | 0.27% | 0.93% | - |
| XYZ | 71.32 | 78.73 | 50.97 | - |
| YUV | 226.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 173 | 0 | 0.02 | 0.27 | 0.07 | 55.31 | 0.64 | 0.8 |
| Hex | ED | E8 | AD | 0 | 2 | 1B | 7 | 37 | 40 | 50 |
| Octal | 355 | 350 | 255 | 0 | 2 | 33 | 7 | 67 | 100 | 120 |
| Binary | 11101101 | 11101000 | 10101101 | 0 | 10 | 11011 | 111 | 110111 | 1000000 | 1010000 |
Color Harmonies of #EDE8AD
Complementary color
Monochromatic Colors of #EDE8AD
Black with #EDE8AD
Text Example
Text Example
White with #EDE8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8AD; }
p { color: rgb(237,232,173); }
H1.HeaderClassName
{
color: #EDE8AD;
}
.AnyTagClassName
{
color: #EDE8AD;
}
</style>
background-color css
<style>
a { background-color: #EDE8AD; }
a { background-color: rgb(237,232,173); }
div.DivClassName
{
background-color: #EDE8AD;
}
.BgClassName
{
background-color: #EDE8AD;
}
</style>
border-color css
<style>
span { border-color: #EDE8AD; }
span { border-color: rgb(237,232,173); }
td.TdClassName
{
border-color: #EDE8AD;
}
.TagClassName
{
border-color: #EDE8AD;
}
</style>