Shades of Pale Goldenrod #ECE5AA
Tints of Pale Goldenrod #ECE5AA
RGB
CMYK
RGB Variations
Color information
#ECE5AA (or 0xECE5AA) is known color: Pale Goldenrod. HEX triplet: EC, E5 and AA. RGB value is (236,229,170). Sum of RGB (Red+Green+Blue) = 236+229+170=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE5AA is #131A55. Grayscale: #E0E0E0. Windows color (decimal): -1251926 or 11199980. OLE color: 11199980.
HSL color Cylindrical-coordinate representation of color #ECE5AA: hue angle of 53.64º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECE5AA is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 170 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.07 |
| HSL | 53.64º | 0.63% | 0.8% | - |
| HSV(B) | 53.64º | 0.28% | 0.93% | - |
| XYZ | 69.87 | 76.77 | 49.17 | - |
| YUV | 224.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 170 | 0 | 0.03 | 0.28 | 0.07 | 53.64 | 0.63 | 0.8 |
| Hex | EC | E5 | AA | 0 | 3 | 1C | 7 | 36 | 3F | 50 |
| Octal | 354 | 345 | 252 | 0 | 3 | 34 | 7 | 66 | 77 | 120 |
| Binary | 11101100 | 11100101 | 10101010 | 0 | 11 | 11100 | 111 | 110110 | 111111 | 1010000 |
Color Harmonies of #ECE5AA
Complementary color
Monochromatic Colors of #ECE5AA
Black with #ECE5AA
Text Example
Text Example
White with #ECE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5AA; }
p { color: rgb(236,229,170); }
H1.HeaderClassName
{
color: #ECE5AA;
}
.AnyTagClassName
{
color: #ECE5AA;
}
</style>
background-color css
<style>
a { background-color: #ECE5AA; }
a { background-color: rgb(236,229,170); }
div.DivClassName
{
background-color: #ECE5AA;
}
.BgClassName
{
background-color: #ECE5AA;
}
</style>
border-color css
<style>
span { border-color: #ECE5AA; }
span { border-color: rgb(236,229,170); }
td.TdClassName
{
border-color: #ECE5AA;
}
.TagClassName
{
border-color: #ECE5AA;
}
</style>