Shades of Pale Goldenrod #ECE7AB
Tints of Pale Goldenrod #ECE7AB
RGB
CMYK
RGB Variations
Color information
#ECE7AB (or 0xECE7AB) is known color: Pale Goldenrod. HEX triplet: EC, E7 and AB. RGB value is (236,231,171). Sum of RGB (Red+Green+Blue) = 236+231+171=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE7AB is #131854. Grayscale: #E1E1E1. Windows color (decimal): -1251413 or 11266028. OLE color: 11266028.
HSL color Cylindrical-coordinate representation of color #ECE7AB: hue angle of 55.38º 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 #ECE7AB is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 171 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.07 |
| HSL | 55.38º | 0.63% | 0.8% | - |
| HSV(B) | 55.38º | 0.28% | 0.93% | - |
| XYZ | 70.52 | 77.92 | 49.85 | - |
| YUV | 225.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 171 | 0 | 0.02 | 0.28 | 0.07 | 55.38 | 0.63 | 0.8 |
| Hex | EC | E7 | AB | 0 | 2 | 1C | 7 | 37 | 3F | 50 |
| Octal | 354 | 347 | 253 | 0 | 2 | 34 | 7 | 67 | 77 | 120 |
| Binary | 11101100 | 11100111 | 10101011 | 0 | 10 | 11100 | 111 | 110111 | 111111 | 1010000 |
Color Harmonies of #ECE7AB
Complementary color
Monochromatic Colors of #ECE7AB
Black with #ECE7AB
Text Example
Text Example
White with #ECE7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7AB; }
p { color: rgb(236,231,171); }
H1.HeaderClassName
{
color: #ECE7AB;
}
.AnyTagClassName
{
color: #ECE7AB;
}
</style>
background-color css
<style>
a { background-color: #ECE7AB; }
a { background-color: rgb(236,231,171); }
div.DivClassName
{
background-color: #ECE7AB;
}
.BgClassName
{
background-color: #ECE7AB;
}
</style>
border-color css
<style>
span { border-color: #ECE7AB; }
span { border-color: rgb(236,231,171); }
td.TdClassName
{
border-color: #ECE7AB;
}
.TagClassName
{
border-color: #ECE7AB;
}
</style>