Shades of Pale Goldenrod #ECE8AE
Tints of Pale Goldenrod #ECE8AE
RGB
CMYK
RGB Variations
Color information
#ECE8AE (or 0xECE8AE) is known color: Pale Goldenrod. HEX triplet: EC, E8 and AE. RGB value is (236,232,174). Sum of RGB (Red+Green+Blue) = 236+232+174=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8AE is #131751. Grayscale: #E2E2E2. Windows color (decimal): -1251154 or 11462892. OLE color: 11462892.
HSL color Cylindrical-coordinate representation of color #ECE8AE: hue angle of 56.13º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECE8AE is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 174 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.07 |
| HSL | 56.13º | 0.62% | 0.8% | - |
| HSV(B) | 56.13º | 0.26% | 0.93% | - |
| XYZ | 71.09 | 78.6 | 51.47 | - |
| YUV | 226.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 174 | 0 | 0.02 | 0.26 | 0.07 | 56.13 | 0.62 | 0.8 |
| Hex | EC | E8 | AE | 0 | 2 | 1A | 7 | 38 | 3E | 50 |
| Octal | 354 | 350 | 256 | 0 | 2 | 32 | 7 | 70 | 76 | 120 |
| Binary | 11101100 | 11101000 | 10101110 | 0 | 10 | 11010 | 111 | 111000 | 111110 | 1010000 |
Color Harmonies of #ECE8AE
Complementary color
Monochromatic Colors of #ECE8AE
Black with #ECE8AE
Text Example
Text Example
White with #ECE8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8AE; }
p { color: rgb(236,232,174); }
H1.HeaderClassName
{
color: #ECE8AE;
}
.AnyTagClassName
{
color: #ECE8AE;
}
</style>
background-color css
<style>
a { background-color: #ECE8AE; }
a { background-color: rgb(236,232,174); }
div.DivClassName
{
background-color: #ECE8AE;
}
.BgClassName
{
background-color: #ECE8AE;
}
</style>
border-color css
<style>
span { border-color: #ECE8AE; }
span { border-color: rgb(236,232,174); }
td.TdClassName
{
border-color: #ECE8AE;
}
.TagClassName
{
border-color: #ECE8AE;
}
</style>