Shades of Pale Goldenrod #EDE5A4
Tints of Pale Goldenrod #EDE5A4
RGB
CMYK
RGB Variations
Color information
#EDE5A4 (or 0xEDE5A4) is known color: Pale Goldenrod. HEX triplet: ED, E5 and A4. RGB value is (237,229,164). Sum of RGB (Red+Green+Blue) = 237+229+164=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 164 (64.45% from 255 or 26.03% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5A4 is #121A5B. Grayscale: #E0E0E0. Windows color (decimal): -1186396 or 10806765. OLE color: 10806765.
HSL color Cylindrical-coordinate representation of color #EDE5A4: hue angle of 53.42º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDE5A4 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 164 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.07 |
| HSL | 53.42º | 0.67% | 0.79% | - |
| HSV(B) | 53.42º | 0.31% | 0.93% | - |
| XYZ | 69.65 | 76.72 | 46.26 | - |
| YUV | 223.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 164 | 0 | 0.03 | 0.31 | 0.07 | 53.42 | 0.67 | 0.79 |
| Hex | ED | E5 | A4 | 0 | 3 | 1F | 7 | 35 | 43 | 4F |
| Octal | 355 | 345 | 244 | 0 | 3 | 37 | 7 | 65 | 103 | 117 |
| Binary | 11101101 | 11100101 | 10100100 | 0 | 11 | 11111 | 111 | 110101 | 1000011 | 1001111 |
Color Harmonies of #EDE5A4
Complementary color
Monochromatic Colors of #EDE5A4
Black with #EDE5A4
Text Example
Text Example
White with #EDE5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5A4; }
p { color: rgb(237,229,164); }
H1.HeaderClassName
{
color: #EDE5A4;
}
.AnyTagClassName
{
color: #EDE5A4;
}
</style>
background-color css
<style>
a { background-color: #EDE5A4; }
a { background-color: rgb(237,229,164); }
div.DivClassName
{
background-color: #EDE5A4;
}
.BgClassName
{
background-color: #EDE5A4;
}
</style>
border-color css
<style>
span { border-color: #EDE5A4; }
span { border-color: rgb(237,229,164); }
td.TdClassName
{
border-color: #EDE5A4;
}
.TagClassName
{
border-color: #EDE5A4;
}
</style>