Shades of Pale Goldenrod #EDE8AE
Tints of Pale Goldenrod #EDE8AE
RGB
CMYK
RGB Variations
Color information
#EDE8AE (or 0xEDE8AE) is known color: Pale Goldenrod. HEX triplet: ED, E8 and AE. RGB value is (237,232,174). Sum of RGB (Red+Green+Blue) = 237+232+174=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE8AE is #121751. Grayscale: #E3E3E3. Windows color (decimal): -1185618 or 11462893. OLE color: 11462893.
HSL color Cylindrical-coordinate representation of color #EDE8AE: hue angle of 55.24º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDE8AE is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 174 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.07 |
| HSL | 55.24º | 0.64% | 0.81% | - |
| HSV(B) | 55.24º | 0.27% | 0.93% | - |
| XYZ | 71.42 | 78.77 | 51.48 | - |
| YUV | 226.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 174 | 0 | 0.02 | 0.27 | 0.07 | 55.24 | 0.64 | 0.81 |
| Hex | ED | E8 | AE | 0 | 2 | 1B | 7 | 37 | 40 | 51 |
| Octal | 355 | 350 | 256 | 0 | 2 | 33 | 7 | 67 | 100 | 121 |
| Binary | 11101101 | 11101000 | 10101110 | 0 | 10 | 11011 | 111 | 110111 | 1000000 | 1010001 |
Color Harmonies of #EDE8AE
Complementary color
Monochromatic Colors of #EDE8AE
Black with #EDE8AE
Text Example
Text Example
White with #EDE8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8AE; }
p { color: rgb(237,232,174); }
H1.HeaderClassName
{
color: #EDE8AE;
}
.AnyTagClassName
{
color: #EDE8AE;
}
</style>
background-color css
<style>
a { background-color: #EDE8AE; }
a { background-color: rgb(237,232,174); }
div.DivClassName
{
background-color: #EDE8AE;
}
.BgClassName
{
background-color: #EDE8AE;
}
</style>
border-color css
<style>
span { border-color: #EDE8AE; }
span { border-color: rgb(237,232,174); }
td.TdClassName
{
border-color: #EDE8AE;
}
.TagClassName
{
border-color: #EDE8AE;
}
</style>