Shades of Pale Goldenrod #ECE8A4
Tints of Pale Goldenrod #ECE8A4
RGB
CMYK
RGB Variations
Color information
#ECE8A4 (or 0xECE8A4) is known color: Pale Goldenrod. HEX triplet: EC, E8 and A4. RGB value is (236,232,164). Sum of RGB (Red+Green+Blue) = 236+232+164=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8A4 is #13175B. Grayscale: #E1E1E1. Windows color (decimal): -1251164 or 10807532. OLE color: 10807532.
HSL color Cylindrical-coordinate representation of color #ECE8A4: hue angle of 56.67º degrees, saturation: 0.65, 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 #ECE8A4 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 164 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.07 |
| HSL | 56.67º | 0.65% | 0.78% | - |
| HSV(B) | 56.67º | 0.31% | 0.93% | - |
| XYZ | 70.15 | 78.23 | 46.52 | - |
| YUV | 225.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 164 | 0 | 0.02 | 0.31 | 0.07 | 56.67 | 0.65 | 0.78 |
| Hex | EC | E8 | A4 | 0 | 2 | 1F | 7 | 39 | 41 | 4E |
| Octal | 354 | 350 | 244 | 0 | 2 | 37 | 7 | 71 | 101 | 116 |
| Binary | 11101100 | 11101000 | 10100100 | 0 | 10 | 11111 | 111 | 111001 | 1000001 | 1001110 |
Color Harmonies of #ECE8A4
Complementary color
Monochromatic Colors of #ECE8A4
Black with #ECE8A4
Text Example
Text Example
White with #ECE8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8A4; }
p { color: rgb(236,232,164); }
H1.HeaderClassName
{
color: #ECE8A4;
}
.AnyTagClassName
{
color: #ECE8A4;
}
</style>
background-color css
<style>
a { background-color: #ECE8A4; }
a { background-color: rgb(236,232,164); }
div.DivClassName
{
background-color: #ECE8A4;
}
.BgClassName
{
background-color: #ECE8A4;
}
</style>
border-color css
<style>
span { border-color: #ECE8A4; }
span { border-color: rgb(236,232,164); }
td.TdClassName
{
border-color: #ECE8A4;
}
.TagClassName
{
border-color: #ECE8A4;
}
</style>