Shades of Pale Goldenrod #ECE4AD
Tints of Pale Goldenrod #ECE4AD
RGB
CMYK
RGB Variations
Color information
#ECE4AD (or 0xECE4AD) is known color: Pale Goldenrod. HEX triplet: EC, E4 and AD. RGB value is (236,228,173). Sum of RGB (Red+Green+Blue) = 236+228+173=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4AD is #131B52. Grayscale: #E0E0E0. Windows color (decimal): -1252179 or 11396332. OLE color: 11396332.
HSL color Cylindrical-coordinate representation of color #ECE4AD: hue angle of 52.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECE4AD is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 173 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.07 |
| HSL | 52.38º | 0.62% | 0.8% | - |
| HSV(B) | 52.38º | 0.27% | 0.93% | - |
| XYZ | 69.88 | 76.34 | 50.59 | - |
| YUV | 224.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 173 | 0 | 0.03 | 0.27 | 0.07 | 52.38 | 0.62 | 0.8 |
| Hex | EC | E4 | AD | 0 | 3 | 1B | 7 | 34 | 3E | 50 |
| Octal | 354 | 344 | 255 | 0 | 3 | 33 | 7 | 64 | 76 | 120 |
| Binary | 11101100 | 11100100 | 10101101 | 0 | 11 | 11011 | 111 | 110100 | 111110 | 1010000 |
Color Harmonies of #ECE4AD
Complementary color
Monochromatic Colors of #ECE4AD
Black with #ECE4AD
Text Example
Text Example
White with #ECE4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4AD; }
p { color: rgb(236,228,173); }
H1.HeaderClassName
{
color: #ECE4AD;
}
.AnyTagClassName
{
color: #ECE4AD;
}
</style>
background-color css
<style>
a { background-color: #ECE4AD; }
a { background-color: rgb(236,228,173); }
div.DivClassName
{
background-color: #ECE4AD;
}
.BgClassName
{
background-color: #ECE4AD;
}
</style>
border-color css
<style>
span { border-color: #ECE4AD; }
span { border-color: rgb(236,228,173); }
td.TdClassName
{
border-color: #ECE4AD;
}
.TagClassName
{
border-color: #ECE4AD;
}
</style>