Shades of Pale Goldenrod #EDE4AA
Tints of Pale Goldenrod #EDE4AA
RGB
CMYK
RGB Variations
Color information
#EDE4AA (or 0xEDE4AA) is known color: Pale Goldenrod. HEX triplet: ED, E4 and AA. RGB value is (237,228,170). Sum of RGB (Red+Green+Blue) = 237+228+170=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4AA is #121B55. Grayscale: #E0E0E0. Windows color (decimal): -1186646 or 11199725. OLE color: 11199725.
HSL color Cylindrical-coordinate representation of color #EDE4AA: hue angle of 51.94º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDE4AA is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 170 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.07 |
| HSL | 51.94º | 0.65% | 0.8% | - |
| HSV(B) | 51.94º | 0.28% | 0.93% | - |
| XYZ | 69.92 | 76.39 | 49.09 | - |
| YUV | 224.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 170 | 0 | 0.04 | 0.28 | 0.07 | 51.94 | 0.65 | 0.8 |
| Hex | ED | E4 | AA | 0 | 4 | 1C | 7 | 34 | 41 | 50 |
| Octal | 355 | 344 | 252 | 0 | 4 | 34 | 7 | 64 | 101 | 120 |
| Binary | 11101101 | 11100100 | 10101010 | 0 | 100 | 11100 | 111 | 110100 | 1000001 | 1010000 |
Color Harmonies of #EDE4AA
Complementary color
Monochromatic Colors of #EDE4AA
Black with #EDE4AA
Text Example
Text Example
White with #EDE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4AA; }
p { color: rgb(237,228,170); }
H1.HeaderClassName
{
color: #EDE4AA;
}
.AnyTagClassName
{
color: #EDE4AA;
}
</style>
background-color css
<style>
a { background-color: #EDE4AA; }
a { background-color: rgb(237,228,170); }
div.DivClassName
{
background-color: #EDE4AA;
}
.BgClassName
{
background-color: #EDE4AA;
}
</style>
border-color css
<style>
span { border-color: #EDE4AA; }
span { border-color: rgb(237,228,170); }
td.TdClassName
{
border-color: #EDE4AA;
}
.TagClassName
{
border-color: #EDE4AA;
}
</style>