Shades of Pale Goldenrod #ECE5B6
Tints of Pale Goldenrod #ECE5B6
RGB
CMYK
RGB Variations
Color information
#ECE5B6 (or 0xECE5B6) is known color: Pale Goldenrod. HEX triplet: EC, E5 and B6. RGB value is (236,229,182). Sum of RGB (Red+Green+Blue) = 236+229+182=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 182 (71.48% from 255 or 28.13% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5B6 is #131A49. Grayscale: #E1E1E1. Windows color (decimal): -1251914 or 11986412. OLE color: 11986412.
HSL color Cylindrical-coordinate representation of color #ECE5B6: hue angle of 52.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECE5B6 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 182 | - |
CMYK | 0 | 0.03 | 0.23 | 0.07 |
HSL | 52.22º | 0.59% | 0.82% | - |
HSV(B) | 52.22º | 0.23% | 0.93% | - |
XYZ | 71.05 | 77.25 | 55.42 | - |
YUV | 225.74 | 103.32 | 135.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 182 | 0 | 0.03 | 0.23 | 0.07 | 52.22 | 0.59 | 0.82 |
Hex | EC | E5 | B6 | 0 | 3 | 17 | 7 | 34 | 3B | 52 |
Octal | 354 | 345 | 266 | 0 | 3 | 27 | 7 | 64 | 73 | 122 |
Binary | 11101100 | 11100101 | 10110110 | 0 | 11 | 10111 | 111 | 110100 | 111011 | 1010010 |
Color Harmonies of #ECE5B6
Complementary color
Monochromatic Colors of #ECE5B6
Black with #ECE5B6
Text Example
Text Example
White with #ECE5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5B6; }
p { color: rgb(236,229,182); }
H1.HeaderClassName
{
color: #ECE5B6;
}
.AnyTagClassName
{
color: #ECE5B6;
}
</style>
background-color css
<style>
a { background-color: #ECE5B6; }
a { background-color: rgb(236,229,182); }
div.DivClassName
{
background-color: #ECE5B6;
}
.BgClassName
{
background-color: #ECE5B6;
}
</style>
border-color css
<style>
span { border-color: #ECE5B6; }
span { border-color: rgb(236,229,182); }
td.TdClassName
{
border-color: #ECE5B6;
}
.TagClassName
{
border-color: #ECE5B6;
}
</style>