Shades of Pale Goldenrod #ECE9A0
Tints of Pale Goldenrod #ECE9A0
RGB
CMYK
RGB Variations
Color information
#ECE9A0 (or 0xECE9A0) is known color: Pale Goldenrod. HEX triplet: EC, E9 and A0. RGB value is (236,233,160). Sum of RGB (Red+Green+Blue) = 236+233+160=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 160 (62.89% from 255 or 25.44% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE9A0 is #13165F. Grayscale: #E1E1E1. Windows color (decimal): -1250912 or 10545644. OLE color: 10545644.
HSL color Cylindrical-coordinate representation of color #ECE9A0: hue angle of 57.63º 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 #ECE9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 160 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.07 |
| HSL | 57.63º | 0.67% | 0.78% | - |
| HSV(B) | 57.63º | 0.32% | 0.93% | - |
| XYZ | 70.08 | 78.65 | 44.75 | - |
| YUV | 225.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 160 | 0 | 0.01 | 0.32 | 0.07 | 57.63 | 0.67 | 0.78 |
| Hex | EC | E9 | A0 | 0 | 1 | 20 | 7 | 3A | 43 | 4E |
| Octal | 354 | 351 | 240 | 0 | 1 | 40 | 7 | 72 | 103 | 116 |
| Binary | 11101100 | 11101001 | 10100000 | 0 | 1 | 100000 | 111 | 111010 | 1000011 | 1001110 |
Color Harmonies of #ECE9A0
Complementary color
Monochromatic Colors of #ECE9A0
Black with #ECE9A0
Text Example
Text Example
White with #ECE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9A0; }
p { color: rgb(236,233,160); }
H1.HeaderClassName
{
color: #ECE9A0;
}
.AnyTagClassName
{
color: #ECE9A0;
}
</style>
background-color css
<style>
a { background-color: #ECE9A0; }
a { background-color: rgb(236,233,160); }
div.DivClassName
{
background-color: #ECE9A0;
}
.BgClassName
{
background-color: #ECE9A0;
}
</style>
border-color css
<style>
span { border-color: #ECE9A0; }
span { border-color: rgb(236,233,160); }
td.TdClassName
{
border-color: #ECE9A0;
}
.TagClassName
{
border-color: #ECE9A0;
}
</style>