Shades of Pale Goldenrod #ECE7AF
Tints of Pale Goldenrod #ECE7AF
RGB
CMYK
RGB Variations
Color information
#ECE7AF (or 0xECE7AF) is known color: Pale Goldenrod. HEX triplet: EC, E7 and AF. RGB value is (236,231,175). Sum of RGB (Red+Green+Blue) = 236+231+175=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE7AF is #131850. Grayscale: #E2E2E2. Windows color (decimal): -1251409 or 11528172. OLE color: 11528172.
HSL color Cylindrical-coordinate representation of color #ECE7AF: hue angle of 55.08º 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 #ECE7AF is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 175 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.07 |
| HSL | 55.08º | 0.62% | 0.81% | - |
| HSV(B) | 55.08º | 0.26% | 0.93% | - |
| XYZ | 70.91 | 78.08 | 51.89 | - |
| YUV | 226.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 175 | 0 | 0.02 | 0.26 | 0.07 | 55.08 | 0.62 | 0.81 |
| Hex | EC | E7 | AF | 0 | 2 | 1A | 7 | 37 | 3E | 51 |
| Octal | 354 | 347 | 257 | 0 | 2 | 32 | 7 | 67 | 76 | 121 |
| Binary | 11101100 | 11100111 | 10101111 | 0 | 10 | 11010 | 111 | 110111 | 111110 | 1010001 |
Color Harmonies of #ECE7AF
Complementary color
Monochromatic Colors of #ECE7AF
Black with #ECE7AF
Text Example
Text Example
White with #ECE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7AF; }
p { color: rgb(236,231,175); }
H1.HeaderClassName
{
color: #ECE7AF;
}
.AnyTagClassName
{
color: #ECE7AF;
}
</style>
background-color css
<style>
a { background-color: #ECE7AF; }
a { background-color: rgb(236,231,175); }
div.DivClassName
{
background-color: #ECE7AF;
}
.BgClassName
{
background-color: #ECE7AF;
}
</style>
border-color css
<style>
span { border-color: #ECE7AF; }
span { border-color: rgb(236,231,175); }
td.TdClassName
{
border-color: #ECE7AF;
}
.TagClassName
{
border-color: #ECE7AF;
}
</style>