Shades of Pale Goldenrod #ECE5AF
Tints of Pale Goldenrod #ECE5AF
RGB
CMYK
RGB Variations
Color information
#ECE5AF (or 0xECE5AF) is known color: Pale Goldenrod. HEX triplet: EC, E5 and AF. RGB value is (236,229,175). Sum of RGB (Red+Green+Blue) = 236+229+175=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE5AF is #131A50. Grayscale: #E1E1E1. Windows color (decimal): -1251921 or 11527660. OLE color: 11527660.
HSL color Cylindrical-coordinate representation of color #ECE5AF: hue angle of 53.11º 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 #ECE5AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 175 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.07 |
| HSL | 53.11º | 0.62% | 0.81% | - |
| HSV(B) | 53.11º | 0.26% | 0.93% | - |
| XYZ | 70.35 | 76.97 | 51.71 | - |
| YUV | 224.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 175 | 0 | 0.03 | 0.26 | 0.07 | 53.11 | 0.62 | 0.81 |
| Hex | EC | E5 | AF | 0 | 3 | 1A | 7 | 35 | 3E | 51 |
| Octal | 354 | 345 | 257 | 0 | 3 | 32 | 7 | 65 | 76 | 121 |
| Binary | 11101100 | 11100101 | 10101111 | 0 | 11 | 11010 | 111 | 110101 | 111110 | 1010001 |
Color Harmonies of #ECE5AF
Complementary color
Monochromatic Colors of #ECE5AF
Black with #ECE5AF
Text Example
Text Example
White with #ECE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5AF; }
p { color: rgb(236,229,175); }
H1.HeaderClassName
{
color: #ECE5AF;
}
.AnyTagClassName
{
color: #ECE5AF;
}
</style>
background-color css
<style>
a { background-color: #ECE5AF; }
a { background-color: rgb(236,229,175); }
div.DivClassName
{
background-color: #ECE5AF;
}
.BgClassName
{
background-color: #ECE5AF;
}
</style>
border-color css
<style>
span { border-color: #ECE5AF; }
span { border-color: rgb(236,229,175); }
td.TdClassName
{
border-color: #ECE5AF;
}
.TagClassName
{
border-color: #ECE5AF;
}
</style>