Shades of Pale Goldenrod #ECE3AA
Tints of Pale Goldenrod #ECE3AA
RGB
CMYK
RGB Variations
Color information
#ECE3AA (or 0xECE3AA) is known color: Pale Goldenrod. HEX triplet: EC, E3 and AA. RGB value is (236,227,170). Sum of RGB (Red+Green+Blue) = 236+227+170=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE3AA is #131C55. Grayscale: #DFDFDF. Windows color (decimal): -1252438 or 11199468. OLE color: 11199468.
HSL color Cylindrical-coordinate representation of color #ECE3AA: hue angle of 51.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECE3AA is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 170 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.07 |
| HSL | 51.82º | 0.63% | 0.8% | - |
| HSV(B) | 51.82º | 0.28% | 0.93% | - |
| XYZ | 69.32 | 75.67 | 48.98 | - |
| YUV | 223.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 170 | 0 | 0.04 | 0.28 | 0.07 | 51.82 | 0.63 | 0.8 |
| Hex | EC | E3 | AA | 0 | 4 | 1C | 7 | 34 | 3F | 50 |
| Octal | 354 | 343 | 252 | 0 | 4 | 34 | 7 | 64 | 77 | 120 |
| Binary | 11101100 | 11100011 | 10101010 | 0 | 100 | 11100 | 111 | 110100 | 111111 | 1010000 |
Color Harmonies of #ECE3AA
Complementary color
Monochromatic Colors of #ECE3AA
Black with #ECE3AA
Text Example
Text Example
White with #ECE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3AA; }
p { color: rgb(236,227,170); }
H1.HeaderClassName
{
color: #ECE3AA;
}
.AnyTagClassName
{
color: #ECE3AA;
}
</style>
background-color css
<style>
a { background-color: #ECE3AA; }
a { background-color: rgb(236,227,170); }
div.DivClassName
{
background-color: #ECE3AA;
}
.BgClassName
{
background-color: #ECE3AA;
}
</style>
border-color css
<style>
span { border-color: #ECE3AA; }
span { border-color: rgb(236,227,170); }
td.TdClassName
{
border-color: #ECE3AA;
}
.TagClassName
{
border-color: #ECE3AA;
}
</style>