Shades of Pale Goldenrod #EDE1AB
Tints of Pale Goldenrod #EDE1AB
RGB
CMYK
RGB Variations
Color information
#EDE1AB (or 0xEDE1AB) is known color: Pale Goldenrod. HEX triplet: ED, E1 and AB. RGB value is (237,225,171). Sum of RGB (Red+Green+Blue) = 237+225+171=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE1AB is #121E54. Grayscale: #DEDEDE. Windows color (decimal): -1187413 or 11264493. OLE color: 11264493.
HSL color Cylindrical-coordinate representation of color #EDE1AB: hue angle of 49.09º 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 #EDE1AB is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 171 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.07 |
| HSL | 49.09º | 0.65% | 0.8% | - |
| HSV(B) | 49.09º | 0.28% | 0.93% | - |
| XYZ | 69.2 | 74.8 | 49.32 | - |
| YUV | 222.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 171 | 0 | 0.05 | 0.28 | 0.07 | 49.09 | 0.65 | 0.8 |
| Hex | ED | E1 | AB | 0 | 5 | 1C | 7 | 31 | 41 | 50 |
| Octal | 355 | 341 | 253 | 0 | 5 | 34 | 7 | 61 | 101 | 120 |
| Binary | 11101101 | 11100001 | 10101011 | 0 | 101 | 11100 | 111 | 110001 | 1000001 | 1010000 |
Color Harmonies of #EDE1AB
Complementary color
Monochromatic Colors of #EDE1AB
Black with #EDE1AB
Text Example
Text Example
White with #EDE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1AB; }
p { color: rgb(237,225,171); }
H1.HeaderClassName
{
color: #EDE1AB;
}
.AnyTagClassName
{
color: #EDE1AB;
}
</style>
background-color css
<style>
a { background-color: #EDE1AB; }
a { background-color: rgb(237,225,171); }
div.DivClassName
{
background-color: #EDE1AB;
}
.BgClassName
{
background-color: #EDE1AB;
}
</style>
border-color css
<style>
span { border-color: #EDE1AB; }
span { border-color: rgb(237,225,171); }
td.TdClassName
{
border-color: #EDE1AB;
}
.TagClassName
{
border-color: #EDE1AB;
}
</style>