Shades of Pale Goldenrod #ECEAA7
Tints of Pale Goldenrod #ECEAA7
RGB
CMYK
RGB Variations
Color information
#ECEAA7 (or 0xECEAA7) is known color: Pale Goldenrod. HEX triplet: EC, EA and A7. RGB value is (236,234,167). Sum of RGB (Red+Green+Blue) = 236+234+167=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 167 (65.62% from 255 or 26.22% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAA7 is #131558. Grayscale: #E3E3E3. Windows color (decimal): -1250649 or 11004652. OLE color: 11004652.
HSL color Cylindrical-coordinate representation of color #ECEAA7: hue angle of 58.26º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECEAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 167 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.07 |
| HSL | 58.26º | 0.64% | 0.79% | - |
| HSV(B) | 58.26º | 0.29% | 0.93% | - |
| XYZ | 70.99 | 79.47 | 48.16 | - |
| YUV | 226.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 167 | 0 | 0.01 | 0.29 | 0.07 | 58.26 | 0.64 | 0.79 |
| Hex | EC | EA | A7 | 0 | 1 | 1D | 7 | 3A | 40 | 4F |
| Octal | 354 | 352 | 247 | 0 | 1 | 35 | 7 | 72 | 100 | 117 |
| Binary | 11101100 | 11101010 | 10100111 | 0 | 1 | 11101 | 111 | 111010 | 1000000 | 1001111 |
Color Harmonies of #ECEAA7
Complementary color
Monochromatic Colors of #ECEAA7
Black with #ECEAA7
Text Example
Text Example
White with #ECEAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAA7; }
p { color: rgb(236,234,167); }
H1.HeaderClassName
{
color: #ECEAA7;
}
.AnyTagClassName
{
color: #ECEAA7;
}
</style>
background-color css
<style>
a { background-color: #ECEAA7; }
a { background-color: rgb(236,234,167); }
div.DivClassName
{
background-color: #ECEAA7;
}
.BgClassName
{
background-color: #ECEAA7;
}
</style>
border-color css
<style>
span { border-color: #ECEAA7; }
span { border-color: rgb(236,234,167); }
td.TdClassName
{
border-color: #ECEAA7;
}
.TagClassName
{
border-color: #ECEAA7;
}
</style>