Shades of Pale Goldenrod #ECE9A1
Tints of Pale Goldenrod #ECE9A1
RGB
CMYK
RGB Variations
Color information
#ECE9A1 (or 0xECE9A1) is known color: Pale Goldenrod. HEX triplet: EC, E9 and A1. RGB value is (236,233,161). Sum of RGB (Red+Green+Blue) = 236+233+161=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE9A1 is #13165E. Grayscale: #E1E1E1. Windows color (decimal): -1250911 or 10611180. OLE color: 10611180.
HSL color Cylindrical-coordinate representation of color #ECE9A1: hue angle of 57.6º degrees, saturation: 0.66, 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 #ECE9A1 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 161 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.07 |
| HSL | 57.6º | 0.66% | 0.78% | - |
| HSV(B) | 57.6º | 0.32% | 0.93% | - |
| XYZ | 70.16 | 78.68 | 45.21 | - |
| YUV | 225.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 161 | 0 | 0.01 | 0.32 | 0.07 | 57.6 | 0.66 | 0.78 |
| Hex | EC | E9 | A1 | 0 | 1 | 20 | 7 | 3A | 42 | 4E |
| Octal | 354 | 351 | 241 | 0 | 1 | 40 | 7 | 72 | 102 | 116 |
| Binary | 11101100 | 11101001 | 10100001 | 0 | 1 | 100000 | 111 | 111010 | 1000010 | 1001110 |
Color Harmonies of #ECE9A1
Complementary color
Monochromatic Colors of #ECE9A1
Black with #ECE9A1
Text Example
Text Example
White with #ECE9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9A1; }
p { color: rgb(236,233,161); }
H1.HeaderClassName
{
color: #ECE9A1;
}
.AnyTagClassName
{
color: #ECE9A1;
}
</style>
background-color css
<style>
a { background-color: #ECE9A1; }
a { background-color: rgb(236,233,161); }
div.DivClassName
{
background-color: #ECE9A1;
}
.BgClassName
{
background-color: #ECE9A1;
}
</style>
border-color css
<style>
span { border-color: #ECE9A1; }
span { border-color: rgb(236,233,161); }
td.TdClassName
{
border-color: #ECE9A1;
}
.TagClassName
{
border-color: #ECE9A1;
}
</style>