Shades of Pale Goldenrod #ECE3A3
Tints of Pale Goldenrod #ECE3A3
RGB
CMYK
RGB Variations
Color information
#ECE3A3 (or 0xECE3A3) is known color: Pale Goldenrod. HEX triplet: EC, E3 and A3. RGB value is (236,227,163). Sum of RGB (Red+Green+Blue) = 236+227+163=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 163 (64.06% from 255 or 26.04% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE3A3 is #131C5C. Grayscale: #DEDEDE. Windows color (decimal): -1252445 or 10740716. OLE color: 10740716.
HSL color Cylindrical-coordinate representation of color #ECE3A3: hue angle of 52.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECE3A3 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 163 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.07 |
| HSL | 52.6º | 0.66% | 0.78% | - |
| HSV(B) | 52.6º | 0.31% | 0.93% | - |
| XYZ | 68.67 | 75.42 | 45.59 | - |
| YUV | 222.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 163 | 0 | 0.04 | 0.31 | 0.07 | 52.6 | 0.66 | 0.78 |
| Hex | EC | E3 | A3 | 0 | 4 | 1F | 7 | 35 | 42 | 4E |
| Octal | 354 | 343 | 243 | 0 | 4 | 37 | 7 | 65 | 102 | 116 |
| Binary | 11101100 | 11100011 | 10100011 | 0 | 100 | 11111 | 111 | 110101 | 1000010 | 1001110 |
Color Harmonies of #ECE3A3
Complementary color
Monochromatic Colors of #ECE3A3
Black with #ECE3A3
Text Example
Text Example
White with #ECE3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3A3; }
p { color: rgb(236,227,163); }
H1.HeaderClassName
{
color: #ECE3A3;
}
.AnyTagClassName
{
color: #ECE3A3;
}
</style>
background-color css
<style>
a { background-color: #ECE3A3; }
a { background-color: rgb(236,227,163); }
div.DivClassName
{
background-color: #ECE3A3;
}
.BgClassName
{
background-color: #ECE3A3;
}
</style>
border-color css
<style>
span { border-color: #ECE3A3; }
span { border-color: rgb(236,227,163); }
td.TdClassName
{
border-color: #ECE3A3;
}
.TagClassName
{
border-color: #ECE3A3;
}
</style>