Shades of Pale Goldenrod #ECE1AB
Tints of Pale Goldenrod #ECE1AB
RGB
CMYK
RGB Variations
Color information
#ECE1AB (or 0xECE1AB) is known color: Pale Goldenrod. HEX triplet: EC, E1 and AB. RGB value is (236,225,171). Sum of RGB (Red+Green+Blue) = 236+225+171=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE1AB is #131E54. Grayscale: #DEDEDE. Windows color (decimal): -1252949 or 11264492. OLE color: 11264492.
HSL color Cylindrical-coordinate representation of color #ECE1AB: hue angle of 49.85º 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 #ECE1AB is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 171 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.07 |
| HSL | 49.85º | 0.63% | 0.8% | - |
| HSV(B) | 49.85º | 0.28% | 0.93% | - |
| XYZ | 68.87 | 74.62 | 49.3 | - |
| YUV | 222.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 171 | 0 | 0.05 | 0.28 | 0.07 | 49.85 | 0.63 | 0.8 |
| Hex | EC | E1 | AB | 0 | 5 | 1C | 7 | 32 | 3F | 50 |
| Octal | 354 | 341 | 253 | 0 | 5 | 34 | 7 | 62 | 77 | 120 |
| Binary | 11101100 | 11100001 | 10101011 | 0 | 101 | 11100 | 111 | 110010 | 111111 | 1010000 |
Color Harmonies of #ECE1AB
Complementary color
Monochromatic Colors of #ECE1AB
Black with #ECE1AB
Text Example
Text Example
White with #ECE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1AB; }
p { color: rgb(236,225,171); }
H1.HeaderClassName
{
color: #ECE1AB;
}
.AnyTagClassName
{
color: #ECE1AB;
}
</style>
background-color css
<style>
a { background-color: #ECE1AB; }
a { background-color: rgb(236,225,171); }
div.DivClassName
{
background-color: #ECE1AB;
}
.BgClassName
{
background-color: #ECE1AB;
}
</style>
border-color css
<style>
span { border-color: #ECE1AB; }
span { border-color: rgb(236,225,171); }
td.TdClassName
{
border-color: #ECE1AB;
}
.TagClassName
{
border-color: #ECE1AB;
}
</style>