Shades of Pale Goldenrod #ECEAA6
Tints of Pale Goldenrod #ECEAA6
RGB
CMYK
RGB Variations
Color information
#ECEAA6 (or 0xECEAA6) is known color: Pale Goldenrod. HEX triplet: EC, EA and A6. RGB value is (236,234,166). Sum of RGB (Red+Green+Blue) = 236+234+166=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAA6 is #131559. Grayscale: #E3E3E3. Windows color (decimal): -1250650 or 10939116. OLE color: 10939116.
HSL color Cylindrical-coordinate representation of color #ECEAA6: hue angle of 58.29º 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 #ECEAA6 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 166 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.07 |
| HSL | 58.29º | 0.65% | 0.79% | - |
| HSV(B) | 58.29º | 0.3% | 0.93% | - |
| XYZ | 70.9 | 79.43 | 47.67 | - |
| YUV | 226.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 166 | 0 | 0.01 | 0.30 | 0.07 | 58.29 | 0.65 | 0.79 |
| Hex | EC | EA | A6 | 0 | 1 | 1E | 7 | 3A | 41 | 4F |
| Octal | 354 | 352 | 246 | 0 | 1 | 36 | 7 | 72 | 101 | 117 |
| Binary | 11101100 | 11101010 | 10100110 | 0 | 1 | 11110 | 111 | 111010 | 1000001 | 1001111 |
Color Harmonies of #ECEAA6
Complementary color
Monochromatic Colors of #ECEAA6
Black with #ECEAA6
Text Example
Text Example
White with #ECEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAA6; }
p { color: rgb(236,234,166); }
H1.HeaderClassName
{
color: #ECEAA6;
}
.AnyTagClassName
{
color: #ECEAA6;
}
</style>
background-color css
<style>
a { background-color: #ECEAA6; }
a { background-color: rgb(236,234,166); }
div.DivClassName
{
background-color: #ECEAA6;
}
.BgClassName
{
background-color: #ECEAA6;
}
</style>
border-color css
<style>
span { border-color: #ECEAA6; }
span { border-color: rgb(236,234,166); }
td.TdClassName
{
border-color: #ECEAA6;
}
.TagClassName
{
border-color: #ECEAA6;
}
</style>