Shades of Pale Goldenrod #ECE8B0
Tints of Pale Goldenrod #ECE8B0
RGB
CMYK
RGB Variations
Color information
#ECE8B0 (or 0xECE8B0) is known color: Pale Goldenrod. HEX triplet: EC, E8 and B0. RGB value is (236,232,176). Sum of RGB (Red+Green+Blue) = 236+232+176=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8B0 is #13174F. Grayscale: #E3E3E3. Windows color (decimal): -1251152 or 11593964. OLE color: 11593964.
HSL color Cylindrical-coordinate representation of color #ECE8B0: hue angle of 56º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECE8B0 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 176 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.07 |
| HSL | 56º | 0.61% | 0.81% | - |
| HSV(B) | 56º | 0.25% | 0.93% | - |
| XYZ | 71.29 | 78.68 | 52.5 | - |
| YUV | 226.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 176 | 0 | 0.02 | 0.25 | 0.07 | 56 | 0.61 | 0.81 |
| Hex | EC | E8 | B0 | 0 | 2 | 19 | 7 | 38 | 3D | 51 |
| Octal | 354 | 350 | 260 | 0 | 2 | 31 | 7 | 70 | 75 | 121 |
| Binary | 11101100 | 11101000 | 10110000 | 0 | 10 | 11001 | 111 | 111000 | 111101 | 1010001 |
Color Harmonies of #ECE8B0
Complementary color
Monochromatic Colors of #ECE8B0
Black with #ECE8B0
Text Example
Text Example
White with #ECE8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8B0; }
p { color: rgb(236,232,176); }
H1.HeaderClassName
{
color: #ECE8B0;
}
.AnyTagClassName
{
color: #ECE8B0;
}
</style>
background-color css
<style>
a { background-color: #ECE8B0; }
a { background-color: rgb(236,232,176); }
div.DivClassName
{
background-color: #ECE8B0;
}
.BgClassName
{
background-color: #ECE8B0;
}
</style>
border-color css
<style>
span { border-color: #ECE8B0; }
span { border-color: rgb(236,232,176); }
td.TdClassName
{
border-color: #ECE8B0;
}
.TagClassName
{
border-color: #ECE8B0;
}
</style>