Shades of Pale Goldenrod #EDE59E
Tints of Pale Goldenrod #EDE59E
RGB
CMYK
RGB Variations
Color information
#EDE59E (or 0xEDE59E) is known color: Pale Goldenrod. HEX triplet: ED, E5 and 9E. RGB value is (237,229,158). Sum of RGB (Red+Green+Blue) = 237+229+158=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE59E is #121A61. Grayscale: #DFDFDF. Windows color (decimal): -1186402 or 10413549. OLE color: 10413549.
HSL color Cylindrical-coordinate representation of color #EDE59E: hue angle of 53.92º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDE59E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 158 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.07 |
| HSL | 53.92º | 0.69% | 0.77% | - |
| HSV(B) | 53.92º | 0.33% | 0.93% | - |
| XYZ | 69.12 | 76.51 | 43.47 | - |
| YUV | 223.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 158 | 0 | 0.03 | 0.33 | 0.07 | 53.92 | 0.69 | 0.77 |
| Hex | ED | E5 | 9E | 0 | 3 | 21 | 7 | 36 | 45 | 4D |
| Octal | 355 | 345 | 236 | 0 | 3 | 41 | 7 | 66 | 105 | 115 |
| Binary | 11101101 | 11100101 | 10011110 | 0 | 11 | 100001 | 111 | 110110 | 1000101 | 1001101 |
Color Harmonies of #EDE59E
Complementary color
Monochromatic Colors of #EDE59E
Black with #EDE59E
Text Example
Text Example
White with #EDE59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE59E; }
p { color: rgb(237,229,158); }
H1.HeaderClassName
{
color: #EDE59E;
}
.AnyTagClassName
{
color: #EDE59E;
}
</style>
background-color css
<style>
a { background-color: #EDE59E; }
a { background-color: rgb(237,229,158); }
div.DivClassName
{
background-color: #EDE59E;
}
.BgClassName
{
background-color: #EDE59E;
}
</style>
border-color css
<style>
span { border-color: #EDE59E; }
span { border-color: rgb(237,229,158); }
td.TdClassName
{
border-color: #EDE59E;
}
.TagClassName
{
border-color: #EDE59E;
}
</style>