Shades of Pale Goldenrod #EDEAAB
Tints of Pale Goldenrod #EDEAAB
RGB
CMYK
RGB Variations
Color information
#EDEAAB (or 0xEDEAAB) is known color: Pale Goldenrod. HEX triplet: ED, EA and AB. RGB value is (237,234,171). Sum of RGB (Red+Green+Blue) = 237+234+171=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAAB is #121554. Grayscale: #E3E3E3. Windows color (decimal): -1185109 or 11266797. OLE color: 11266797.
HSL color Cylindrical-coordinate representation of color #EDEAAB: hue angle of 57.27º 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 #EDEAAB is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 171 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.07 |
| HSL | 57.27º | 0.65% | 0.8% | - |
| HSV(B) | 57.27º | 0.28% | 0.93% | - |
| XYZ | 71.7 | 79.79 | 50.15 | - |
| YUV | 227.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 171 | 0 | 0.01 | 0.28 | 0.07 | 57.27 | 0.65 | 0.8 |
| Hex | ED | EA | AB | 0 | 1 | 1C | 7 | 39 | 41 | 50 |
| Octal | 355 | 352 | 253 | 0 | 1 | 34 | 7 | 71 | 101 | 120 |
| Binary | 11101101 | 11101010 | 10101011 | 0 | 1 | 11100 | 111 | 111001 | 1000001 | 1010000 |
Color Harmonies of #EDEAAB
Complementary color
Monochromatic Colors of #EDEAAB
Black with #EDEAAB
Text Example
Text Example
White with #EDEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAAB; }
p { color: rgb(237,234,171); }
H1.HeaderClassName
{
color: #EDEAAB;
}
.AnyTagClassName
{
color: #EDEAAB;
}
</style>
background-color css
<style>
a { background-color: #EDEAAB; }
a { background-color: rgb(237,234,171); }
div.DivClassName
{
background-color: #EDEAAB;
}
.BgClassName
{
background-color: #EDEAAB;
}
</style>
border-color css
<style>
span { border-color: #EDEAAB; }
span { border-color: rgb(237,234,171); }
td.TdClassName
{
border-color: #EDEAAB;
}
.TagClassName
{
border-color: #EDEAAB;
}
</style>