Shades of Pale Goldenrod #ECE1AF
Tints of Pale Goldenrod #ECE1AF
RGB
CMYK
RGB Variations
Color information
#ECE1AF (or 0xECE1AF) is known color: Pale Goldenrod. HEX triplet: EC, E1 and AF. RGB value is (236,225,175). Sum of RGB (Red+Green+Blue) = 236+225+175=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE1AF is #131E50. Grayscale: #DEDEDE. Windows color (decimal): -1252945 or 11526636. OLE color: 11526636.
HSL color Cylindrical-coordinate representation of color #ECE1AF: hue angle of 49.18º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECE1AF is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 175 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.07 |
| HSL | 49.18º | 0.62% | 0.81% | - |
| HSV(B) | 49.18º | 0.26% | 0.93% | - |
| XYZ | 69.26 | 74.78 | 51.34 | - |
| YUV | 222.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 175 | 0 | 0.05 | 0.26 | 0.07 | 49.18 | 0.62 | 0.81 |
| Hex | EC | E1 | AF | 0 | 5 | 1A | 7 | 31 | 3E | 51 |
| Octal | 354 | 341 | 257 | 0 | 5 | 32 | 7 | 61 | 76 | 121 |
| Binary | 11101100 | 11100001 | 10101111 | 0 | 101 | 11010 | 111 | 110001 | 111110 | 1010001 |
Color Harmonies of #ECE1AF
Complementary color
Monochromatic Colors of #ECE1AF
Black with #ECE1AF
Text Example
Text Example
White with #ECE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1AF; }
p { color: rgb(236,225,175); }
H1.HeaderClassName
{
color: #ECE1AF;
}
.AnyTagClassName
{
color: #ECE1AF;
}
</style>
background-color css
<style>
a { background-color: #ECE1AF; }
a { background-color: rgb(236,225,175); }
div.DivClassName
{
background-color: #ECE1AF;
}
.BgClassName
{
background-color: #ECE1AF;
}
</style>
border-color css
<style>
span { border-color: #ECE1AF; }
span { border-color: rgb(236,225,175); }
td.TdClassName
{
border-color: #ECE1AF;
}
.TagClassName
{
border-color: #ECE1AF;
}
</style>