Shades of Pale Goldenrod #ECE6B0
Tints of Pale Goldenrod #ECE6B0
RGB
CMYK
RGB Variations
Color information
#ECE6B0 (or 0xECE6B0) is known color: Pale Goldenrod. HEX triplet: EC, E6 and B0. RGB value is (236,230,176). Sum of RGB (Red+Green+Blue) = 236+230+176=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6B0 is #13194F. Grayscale: #E1E1E1. Windows color (decimal): -1251664 or 11593452. OLE color: 11593452.
HSL color Cylindrical-coordinate representation of color #ECE6B0: hue angle of 54º 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 #ECE6B0 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 176 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.07 |
| HSL | 54º | 0.61% | 0.81% | - |
| HSV(B) | 54º | 0.25% | 0.93% | - |
| XYZ | 70.73 | 77.56 | 52.32 | - |
| YUV | 225.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 176 | 0 | 0.03 | 0.25 | 0.07 | 54 | 0.61 | 0.81 |
| Hex | EC | E6 | B0 | 0 | 3 | 19 | 7 | 36 | 3D | 51 |
| Octal | 354 | 346 | 260 | 0 | 3 | 31 | 7 | 66 | 75 | 121 |
| Binary | 11101100 | 11100110 | 10110000 | 0 | 11 | 11001 | 111 | 110110 | 111101 | 1010001 |
Color Harmonies of #ECE6B0
Complementary color
Monochromatic Colors of #ECE6B0
Black with #ECE6B0
Text Example
Text Example
White with #ECE6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6B0; }
p { color: rgb(236,230,176); }
H1.HeaderClassName
{
color: #ECE6B0;
}
.AnyTagClassName
{
color: #ECE6B0;
}
</style>
background-color css
<style>
a { background-color: #ECE6B0; }
a { background-color: rgb(236,230,176); }
div.DivClassName
{
background-color: #ECE6B0;
}
.BgClassName
{
background-color: #ECE6B0;
}
</style>
border-color css
<style>
span { border-color: #ECE6B0; }
span { border-color: rgb(236,230,176); }
td.TdClassName
{
border-color: #ECE6B0;
}
.TagClassName
{
border-color: #ECE6B0;
}
</style>