Shades of Pale Goldenrod #EDE89F
Tints of Pale Goldenrod #EDE89F
RGB
CMYK
RGB Variations
Color information
#EDE89F (or 0xEDE89F) is known color: Pale Goldenrod. HEX triplet: ED, E8 and 9F. RGB value is (237,232,159). Sum of RGB (Red+Green+Blue) = 237+232+159=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE89F is #121760. Grayscale: #E1E1E1. Windows color (decimal): -1185633 or 10479853. OLE color: 10479853.
HSL color Cylindrical-coordinate representation of color #EDE89F: hue angle of 56.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDE89F is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 159 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.07 |
| HSL | 56.15º | 0.68% | 0.78% | - |
| HSV(B) | 56.15º | 0.33% | 0.93% | - |
| XYZ | 70.04 | 78.22 | 44.21 | - |
| YUV | 225.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 159 | 0 | 0.02 | 0.33 | 0.07 | 56.15 | 0.68 | 0.78 |
| Hex | ED | E8 | 9F | 0 | 2 | 21 | 7 | 38 | 44 | 4E |
| Octal | 355 | 350 | 237 | 0 | 2 | 41 | 7 | 70 | 104 | 116 |
| Binary | 11101101 | 11101000 | 10011111 | 0 | 10 | 100001 | 111 | 111000 | 1000100 | 1001110 |
Color Harmonies of #EDE89F
Complementary color
Monochromatic Colors of #EDE89F
Black with #EDE89F
Text Example
Text Example
White with #EDE89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE89F; }
p { color: rgb(237,232,159); }
H1.HeaderClassName
{
color: #EDE89F;
}
.AnyTagClassName
{
color: #EDE89F;
}
</style>
background-color css
<style>
a { background-color: #EDE89F; }
a { background-color: rgb(237,232,159); }
div.DivClassName
{
background-color: #EDE89F;
}
.BgClassName
{
background-color: #EDE89F;
}
</style>
border-color css
<style>
span { border-color: #EDE89F; }
span { border-color: rgb(237,232,159); }
td.TdClassName
{
border-color: #EDE89F;
}
.TagClassName
{
border-color: #EDE89F;
}
</style>