Shades of Pale Goldenrod #ECE7A6
Tints of Pale Goldenrod #ECE7A6
RGB
CMYK
RGB Variations
Color information
#ECE7A6 (or 0xECE7A6) is known color: Pale Goldenrod. HEX triplet: EC, E7 and A6. RGB value is (236,231,166). Sum of RGB (Red+Green+Blue) = 236+231+166=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 166 (65.23% from 255 or 26.22% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE7A6 is #131859. Grayscale: #E1E1E1. Windows color (decimal): -1251418 or 10938348. OLE color: 10938348.
HSL color Cylindrical-coordinate representation of color #ECE7A6: hue angle of 55.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECE7A6 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 166 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.07 |
| HSL | 55.71º | 0.65% | 0.79% | - |
| HSV(B) | 55.71º | 0.3% | 0.93% | - |
| XYZ | 70.05 | 77.74 | 47.39 | - |
| YUV | 225.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 166 | 0 | 0.02 | 0.30 | 0.07 | 55.71 | 0.65 | 0.79 |
| Hex | EC | E7 | A6 | 0 | 2 | 1E | 7 | 38 | 41 | 4F |
| Octal | 354 | 347 | 246 | 0 | 2 | 36 | 7 | 70 | 101 | 117 |
| Binary | 11101100 | 11100111 | 10100110 | 0 | 10 | 11110 | 111 | 111000 | 1000001 | 1001111 |
Color Harmonies of #ECE7A6
Complementary color
Monochromatic Colors of #ECE7A6
Black with #ECE7A6
Text Example
Text Example
White with #ECE7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7A6; }
p { color: rgb(236,231,166); }
H1.HeaderClassName
{
color: #ECE7A6;
}
.AnyTagClassName
{
color: #ECE7A6;
}
</style>
background-color css
<style>
a { background-color: #ECE7A6; }
a { background-color: rgb(236,231,166); }
div.DivClassName
{
background-color: #ECE7A6;
}
.BgClassName
{
background-color: #ECE7A6;
}
</style>
border-color css
<style>
span { border-color: #ECE7A6; }
span { border-color: rgb(236,231,166); }
td.TdClassName
{
border-color: #ECE7A6;
}
.TagClassName
{
border-color: #ECE7A6;
}
</style>