Shades of Pale Goldenrod #E7E69D
Tints of Pale Goldenrod #E7E69D
RGB
CMYK
RGB Variations
Color information
#E7E69D (or 0xE7E69D) is known color: Pale Goldenrod. HEX triplet: E7, E6 and 9D. RGB value is (231,230,157). Sum of RGB (Red+Green+Blue) = 231+230+157=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E69D is #181962. Grayscale: #DEDEDE. Windows color (decimal): -1579363 or 10348263. OLE color: 10348263.
HSL color Cylindrical-coordinate representation of color #E7E69D: hue angle of 59.19º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7E69D is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 157 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.09 |
| HSL | 59.19º | 0.61% | 0.76% | - |
| HSV(B) | 59.19º | 0.32% | 0.91% | - |
| XYZ | 67.34 | 76.02 | 43.02 | - |
| YUV | 221.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 157 | 0 | 0.00 | 0.32 | 0.09 | 59.19 | 0.61 | 0.76 |
| Hex | E7 | E6 | 9D | 0 | 0 | 20 | 9 | 3B | 3D | 4C |
| Octal | 347 | 346 | 235 | 0 | 0 | 40 | 11 | 73 | 75 | 114 |
| Binary | 11100111 | 11100110 | 10011101 | 0 | 0 | 100000 | 1001 | 111011 | 111101 | 1001100 |
Color Harmonies of #E7E69D
Complementary color
Monochromatic Colors of #E7E69D
Black with #E7E69D
Text Example
Text Example
White with #E7E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E69D; }
p { color: rgb(231,230,157); }
H1.HeaderClassName
{
color: #E7E69D;
}
.AnyTagClassName
{
color: #E7E69D;
}
</style>
background-color css
<style>
a { background-color: #E7E69D; }
a { background-color: rgb(231,230,157); }
div.DivClassName
{
background-color: #E7E69D;
}
.BgClassName
{
background-color: #E7E69D;
}
</style>
border-color css
<style>
span { border-color: #E7E69D; }
span { border-color: rgb(231,230,157); }
td.TdClassName
{
border-color: #E7E69D;
}
.TagClassName
{
border-color: #E7E69D;
}
</style>