Shades of Pale Goldenrod #ECE8A1
Tints of Pale Goldenrod #ECE8A1
RGB
CMYK
RGB Variations
Color information
#ECE8A1 (or 0xECE8A1) is known color: Pale Goldenrod. HEX triplet: EC, E8 and A1. RGB value is (236,232,161). Sum of RGB (Red+Green+Blue) = 236+232+161=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8A1 is #13175E. Grayscale: #E1E1E1. Windows color (decimal): -1251167 or 10610924. OLE color: 10610924.
HSL color Cylindrical-coordinate representation of color #ECE8A1: hue angle of 56.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECE8A1 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 161 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.07 |
| HSL | 56.8º | 0.66% | 0.78% | - |
| HSV(B) | 56.8º | 0.32% | 0.93% | - |
| XYZ | 69.88 | 78.12 | 45.11 | - |
| YUV | 225.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 161 | 0 | 0.02 | 0.32 | 0.07 | 56.8 | 0.66 | 0.78 |
| Hex | EC | E8 | A1 | 0 | 2 | 20 | 7 | 39 | 42 | 4E |
| Octal | 354 | 350 | 241 | 0 | 2 | 40 | 7 | 71 | 102 | 116 |
| Binary | 11101100 | 11101000 | 10100001 | 0 | 10 | 100000 | 111 | 111001 | 1000010 | 1001110 |
Color Harmonies of #ECE8A1
Complementary color
Monochromatic Colors of #ECE8A1
Black with #ECE8A1
Text Example
Text Example
White with #ECE8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8A1; }
p { color: rgb(236,232,161); }
H1.HeaderClassName
{
color: #ECE8A1;
}
.AnyTagClassName
{
color: #ECE8A1;
}
</style>
background-color css
<style>
a { background-color: #ECE8A1; }
a { background-color: rgb(236,232,161); }
div.DivClassName
{
background-color: #ECE8A1;
}
.BgClassName
{
background-color: #ECE8A1;
}
</style>
border-color css
<style>
span { border-color: #ECE8A1; }
span { border-color: rgb(236,232,161); }
td.TdClassName
{
border-color: #ECE8A1;
}
.TagClassName
{
border-color: #ECE8A1;
}
</style>