Shades of Pale Goldenrod #EDE49D
Tints of Pale Goldenrod #EDE49D
RGB
CMYK
RGB Variations
Color information
#EDE49D (or 0xEDE49D) is known color: Pale Goldenrod. HEX triplet: ED, E4 and 9D. RGB value is (237,228,157). Sum of RGB (Red+Green+Blue) = 237+228+157=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE49D is #121B62. Grayscale: #DEDEDE. Windows color (decimal): -1186659 or 10347757. OLE color: 10347757.
HSL color Cylindrical-coordinate representation of color #EDE49D: hue angle of 53.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDE49D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 157 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.07 |
| HSL | 53.25º | 0.69% | 0.77% | - |
| HSV(B) | 53.25º | 0.34% | 0.93% | - |
| XYZ | 68.75 | 75.93 | 42.93 | - |
| YUV | 222.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 157 | 0 | 0.04 | 0.34 | 0.07 | 53.25 | 0.69 | 0.77 |
| Hex | ED | E4 | 9D | 0 | 4 | 22 | 7 | 35 | 45 | 4D |
| Octal | 355 | 344 | 235 | 0 | 4 | 42 | 7 | 65 | 105 | 115 |
| Binary | 11101101 | 11100100 | 10011101 | 0 | 100 | 100010 | 111 | 110101 | 1000101 | 1001101 |
Color Harmonies of #EDE49D
Complementary color
Monochromatic Colors of #EDE49D
Black with #EDE49D
Text Example
Text Example
White with #EDE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE49D; }
p { color: rgb(237,228,157); }
H1.HeaderClassName
{
color: #EDE49D;
}
.AnyTagClassName
{
color: #EDE49D;
}
</style>
background-color css
<style>
a { background-color: #EDE49D; }
a { background-color: rgb(237,228,157); }
div.DivClassName
{
background-color: #EDE49D;
}
.BgClassName
{
background-color: #EDE49D;
}
</style>
border-color css
<style>
span { border-color: #EDE49D; }
span { border-color: rgb(237,228,157); }
td.TdClassName
{
border-color: #EDE49D;
}
.TagClassName
{
border-color: #EDE49D;
}
</style>