Shades of Pale Goldenrod #ECE8AC
Tints of Pale Goldenrod #ECE8AC
RGB
CMYK
RGB Variations
Color information
#ECE8AC (or 0xECE8AC) is known color: Pale Goldenrod. HEX triplet: EC, E8 and AC. RGB value is (236,232,172). Sum of RGB (Red+Green+Blue) = 236+232+172=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8AC is #131753. Grayscale: #E2E2E2. Windows color (decimal): -1251156 or 11331820. OLE color: 11331820.
HSL color Cylindrical-coordinate representation of color #ECE8AC: hue angle of 56.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECE8AC is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 172 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.07 |
| HSL | 56.25º | 0.63% | 0.8% | - |
| HSV(B) | 56.25º | 0.27% | 0.93% | - |
| XYZ | 70.9 | 78.52 | 50.45 | - |
| YUV | 226.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 172 | 0 | 0.02 | 0.27 | 0.07 | 56.25 | 0.63 | 0.8 |
| Hex | EC | E8 | AC | 0 | 2 | 1B | 7 | 38 | 3F | 50 |
| Octal | 354 | 350 | 254 | 0 | 2 | 33 | 7 | 70 | 77 | 120 |
| Binary | 11101100 | 11101000 | 10101100 | 0 | 10 | 11011 | 111 | 111000 | 111111 | 1010000 |
Color Harmonies of #ECE8AC
Complementary color
Monochromatic Colors of #ECE8AC
Black with #ECE8AC
Text Example
Text Example
White with #ECE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8AC; }
p { color: rgb(236,232,172); }
H1.HeaderClassName
{
color: #ECE8AC;
}
.AnyTagClassName
{
color: #ECE8AC;
}
</style>
background-color css
<style>
a { background-color: #ECE8AC; }
a { background-color: rgb(236,232,172); }
div.DivClassName
{
background-color: #ECE8AC;
}
.BgClassName
{
background-color: #ECE8AC;
}
</style>
border-color css
<style>
span { border-color: #ECE8AC; }
span { border-color: rgb(236,232,172); }
td.TdClassName
{
border-color: #ECE8AC;
}
.TagClassName
{
border-color: #ECE8AC;
}
</style>