Shades of Pale Goldenrod #E6E59F
Tints of Pale Goldenrod #E6E59F
RGB
CMYK
RGB Variations
Color information
#E6E59F (or 0xE6E59F) is known color: Pale Goldenrod. HEX triplet: E6, E5 and 9F. RGB value is (230,229,159). Sum of RGB (Red+Green+Blue) = 230+229+159=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E59F is #191A60. Grayscale: #DDDDDD. Windows color (decimal): -1645153 or 10479078. OLE color: 10479078.
HSL color Cylindrical-coordinate representation of color #E6E59F: hue angle of 59.15º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6E59F is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 159 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.10 |
| HSL | 59.15º | 0.59% | 0.76% | - |
| HSV(B) | 59.15º | 0.31% | 0.9% | - |
| XYZ | 66.91 | 75.36 | 43.82 | - |
| YUV | 221.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 159 | 0 | 0.00 | 0.31 | 0.10 | 59.15 | 0.59 | 0.76 |
| Hex | E6 | E5 | 9F | 0 | 0 | 1F | A | 3B | 3B | 4C |
| Octal | 346 | 345 | 237 | 0 | 0 | 37 | 12 | 73 | 73 | 114 |
| Binary | 11100110 | 11100101 | 10011111 | 0 | 0 | 11111 | 1010 | 111011 | 111011 | 1001100 |
Color Harmonies of #E6E59F
Complementary color
Monochromatic Colors of #E6E59F
Black with #E6E59F
Text Example
Text Example
White with #E6E59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E59F; }
p { color: rgb(230,229,159); }
H1.HeaderClassName
{
color: #E6E59F;
}
.AnyTagClassName
{
color: #E6E59F;
}
</style>
background-color css
<style>
a { background-color: #E6E59F; }
a { background-color: rgb(230,229,159); }
div.DivClassName
{
background-color: #E6E59F;
}
.BgClassName
{
background-color: #E6E59F;
}
</style>
border-color css
<style>
span { border-color: #E6E59F; }
span { border-color: rgb(230,229,159); }
td.TdClassName
{
border-color: #E6E59F;
}
.TagClassName
{
border-color: #E6E59F;
}
</style>