Shades of Pale Goldenrod #EDE9AC
Tints of Pale Goldenrod #EDE9AC
RGB
CMYK
RGB Variations
Color information
#EDE9AC (or 0xEDE9AC) is known color: Pale Goldenrod. HEX triplet: ED, E9 and AC. RGB value is (237,233,172). Sum of RGB (Red+Green+Blue) = 237+233+172=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE9AC is #121653. Grayscale: #E3E3E3. Windows color (decimal): -1185364 or 11332077. OLE color: 11332077.
HSL color Cylindrical-coordinate representation of color #EDE9AC: hue angle of 56.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 #EDE9AC is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 172 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.07 |
| HSL | 56.31º | 0.64% | 0.8% | - |
| HSV(B) | 56.31º | 0.27% | 0.93% | - |
| XYZ | 71.51 | 79.26 | 50.56 | - |
| YUV | 227.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 172 | 0 | 0.02 | 0.27 | 0.07 | 56.31 | 0.64 | 0.8 |
| Hex | ED | E9 | AC | 0 | 2 | 1B | 7 | 38 | 40 | 50 |
| Octal | 355 | 351 | 254 | 0 | 2 | 33 | 7 | 70 | 100 | 120 |
| Binary | 11101101 | 11101001 | 10101100 | 0 | 10 | 11011 | 111 | 111000 | 1000000 | 1010000 |
Color Harmonies of #EDE9AC
Complementary color
Monochromatic Colors of #EDE9AC
Black with #EDE9AC
Text Example
Text Example
White with #EDE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9AC; }
p { color: rgb(237,233,172); }
H1.HeaderClassName
{
color: #EDE9AC;
}
.AnyTagClassName
{
color: #EDE9AC;
}
</style>
background-color css
<style>
a { background-color: #EDE9AC; }
a { background-color: rgb(237,233,172); }
div.DivClassName
{
background-color: #EDE9AC;
}
.BgClassName
{
background-color: #EDE9AC;
}
</style>
border-color css
<style>
span { border-color: #EDE9AC; }
span { border-color: rgb(237,233,172); }
td.TdClassName
{
border-color: #EDE9AC;
}
.TagClassName
{
border-color: #EDE9AC;
}
</style>