Shades of Pale Goldenrod #EDEAA9
Tints of Pale Goldenrod #EDEAA9
RGB
CMYK
RGB Variations
Color information
#EDEAA9 (or 0xEDEAA9) is known color: Pale Goldenrod. HEX triplet: ED, EA and A9. RGB value is (237,234,169). Sum of RGB (Red+Green+Blue) = 237+234+169=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 169 (66.41% from 255 or 26.41% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA9 is #121556. Grayscale: #E3E3E3. Windows color (decimal): -1185111 or 11135725. OLE color: 11135725.
HSL color Cylindrical-coordinate representation of color #EDEAA9: hue angle of 57.35º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDEAA9 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 169 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.07 |
| HSL | 57.35º | 0.65% | 0.8% | - |
| HSV(B) | 57.35º | 0.29% | 0.93% | - |
| XYZ | 71.51 | 79.71 | 49.15 | - |
| YUV | 227.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 169 | 0 | 0.01 | 0.29 | 0.07 | 57.35 | 0.65 | 0.8 |
| Hex | ED | EA | A9 | 0 | 1 | 1D | 7 | 39 | 41 | 50 |
| Octal | 355 | 352 | 251 | 0 | 1 | 35 | 7 | 71 | 101 | 120 |
| Binary | 11101101 | 11101010 | 10101001 | 0 | 1 | 11101 | 111 | 111001 | 1000001 | 1010000 |
Color Harmonies of #EDEAA9
Complementary color
Monochromatic Colors of #EDEAA9
Black with #EDEAA9
Text Example
Text Example
White with #EDEAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAA9; }
p { color: rgb(237,234,169); }
H1.HeaderClassName
{
color: #EDEAA9;
}
.AnyTagClassName
{
color: #EDEAA9;
}
</style>
background-color css
<style>
a { background-color: #EDEAA9; }
a { background-color: rgb(237,234,169); }
div.DivClassName
{
background-color: #EDEAA9;
}
.BgClassName
{
background-color: #EDEAA9;
}
</style>
border-color css
<style>
span { border-color: #EDEAA9; }
span { border-color: rgb(237,234,169); }
td.TdClassName
{
border-color: #EDEAA9;
}
.TagClassName
{
border-color: #EDEAA9;
}
</style>