Shades of Pale Goldenrod #ECE2B0
Tints of Pale Goldenrod #ECE2B0
RGB
CMYK
RGB Variations
Color information
#ECE2B0 (or 0xECE2B0) is known color: Pale Goldenrod. HEX triplet: EC, E2 and B0. RGB value is (236,226,176). Sum of RGB (Red+Green+Blue) = 236+226+176=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2B0 is #131D4F. Grayscale: #DFDFDF. Windows color (decimal): -1252688 or 11592428. OLE color: 11592428.
HSL color Cylindrical-coordinate representation of color #ECE2B0: hue angle of 50º 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 #ECE2B0 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 176 | - |
CMYK | 0 | 0.04 | 0.25 | 0.07 |
HSL | 50º | 0.61% | 0.81% | - |
HSV(B) | 50º | 0.25% | 0.93% | - |
XYZ | 69.62 | 75.36 | 51.95 | - |
YUV | 223.29 | 101.31 | 137.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 176 | 0 | 0.04 | 0.25 | 0.07 | 50 | 0.61 | 0.81 |
Hex | EC | E2 | B0 | 0 | 4 | 19 | 7 | 32 | 3D | 51 |
Octal | 354 | 342 | 260 | 0 | 4 | 31 | 7 | 62 | 75 | 121 |
Binary | 11101100 | 11100010 | 10110000 | 0 | 100 | 11001 | 111 | 110010 | 111101 | 1010001 |
Color Harmonies of #ECE2B0
Complementary color
Monochromatic Colors of #ECE2B0
Black with #ECE2B0
Text Example
Text Example
White with #ECE2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2B0; }
p { color: rgb(236,226,176); }
H1.HeaderClassName
{
color: #ECE2B0;
}
.AnyTagClassName
{
color: #ECE2B0;
}
</style>
background-color css
<style>
a { background-color: #ECE2B0; }
a { background-color: rgb(236,226,176); }
div.DivClassName
{
background-color: #ECE2B0;
}
.BgClassName
{
background-color: #ECE2B0;
}
</style>
border-color css
<style>
span { border-color: #ECE2B0; }
span { border-color: rgb(236,226,176); }
td.TdClassName
{
border-color: #ECE2B0;
}
.TagClassName
{
border-color: #ECE2B0;
}
</style>