Shades of Pale Goldenrod #ECE8A0
Tints of Pale Goldenrod #ECE8A0
RGB
CMYK
RGB Variations
Color information
#ECE8A0 (or 0xECE8A0) is known color: Pale Goldenrod. HEX triplet: EC, E8 and A0. RGB value is (236,232,160). Sum of RGB (Red+Green+Blue) = 236+232+160=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8A0 is #13175F. Grayscale: #E1E1E1. Windows color (decimal): -1251168 or 10545388. OLE color: 10545388.
HSL color Cylindrical-coordinate representation of color #ECE8A0: hue angle of 56.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECE8A0 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 160 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.07 |
| HSL | 56.84º | 0.67% | 0.78% | - |
| HSV(B) | 56.84º | 0.32% | 0.93% | - |
| XYZ | 69.79 | 78.08 | 44.65 | - |
| YUV | 224.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 160 | 0 | 0.02 | 0.32 | 0.07 | 56.84 | 0.67 | 0.78 |
| Hex | EC | E8 | A0 | 0 | 2 | 20 | 7 | 39 | 43 | 4E |
| Octal | 354 | 350 | 240 | 0 | 2 | 40 | 7 | 71 | 103 | 116 |
| Binary | 11101100 | 11101000 | 10100000 | 0 | 10 | 100000 | 111 | 111001 | 1000011 | 1001110 |
Color Harmonies of #ECE8A0
Complementary color
Monochromatic Colors of #ECE8A0
Black with #ECE8A0
Text Example
Text Example
White with #ECE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8A0; }
p { color: rgb(236,232,160); }
H1.HeaderClassName
{
color: #ECE8A0;
}
.AnyTagClassName
{
color: #ECE8A0;
}
</style>
background-color css
<style>
a { background-color: #ECE8A0; }
a { background-color: rgb(236,232,160); }
div.DivClassName
{
background-color: #ECE8A0;
}
.BgClassName
{
background-color: #ECE8A0;
}
</style>
border-color css
<style>
span { border-color: #ECE8A0; }
span { border-color: rgb(236,232,160); }
td.TdClassName
{
border-color: #ECE8A0;
}
.TagClassName
{
border-color: #ECE8A0;
}
</style>