Shades of Pale Goldenrod #ECE2B1
Tints of Pale Goldenrod #ECE2B1
RGB
CMYK
RGB Variations
Color information
#ECE2B1 (or 0xECE2B1) is known color: Pale Goldenrod. HEX triplet: EC, E2 and B1. RGB value is (236,226,177). Sum of RGB (Red+Green+Blue) = 236+226+177=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2B1 is #131D4E. Grayscale: #DFDFDF. Windows color (decimal): -1252687 or 11657964. OLE color: 11657964.
HSL color Cylindrical-coordinate representation of color #ECE2B1: hue angle of 49.83º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECE2B1 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 177 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.07 |
| HSL | 49.83º | 0.61% | 0.81% | - |
| HSV(B) | 49.83º | 0.25% | 0.93% | - |
| XYZ | 69.72 | 75.4 | 52.47 | - |
| YUV | 223.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 177 | 0 | 0.04 | 0.25 | 0.07 | 49.83 | 0.61 | 0.81 |
| Hex | EC | E2 | B1 | 0 | 4 | 19 | 7 | 32 | 3D | 51 |
| Octal | 354 | 342 | 261 | 0 | 4 | 31 | 7 | 62 | 75 | 121 |
| Binary | 11101100 | 11100010 | 10110001 | 0 | 100 | 11001 | 111 | 110010 | 111101 | 1010001 |
Color Harmonies of #ECE2B1
Complementary color
Monochromatic Colors of #ECE2B1
Black with #ECE2B1
Text Example
Text Example
White with #ECE2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2B1; }
p { color: rgb(236,226,177); }
H1.HeaderClassName
{
color: #ECE2B1;
}
.AnyTagClassName
{
color: #ECE2B1;
}
</style>
background-color css
<style>
a { background-color: #ECE2B1; }
a { background-color: rgb(236,226,177); }
div.DivClassName
{
background-color: #ECE2B1;
}
.BgClassName
{
background-color: #ECE2B1;
}
</style>
border-color css
<style>
span { border-color: #ECE2B1; }
span { border-color: rgb(236,226,177); }
td.TdClassName
{
border-color: #ECE2B1;
}
.TagClassName
{
border-color: #ECE2B1;
}
</style>