Shades of Pale Goldenrod #ECEAA2
Tints of Pale Goldenrod #ECEAA2
RGB
CMYK
RGB Variations
Color information
#ECEAA2 (or 0xECEAA2) is known color: Pale Goldenrod. HEX triplet: EC, EA and A2. RGB value is (236,234,162). Sum of RGB (Red+Green+Blue) = 236+234+162=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAA2 is #13155D. Grayscale: #E2E2E2. Windows color (decimal): -1250654 or 10676972. OLE color: 10676972.
HSL color Cylindrical-coordinate representation of color #ECEAA2: hue angle of 58.38º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECEAA2 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 162 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.07 |
| HSL | 58.38º | 0.66% | 0.78% | - |
| HSV(B) | 58.38º | 0.31% | 0.93% | - |
| XYZ | 70.54 | 79.29 | 45.77 | - |
| YUV | 226.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 162 | 0 | 0.01 | 0.31 | 0.07 | 58.38 | 0.66 | 0.78 |
| Hex | EC | EA | A2 | 0 | 1 | 1F | 7 | 3A | 42 | 4E |
| Octal | 354 | 352 | 242 | 0 | 1 | 37 | 7 | 72 | 102 | 116 |
| Binary | 11101100 | 11101010 | 10100010 | 0 | 1 | 11111 | 111 | 111010 | 1000010 | 1001110 |
Color Harmonies of #ECEAA2
Complementary color
Monochromatic Colors of #ECEAA2
Black with #ECEAA2
Text Example
Text Example
White with #ECEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAA2; }
p { color: rgb(236,234,162); }
H1.HeaderClassName
{
color: #ECEAA2;
}
.AnyTagClassName
{
color: #ECEAA2;
}
</style>
background-color css
<style>
a { background-color: #ECEAA2; }
a { background-color: rgb(236,234,162); }
div.DivClassName
{
background-color: #ECEAA2;
}
.BgClassName
{
background-color: #ECEAA2;
}
</style>
border-color css
<style>
span { border-color: #ECEAA2; }
span { border-color: rgb(236,234,162); }
td.TdClassName
{
border-color: #ECEAA2;
}
.TagClassName
{
border-color: #ECEAA2;
}
</style>