Shades of Pale Goldenrod #ECE4A8
Tints of Pale Goldenrod #ECE4A8
RGB
CMYK
RGB Variations
Color information
#ECE4A8 (or 0xECE4A8) is known color: Pale Goldenrod. HEX triplet: EC, E4 and A8. RGB value is (236,228,168). Sum of RGB (Red+Green+Blue) = 236+228+168=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4A8 is #131B57. Grayscale: #DFDFDF. Windows color (decimal): -1252184 or 11068652. OLE color: 11068652.
HSL color Cylindrical-coordinate representation of color #ECE4A8: hue angle of 52.94º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECE4A8 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 168 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.07 |
| HSL | 52.94º | 0.64% | 0.79% | - |
| HSV(B) | 52.94º | 0.29% | 0.93% | - |
| XYZ | 69.4 | 76.15 | 48.09 | - |
| YUV | 223.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 168 | 0 | 0.03 | 0.29 | 0.07 | 52.94 | 0.64 | 0.79 |
| Hex | EC | E4 | A8 | 0 | 3 | 1D | 7 | 35 | 40 | 4F |
| Octal | 354 | 344 | 250 | 0 | 3 | 35 | 7 | 65 | 100 | 117 |
| Binary | 11101100 | 11100100 | 10101000 | 0 | 11 | 11101 | 111 | 110101 | 1000000 | 1001111 |
Color Harmonies of #ECE4A8
Complementary color
Monochromatic Colors of #ECE4A8
Black with #ECE4A8
Text Example
Text Example
White with #ECE4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4A8; }
p { color: rgb(236,228,168); }
H1.HeaderClassName
{
color: #ECE4A8;
}
.AnyTagClassName
{
color: #ECE4A8;
}
</style>
background-color css
<style>
a { background-color: #ECE4A8; }
a { background-color: rgb(236,228,168); }
div.DivClassName
{
background-color: #ECE4A8;
}
.BgClassName
{
background-color: #ECE4A8;
}
</style>
border-color css
<style>
span { border-color: #ECE4A8; }
span { border-color: rgb(236,228,168); }
td.TdClassName
{
border-color: #ECE4A8;
}
.TagClassName
{
border-color: #ECE4A8;
}
</style>