Shades of Pale Goldenrod #ECE3A5
Tints of Pale Goldenrod #ECE3A5
RGB
CMYK
RGB Variations
Color information
#ECE3A5 (or 0xECE3A5) is known color: Pale Goldenrod. HEX triplet: EC, E3 and A5. RGB value is (236,227,165). Sum of RGB (Red+Green+Blue) = 236+227+165=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE3A5 is #131C5A. Grayscale: #DEDEDE. Windows color (decimal): -1252443 or 10871788. OLE color: 10871788.
HSL color Cylindrical-coordinate representation of color #ECE3A5: hue angle of 52.39º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECE3A5 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 165 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.07 |
| HSL | 52.39º | 0.65% | 0.79% | - |
| HSV(B) | 52.39º | 0.3% | 0.93% | - |
| XYZ | 68.85 | 75.49 | 46.54 | - |
| YUV | 222.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 165 | 0 | 0.04 | 0.30 | 0.07 | 52.39 | 0.65 | 0.79 |
| Hex | EC | E3 | A5 | 0 | 4 | 1E | 7 | 34 | 41 | 4F |
| Octal | 354 | 343 | 245 | 0 | 4 | 36 | 7 | 64 | 101 | 117 |
| Binary | 11101100 | 11100011 | 10100101 | 0 | 100 | 11110 | 111 | 110100 | 1000001 | 1001111 |
Color Harmonies of #ECE3A5
Complementary color
Monochromatic Colors of #ECE3A5
Black with #ECE3A5
Text Example
Text Example
White with #ECE3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3A5; }
p { color: rgb(236,227,165); }
H1.HeaderClassName
{
color: #ECE3A5;
}
.AnyTagClassName
{
color: #ECE3A5;
}
</style>
background-color css
<style>
a { background-color: #ECE3A5; }
a { background-color: rgb(236,227,165); }
div.DivClassName
{
background-color: #ECE3A5;
}
.BgClassName
{
background-color: #ECE3A5;
}
</style>
border-color css
<style>
span { border-color: #ECE3A5; }
span { border-color: rgb(236,227,165); }
td.TdClassName
{
border-color: #ECE3A5;
}
.TagClassName
{
border-color: #ECE3A5;
}
</style>