Shades of Pale Goldenrod #EDE3AC
Tints of Pale Goldenrod #EDE3AC
RGB
CMYK
RGB Variations
Color information
#EDE3AC (or 0xEDE3AC) is known color: Pale Goldenrod. HEX triplet: ED, E3 and AC. RGB value is (237,227,172). Sum of RGB (Red+Green+Blue) = 237+227+172=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE3AC is #121C53. Grayscale: #DFDFDF. Windows color (decimal): -1186900 or 11330541. OLE color: 11330541.
HSL color Cylindrical-coordinate representation of color #EDE3AC: hue angle of 50.77º 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 #EDE3AC is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 172 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.07 |
| HSL | 50.77º | 0.64% | 0.8% | - |
| HSV(B) | 50.77º | 0.27% | 0.93% | - |
| XYZ | 69.84 | 75.92 | 50 | - |
| YUV | 223.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 172 | 0 | 0.04 | 0.27 | 0.07 | 50.77 | 0.64 | 0.8 |
| Hex | ED | E3 | AC | 0 | 4 | 1B | 7 | 33 | 40 | 50 |
| Octal | 355 | 343 | 254 | 0 | 4 | 33 | 7 | 63 | 100 | 120 |
| Binary | 11101101 | 11100011 | 10101100 | 0 | 100 | 11011 | 111 | 110011 | 1000000 | 1010000 |
Color Harmonies of #EDE3AC
Complementary color
Monochromatic Colors of #EDE3AC
Black with #EDE3AC
Text Example
Text Example
White with #EDE3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3AC; }
p { color: rgb(237,227,172); }
H1.HeaderClassName
{
color: #EDE3AC;
}
.AnyTagClassName
{
color: #EDE3AC;
}
</style>
background-color css
<style>
a { background-color: #EDE3AC; }
a { background-color: rgb(237,227,172); }
div.DivClassName
{
background-color: #EDE3AC;
}
.BgClassName
{
background-color: #EDE3AC;
}
</style>
border-color css
<style>
span { border-color: #EDE3AC; }
span { border-color: rgb(237,227,172); }
td.TdClassName
{
border-color: #EDE3AC;
}
.TagClassName
{
border-color: #EDE3AC;
}
</style>