Shades of Pale Goldenrod #ECE4A1
Tints of Pale Goldenrod #ECE4A1
RGB
CMYK
RGB Variations
Color information
#ECE4A1 (or 0xECE4A1) is known color: Pale Goldenrod. HEX triplet: EC, E4 and A1. RGB value is (236,228,161). Sum of RGB (Red+Green+Blue) = 236+228+161=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4A1 is #131B5E. Grayscale: #DFDFDF. Windows color (decimal): -1252191 or 10609900. OLE color: 10609900.
HSL color Cylindrical-coordinate representation of color #ECE4A1: hue angle of 53.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 #ECE4A1 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 161 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.07 |
| HSL | 53.6º | 0.66% | 0.78% | - |
| HSV(B) | 53.6º | 0.32% | 0.93% | - |
| XYZ | 68.77 | 75.89 | 44.74 | - |
| YUV | 222.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 161 | 0 | 0.03 | 0.32 | 0.07 | 53.6 | 0.66 | 0.78 |
| Hex | EC | E4 | A1 | 0 | 3 | 20 | 7 | 36 | 42 | 4E |
| Octal | 354 | 344 | 241 | 0 | 3 | 40 | 7 | 66 | 102 | 116 |
| Binary | 11101100 | 11100100 | 10100001 | 0 | 11 | 100000 | 111 | 110110 | 1000010 | 1001110 |
Color Harmonies of #ECE4A1
Complementary color
Monochromatic Colors of #ECE4A1
Black with #ECE4A1
Text Example
Text Example
White with #ECE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4A1; }
p { color: rgb(236,228,161); }
H1.HeaderClassName
{
color: #ECE4A1;
}
.AnyTagClassName
{
color: #ECE4A1;
}
</style>
background-color css
<style>
a { background-color: #ECE4A1; }
a { background-color: rgb(236,228,161); }
div.DivClassName
{
background-color: #ECE4A1;
}
.BgClassName
{
background-color: #ECE4A1;
}
</style>
border-color css
<style>
span { border-color: #ECE4A1; }
span { border-color: rgb(236,228,161); }
td.TdClassName
{
border-color: #ECE4A1;
}
.TagClassName
{
border-color: #ECE4A1;
}
</style>