Shades of Pale Goldenrod #EDE4B1
Tints of Pale Goldenrod #EDE4B1
RGB
CMYK
RGB Variations
Color information
#EDE4B1 (or 0xEDE4B1) is known color: Pale Goldenrod. HEX triplet: ED, E4 and B1. RGB value is (237,228,177). Sum of RGB (Red+Green+Blue) = 237+228+177=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4B1 is #121B4E. Grayscale: #E1E1E1. Windows color (decimal): -1186639 or 11658477. OLE color: 11658477.
HSL color Cylindrical-coordinate representation of color #EDE4B1: hue angle of 51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDE4B1 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 177 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.07 |
| HSL | 51º | 0.63% | 0.81% | - |
| HSV(B) | 51º | 0.25% | 0.93% | - |
| XYZ | 70.6 | 76.67 | 52.67 | - |
| YUV | 224.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 177 | 0 | 0.04 | 0.25 | 0.07 | 51 | 0.63 | 0.81 |
| Hex | ED | E4 | B1 | 0 | 4 | 19 | 7 | 33 | 3E | 51 |
| Octal | 355 | 344 | 261 | 0 | 4 | 31 | 7 | 63 | 76 | 121 |
| Binary | 11101101 | 11100100 | 10110001 | 0 | 100 | 11001 | 111 | 110011 | 111110 | 1010001 |
Color Harmonies of #EDE4B1
Complementary color
Monochromatic Colors of #EDE4B1
Black with #EDE4B1
Text Example
Text Example
White with #EDE4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4B1; }
p { color: rgb(237,228,177); }
H1.HeaderClassName
{
color: #EDE4B1;
}
.AnyTagClassName
{
color: #EDE4B1;
}
</style>
background-color css
<style>
a { background-color: #EDE4B1; }
a { background-color: rgb(237,228,177); }
div.DivClassName
{
background-color: #EDE4B1;
}
.BgClassName
{
background-color: #EDE4B1;
}
</style>
border-color css
<style>
span { border-color: #EDE4B1; }
span { border-color: rgb(237,228,177); }
td.TdClassName
{
border-color: #EDE4B1;
}
.TagClassName
{
border-color: #EDE4B1;
}
</style>