Shades of Pale Goldenrod #EDE6AD
Tints of Pale Goldenrod #EDE6AD
RGB
CMYK
RGB Variations
Color information
#EDE6AD (or 0xEDE6AD) is known color: Pale Goldenrod. HEX triplet: ED, E6 and AD. RGB value is (237,230,173). Sum of RGB (Red+Green+Blue) = 237+230+173=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE6AD is #121952. Grayscale: #E1E1E1. Windows color (decimal): -1186131 or 11396845. OLE color: 11396845.
HSL color Cylindrical-coordinate representation of color #EDE6AD: hue angle of 53.44º 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 #EDE6AD is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 173 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.07 |
| HSL | 53.44º | 0.64% | 0.8% | - |
| HSV(B) | 53.44º | 0.27% | 0.93% | - |
| XYZ | 70.76 | 77.62 | 50.79 | - |
| YUV | 225.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 173 | 0 | 0.03 | 0.27 | 0.07 | 53.44 | 0.64 | 0.8 |
| Hex | ED | E6 | AD | 0 | 3 | 1B | 7 | 35 | 40 | 50 |
| Octal | 355 | 346 | 255 | 0 | 3 | 33 | 7 | 65 | 100 | 120 |
| Binary | 11101101 | 11100110 | 10101101 | 0 | 11 | 11011 | 111 | 110101 | 1000000 | 1010000 |
Color Harmonies of #EDE6AD
Complementary color
Monochromatic Colors of #EDE6AD
Black with #EDE6AD
Text Example
Text Example
White with #EDE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6AD; }
p { color: rgb(237,230,173); }
H1.HeaderClassName
{
color: #EDE6AD;
}
.AnyTagClassName
{
color: #EDE6AD;
}
</style>
background-color css
<style>
a { background-color: #EDE6AD; }
a { background-color: rgb(237,230,173); }
div.DivClassName
{
background-color: #EDE6AD;
}
.BgClassName
{
background-color: #EDE6AD;
}
</style>
border-color css
<style>
span { border-color: #EDE6AD; }
span { border-color: rgb(237,230,173); }
td.TdClassName
{
border-color: #EDE6AD;
}
.TagClassName
{
border-color: #EDE6AD;
}
</style>