Shades of Pale Goldenrod #ECE3AF
Tints of Pale Goldenrod #ECE3AF
RGB
CMYK
RGB Variations
Color information
#ECE3AF (or 0xECE3AF) is known color: Pale Goldenrod. HEX triplet: EC, E3 and AF. RGB value is (236,227,175). Sum of RGB (Red+Green+Blue) = 236+227+175=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE3AF is #131C50. Grayscale: #DFDFDF. Windows color (decimal): -1252433 or 11527148. OLE color: 11527148.
HSL color Cylindrical-coordinate representation of color #ECE3AF: hue angle of 51.15º 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 #ECE3AF is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 175 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.07 |
| HSL | 51.15º | 0.62% | 0.81% | - |
| HSV(B) | 51.15º | 0.26% | 0.93% | - |
| XYZ | 69.8 | 75.87 | 51.52 | - |
| YUV | 223.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 175 | 0 | 0.04 | 0.26 | 0.07 | 51.15 | 0.62 | 0.81 |
| Hex | EC | E3 | AF | 0 | 4 | 1A | 7 | 33 | 3E | 51 |
| Octal | 354 | 343 | 257 | 0 | 4 | 32 | 7 | 63 | 76 | 121 |
| Binary | 11101100 | 11100011 | 10101111 | 0 | 100 | 11010 | 111 | 110011 | 111110 | 1010001 |
Color Harmonies of #ECE3AF
Complementary color
Monochromatic Colors of #ECE3AF
Black with #ECE3AF
Text Example
Text Example
White with #ECE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3AF; }
p { color: rgb(236,227,175); }
H1.HeaderClassName
{
color: #ECE3AF;
}
.AnyTagClassName
{
color: #ECE3AF;
}
</style>
background-color css
<style>
a { background-color: #ECE3AF; }
a { background-color: rgb(236,227,175); }
div.DivClassName
{
background-color: #ECE3AF;
}
.BgClassName
{
background-color: #ECE3AF;
}
</style>
border-color css
<style>
span { border-color: #ECE3AF; }
span { border-color: rgb(236,227,175); }
td.TdClassName
{
border-color: #ECE3AF;
}
.TagClassName
{
border-color: #ECE3AF;
}
</style>