Shades of Pale Goldenrod #E6E59D
Tints of Pale Goldenrod #E6E59D
RGB
CMYK
RGB Variations
Color information
#E6E59D (or 0xE6E59D) is known color: Pale Goldenrod. HEX triplet: E6, E5 and 9D. RGB value is (230,229,157). Sum of RGB (Red+Green+Blue) = 230+229+157=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E59D is #191A62. Grayscale: #DDDDDD. Windows color (decimal): -1645155 or 10348006. OLE color: 10348006.
HSL color Cylindrical-coordinate representation of color #E6E59D: hue angle of 59.18º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6E59D is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 157 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.10 |
| HSL | 59.18º | 0.59% | 0.76% | - |
| HSV(B) | 59.18º | 0.32% | 0.9% | - |
| XYZ | 66.74 | 75.3 | 42.91 | - |
| YUV | 221.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 157 | 0 | 0.00 | 0.32 | 0.10 | 59.18 | 0.59 | 0.76 |
| Hex | E6 | E5 | 9D | 0 | 0 | 20 | A | 3B | 3B | 4C |
| Octal | 346 | 345 | 235 | 0 | 0 | 40 | 12 | 73 | 73 | 114 |
| Binary | 11100110 | 11100101 | 10011101 | 0 | 0 | 100000 | 1010 | 111011 | 111011 | 1001100 |
Color Harmonies of #E6E59D
Complementary color
Monochromatic Colors of #E6E59D
Black with #E6E59D
Text Example
Text Example
White with #E6E59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E59D; }
p { color: rgb(230,229,157); }
H1.HeaderClassName
{
color: #E6E59D;
}
.AnyTagClassName
{
color: #E6E59D;
}
</style>
background-color css
<style>
a { background-color: #E6E59D; }
a { background-color: rgb(230,229,157); }
div.DivClassName
{
background-color: #E6E59D;
}
.BgClassName
{
background-color: #E6E59D;
}
</style>
border-color css
<style>
span { border-color: #E6E59D; }
span { border-color: rgb(230,229,157); }
td.TdClassName
{
border-color: #E6E59D;
}
.TagClassName
{
border-color: #E6E59D;
}
</style>