Shades of Pale Goldenrod #EDE39D
Tints of Pale Goldenrod #EDE39D
RGB
CMYK
RGB Variations
Color information
#EDE39D (or 0xEDE39D) is known color: Pale Goldenrod. HEX triplet: ED, E3 and 9D. RGB value is (237,227,157). Sum of RGB (Red+Green+Blue) = 237+227+157=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE39D is #121C62. Grayscale: #DEDEDE. Windows color (decimal): -1186915 or 10347501. OLE color: 10347501.
HSL color Cylindrical-coordinate representation of color #EDE39D: hue angle of 52.5º 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 #EDE39D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 157 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.07 |
| HSL | 52.5º | 0.69% | 0.77% | - |
| HSV(B) | 52.5º | 0.34% | 0.93% | - |
| XYZ | 68.48 | 75.38 | 42.84 | - |
| YUV | 222.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 157 | 0 | 0.04 | 0.34 | 0.07 | 52.5 | 0.69 | 0.77 |
| Hex | ED | E3 | 9D | 0 | 4 | 22 | 7 | 34 | 45 | 4D |
| Octal | 355 | 343 | 235 | 0 | 4 | 42 | 7 | 64 | 105 | 115 |
| Binary | 11101101 | 11100011 | 10011101 | 0 | 100 | 100010 | 111 | 110100 | 1000101 | 1001101 |
Color Harmonies of #EDE39D
Complementary color
Monochromatic Colors of #EDE39D
Black with #EDE39D
Text Example
Text Example
White with #EDE39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE39D; }
p { color: rgb(237,227,157); }
H1.HeaderClassName
{
color: #EDE39D;
}
.AnyTagClassName
{
color: #EDE39D;
}
</style>
background-color css
<style>
a { background-color: #EDE39D; }
a { background-color: rgb(237,227,157); }
div.DivClassName
{
background-color: #EDE39D;
}
.BgClassName
{
background-color: #EDE39D;
}
</style>
border-color css
<style>
span { border-color: #EDE39D; }
span { border-color: rgb(237,227,157); }
td.TdClassName
{
border-color: #EDE39D;
}
.TagClassName
{
border-color: #EDE39D;
}
</style>