Shades of Pale Goldenrod #EDE1AA
Tints of Pale Goldenrod #EDE1AA
RGB
CMYK
RGB Variations
Color information
#EDE1AA (or 0xEDE1AA) is known color: Pale Goldenrod. HEX triplet: ED, E1 and AA. RGB value is (237,225,170). Sum of RGB (Red+Green+Blue) = 237+225+170=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE1AA is #121E55. Grayscale: #DEDEDE. Windows color (decimal): -1187414 or 11198957. OLE color: 11198957.
HSL color Cylindrical-coordinate representation of color #EDE1AA: hue angle of 49.25º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDE1AA is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 170 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.07 |
| HSL | 49.25º | 0.65% | 0.8% | - |
| HSV(B) | 49.25º | 0.28% | 0.93% | - |
| XYZ | 69.11 | 74.76 | 48.82 | - |
| YUV | 222.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 170 | 0 | 0.05 | 0.28 | 0.07 | 49.25 | 0.65 | 0.8 |
| Hex | ED | E1 | AA | 0 | 5 | 1C | 7 | 31 | 41 | 50 |
| Octal | 355 | 341 | 252 | 0 | 5 | 34 | 7 | 61 | 101 | 120 |
| Binary | 11101101 | 11100001 | 10101010 | 0 | 101 | 11100 | 111 | 110001 | 1000001 | 1010000 |
Color Harmonies of #EDE1AA
Complementary color
Monochromatic Colors of #EDE1AA
Black with #EDE1AA
Text Example
Text Example
White with #EDE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1AA; }
p { color: rgb(237,225,170); }
H1.HeaderClassName
{
color: #EDE1AA;
}
.AnyTagClassName
{
color: #EDE1AA;
}
</style>
background-color css
<style>
a { background-color: #EDE1AA; }
a { background-color: rgb(237,225,170); }
div.DivClassName
{
background-color: #EDE1AA;
}
.BgClassName
{
background-color: #EDE1AA;
}
</style>
border-color css
<style>
span { border-color: #EDE1AA; }
span { border-color: rgb(237,225,170); }
td.TdClassName
{
border-color: #EDE1AA;
}
.TagClassName
{
border-color: #EDE1AA;
}
</style>