Shades of Pale Goldenrod #ECE1A3
Tints of Pale Goldenrod #ECE1A3
RGB
CMYK
RGB Variations
Color information
#ECE1A3 (or 0xECE1A3) is known color: Pale Goldenrod. HEX triplet: EC, E1 and A3. RGB value is (236,225,163). Sum of RGB (Red+Green+Blue) = 236+225+163=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE1A3 is #131E5C. Grayscale: #DDDDDD. Windows color (decimal): -1252957 or 10740204. OLE color: 10740204.
HSL color Cylindrical-coordinate representation of color #ECE1A3: hue angle of 50.96º 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 #ECE1A3 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 163 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.07 |
| HSL | 50.96º | 0.66% | 0.78% | - |
| HSV(B) | 50.96º | 0.31% | 0.93% | - |
| XYZ | 68.13 | 74.33 | 45.41 | - |
| YUV | 221.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 163 | 0 | 0.05 | 0.31 | 0.07 | 50.96 | 0.66 | 0.78 |
| Hex | EC | E1 | A3 | 0 | 5 | 1F | 7 | 33 | 42 | 4E |
| Octal | 354 | 341 | 243 | 0 | 5 | 37 | 7 | 63 | 102 | 116 |
| Binary | 11101100 | 11100001 | 10100011 | 0 | 101 | 11111 | 111 | 110011 | 1000010 | 1001110 |
Color Harmonies of #ECE1A3
Complementary color
Monochromatic Colors of #ECE1A3
Black with #ECE1A3
Text Example
Text Example
White with #ECE1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1A3; }
p { color: rgb(236,225,163); }
H1.HeaderClassName
{
color: #ECE1A3;
}
.AnyTagClassName
{
color: #ECE1A3;
}
</style>
background-color css
<style>
a { background-color: #ECE1A3; }
a { background-color: rgb(236,225,163); }
div.DivClassName
{
background-color: #ECE1A3;
}
.BgClassName
{
background-color: #ECE1A3;
}
</style>
border-color css
<style>
span { border-color: #ECE1A3; }
span { border-color: rgb(236,225,163); }
td.TdClassName
{
border-color: #ECE1A3;
}
.TagClassName
{
border-color: #ECE1A3;
}
</style>