Shades of Pale Goldenrod #ECE4B2
Tints of Pale Goldenrod #ECE4B2
RGB
CMYK
RGB Variations
Color information
#ECE4B2 (or 0xECE4B2) is known color: Pale Goldenrod. HEX triplet: EC, E4 and B2. RGB value is (236,228,178). Sum of RGB (Red+Green+Blue) = 236+228+178=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4B2 is #131B4D. Grayscale: #E0E0E0. Windows color (decimal): -1252174 or 11724012. OLE color: 11724012.
HSL color Cylindrical-coordinate representation of color #ECE4B2: hue angle of 51.72º degrees, saturation: 0.6, 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 #ECE4B2 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 178 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.07 |
| HSL | 51.72º | 0.6% | 0.81% | - |
| HSV(B) | 51.72º | 0.25% | 0.93% | - |
| XYZ | 70.37 | 76.53 | 53.18 | - |
| YUV | 224.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 178 | 0 | 0.03 | 0.25 | 0.07 | 51.72 | 0.6 | 0.81 |
| Hex | EC | E4 | B2 | 0 | 3 | 19 | 7 | 34 | 3C | 51 |
| Octal | 354 | 344 | 262 | 0 | 3 | 31 | 7 | 64 | 74 | 121 |
| Binary | 11101100 | 11100100 | 10110010 | 0 | 11 | 11001 | 111 | 110100 | 111100 | 1010001 |
Color Harmonies of #ECE4B2
Complementary color
Monochromatic Colors of #ECE4B2
Black with #ECE4B2
Text Example
Text Example
White with #ECE4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4B2; }
p { color: rgb(236,228,178); }
H1.HeaderClassName
{
color: #ECE4B2;
}
.AnyTagClassName
{
color: #ECE4B2;
}
</style>
background-color css
<style>
a { background-color: #ECE4B2; }
a { background-color: rgb(236,228,178); }
div.DivClassName
{
background-color: #ECE4B2;
}
.BgClassName
{
background-color: #ECE4B2;
}
</style>
border-color css
<style>
span { border-color: #ECE4B2; }
span { border-color: rgb(236,228,178); }
td.TdClassName
{
border-color: #ECE4B2;
}
.TagClassName
{
border-color: #ECE4B2;
}
</style>