Shades of Pale Goldenrod #E6E1AF
Tints of Pale Goldenrod #E6E1AF
RGB
CMYK
RGB Variations
Color information
#E6E1AF (or 0xE6E1AF) is known color: Pale Goldenrod. HEX triplet: E6, E1 and AF. RGB value is (230,225,175). Sum of RGB (Red+Green+Blue) = 230+225+175=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E1AF is #191E50. Grayscale: #DDDDDD. Windows color (decimal): -1646161 or 11526630. OLE color: 11526630.
HSL color Cylindrical-coordinate representation of color #E6E1AF: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6E1AF is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 175 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.10 |
| HSL | 54.55º | 0.52% | 0.79% | - |
| HSV(B) | 54.55º | 0.24% | 0.9% | - |
| XYZ | 67.3 | 73.77 | 51.25 | - |
| YUV | 220.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 175 | 0 | 0.02 | 0.24 | 0.10 | 54.55 | 0.52 | 0.79 |
| Hex | E6 | E1 | AF | 0 | 2 | 18 | A | 37 | 34 | 4F |
| Octal | 346 | 341 | 257 | 0 | 2 | 30 | 12 | 67 | 64 | 117 |
| Binary | 11100110 | 11100001 | 10101111 | 0 | 10 | 11000 | 1010 | 110111 | 110100 | 1001111 |
Color Harmonies of #E6E1AF
Complementary color
Monochromatic Colors of #E6E1AF
Black with #E6E1AF
Text Example
Text Example
White with #E6E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1AF; }
p { color: rgb(230,225,175); }
H1.HeaderClassName
{
color: #E6E1AF;
}
.AnyTagClassName
{
color: #E6E1AF;
}
</style>
background-color css
<style>
a { background-color: #E6E1AF; }
a { background-color: rgb(230,225,175); }
div.DivClassName
{
background-color: #E6E1AF;
}
.BgClassName
{
background-color: #E6E1AF;
}
</style>
border-color css
<style>
span { border-color: #E6E1AF; }
span { border-color: rgb(230,225,175); }
td.TdClassName
{
border-color: #E6E1AF;
}
.TagClassName
{
border-color: #E6E1AF;
}
</style>