Shades of Pale Goldenrod #ECE6AA
Tints of Pale Goldenrod #ECE6AA
RGB
CMYK
RGB Variations
Color information
#ECE6AA (or 0xECE6AA) is known color: Pale Goldenrod. HEX triplet: EC, E6 and AA. RGB value is (236,230,170). Sum of RGB (Red+Green+Blue) = 236+230+170=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6AA is #131955. Grayscale: #E1E1E1. Windows color (decimal): -1251670 or 11200236. OLE color: 11200236.
HSL color Cylindrical-coordinate representation of color #ECE6AA: hue angle of 54.55º 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 #ECE6AA is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 170 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.07 |
| HSL | 54.55º | 0.63% | 0.8% | - |
| HSV(B) | 54.55º | 0.28% | 0.93% | - |
| XYZ | 70.14 | 77.33 | 49.26 | - |
| YUV | 224.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 170 | 0 | 0.03 | 0.28 | 0.07 | 54.55 | 0.63 | 0.8 |
| Hex | EC | E6 | AA | 0 | 3 | 1C | 7 | 37 | 3F | 50 |
| Octal | 354 | 346 | 252 | 0 | 3 | 34 | 7 | 67 | 77 | 120 |
| Binary | 11101100 | 11100110 | 10101010 | 0 | 11 | 11100 | 111 | 110111 | 111111 | 1010000 |
Color Harmonies of #ECE6AA
Complementary color
Monochromatic Colors of #ECE6AA
Black with #ECE6AA
Text Example
Text Example
White with #ECE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6AA; }
p { color: rgb(236,230,170); }
H1.HeaderClassName
{
color: #ECE6AA;
}
.AnyTagClassName
{
color: #ECE6AA;
}
</style>
background-color css
<style>
a { background-color: #ECE6AA; }
a { background-color: rgb(236,230,170); }
div.DivClassName
{
background-color: #ECE6AA;
}
.BgClassName
{
background-color: #ECE6AA;
}
</style>
border-color css
<style>
span { border-color: #ECE6AA; }
span { border-color: rgb(236,230,170); }
td.TdClassName
{
border-color: #ECE6AA;
}
.TagClassName
{
border-color: #ECE6AA;
}
</style>