Shades of Pale Goldenrod #ECE2B4
Tints of Pale Goldenrod #ECE2B4
RGB
CMYK
RGB Variations
Color information
#ECE2B4 (or 0xECE2B4) is known color: Pale Goldenrod. HEX triplet: EC, E2 and B4. RGB value is (236,226,180). Sum of RGB (Red+Green+Blue) = 236+226+180=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2B4 is #131D4B. Grayscale: #DFDFDF. Windows color (decimal): -1252684 or 11854572. OLE color: 11854572.
HSL color Cylindrical-coordinate representation of color #ECE2B4: hue angle of 49.29º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECE2B4 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 180 | - |
CMYK | 0 | 0.04 | 0.24 | 0.07 |
HSL | 49.29º | 0.6% | 0.82% | - |
HSV(B) | 49.29º | 0.24% | 0.93% | - |
XYZ | 70.03 | 75.52 | 54.07 | - |
YUV | 223.75 | 103.31 | 136.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 180 | 0 | 0.04 | 0.24 | 0.07 | 49.29 | 0.6 | 0.82 |
Hex | EC | E2 | B4 | 0 | 4 | 18 | 7 | 31 | 3C | 52 |
Octal | 354 | 342 | 264 | 0 | 4 | 30 | 7 | 61 | 74 | 122 |
Binary | 11101100 | 11100010 | 10110100 | 0 | 100 | 11000 | 111 | 110001 | 111100 | 1010010 |
Color Harmonies of #ECE2B4
Complementary color
Monochromatic Colors of #ECE2B4
Black with #ECE2B4
Text Example
Text Example
White with #ECE2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2B4; }
p { color: rgb(236,226,180); }
H1.HeaderClassName
{
color: #ECE2B4;
}
.AnyTagClassName
{
color: #ECE2B4;
}
</style>
background-color css
<style>
a { background-color: #ECE2B4; }
a { background-color: rgb(236,226,180); }
div.DivClassName
{
background-color: #ECE2B4;
}
.BgClassName
{
background-color: #ECE2B4;
}
</style>
border-color css
<style>
span { border-color: #ECE2B4; }
span { border-color: rgb(236,226,180); }
td.TdClassName
{
border-color: #ECE2B4;
}
.TagClassName
{
border-color: #ECE2B4;
}
</style>