Shades of Pale Goldenrod #ECE1AA
Tints of Pale Goldenrod #ECE1AA
RGB
CMYK
RGB Variations
Color information
#ECE1AA (or 0xECE1AA) is known color: Pale Goldenrod. HEX triplet: EC, E1 and AA. RGB value is (236,225,170). Sum of RGB (Red+Green+Blue) = 236+225+170=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE1AA is #131E55. Grayscale: #DEDEDE. Windows color (decimal): -1252950 or 11198956. OLE color: 11198956.
HSL color Cylindrical-coordinate representation of color #ECE1AA: hue angle of 50º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECE1AA is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 170 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.07 |
| HSL | 50º | 0.63% | 0.8% | - |
| HSV(B) | 50º | 0.28% | 0.93% | - |
| XYZ | 68.77 | 74.59 | 48.8 | - |
| YUV | 222.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 170 | 0 | 0.05 | 0.28 | 0.07 | 50 | 0.63 | 0.8 |
| Hex | EC | E1 | AA | 0 | 5 | 1C | 7 | 32 | 3F | 50 |
| Octal | 354 | 341 | 252 | 0 | 5 | 34 | 7 | 62 | 77 | 120 |
| Binary | 11101100 | 11100001 | 10101010 | 0 | 101 | 11100 | 111 | 110010 | 111111 | 1010000 |
Color Harmonies of #ECE1AA
Complementary color
Monochromatic Colors of #ECE1AA
Black with #ECE1AA
Text Example
Text Example
White with #ECE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1AA; }
p { color: rgb(236,225,170); }
H1.HeaderClassName
{
color: #ECE1AA;
}
.AnyTagClassName
{
color: #ECE1AA;
}
</style>
background-color css
<style>
a { background-color: #ECE1AA; }
a { background-color: rgb(236,225,170); }
div.DivClassName
{
background-color: #ECE1AA;
}
.BgClassName
{
background-color: #ECE1AA;
}
</style>
border-color css
<style>
span { border-color: #ECE1AA; }
span { border-color: rgb(236,225,170); }
td.TdClassName
{
border-color: #ECE1AA;
}
.TagClassName
{
border-color: #ECE1AA;
}
</style>