Shades of Pale Goldenrod #ECE6AE
Tints of Pale Goldenrod #ECE6AE
RGB
CMYK
RGB Variations
Color information
#ECE6AE (or 0xECE6AE) is known color: Pale Goldenrod. HEX triplet: EC, E6 and AE. RGB value is (236,230,174). Sum of RGB (Red+Green+Blue) = 236+230+174=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6AE is #131951. Grayscale: #E1E1E1. Windows color (decimal): -1251666 or 11462380. OLE color: 11462380.
HSL color Cylindrical-coordinate representation of color #ECE6AE: hue angle of 54.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECE6AE is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 174 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.07 |
| HSL | 54.19º | 0.62% | 0.8% | - |
| HSV(B) | 54.19º | 0.26% | 0.93% | - |
| XYZ | 70.53 | 77.48 | 51.28 | - |
| YUV | 225.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 174 | 0 | 0.03 | 0.26 | 0.07 | 54.19 | 0.62 | 0.8 |
| Hex | EC | E6 | AE | 0 | 3 | 1A | 7 | 36 | 3E | 50 |
| Octal | 354 | 346 | 256 | 0 | 3 | 32 | 7 | 66 | 76 | 120 |
| Binary | 11101100 | 11100110 | 10101110 | 0 | 11 | 11010 | 111 | 110110 | 111110 | 1010000 |
Color Harmonies of #ECE6AE
Complementary color
Monochromatic Colors of #ECE6AE
Black with #ECE6AE
Text Example
Text Example
White with #ECE6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6AE; }
p { color: rgb(236,230,174); }
H1.HeaderClassName
{
color: #ECE6AE;
}
.AnyTagClassName
{
color: #ECE6AE;
}
</style>
background-color css
<style>
a { background-color: #ECE6AE; }
a { background-color: rgb(236,230,174); }
div.DivClassName
{
background-color: #ECE6AE;
}
.BgClassName
{
background-color: #ECE6AE;
}
</style>
border-color css
<style>
span { border-color: #ECE6AE; }
span { border-color: rgb(236,230,174); }
td.TdClassName
{
border-color: #ECE6AE;
}
.TagClassName
{
border-color: #ECE6AE;
}
</style>