Shades of Pale Goldenrod #ECE4AC
Tints of Pale Goldenrod #ECE4AC
RGB
CMYK
RGB Variations
Color information
#ECE4AC (or 0xECE4AC) is known color: Pale Goldenrod. HEX triplet: EC, E4 and AC. RGB value is (236,228,172). Sum of RGB (Red+Green+Blue) = 236+228+172=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4AC is #131B53. Grayscale: #E0E0E0. Windows color (decimal): -1252180 or 11330796. OLE color: 11330796.
HSL color Cylindrical-coordinate representation of color #ECE4AC: hue angle of 52.5º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECE4AC is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 172 | - |
CMYK | 0 | 0.03 | 0.27 | 0.07 |
HSL | 52.5º | 0.63% | 0.8% | - |
HSV(B) | 52.5º | 0.27% | 0.93% | - |
XYZ | 69.78 | 76.3 | 50.08 | - |
YUV | 224.01 | 98.65 | 136.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 172 | 0 | 0.03 | 0.27 | 0.07 | 52.5 | 0.63 | 0.8 |
Hex | EC | E4 | AC | 0 | 3 | 1B | 7 | 34 | 3F | 50 |
Octal | 354 | 344 | 254 | 0 | 3 | 33 | 7 | 64 | 77 | 120 |
Binary | 11101100 | 11100100 | 10101100 | 0 | 11 | 11011 | 111 | 110100 | 111111 | 1010000 |
Color Harmonies of #ECE4AC
Complementary color
Monochromatic Colors of #ECE4AC
Black with #ECE4AC
Text Example
Text Example
White with #ECE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4AC; }
p { color: rgb(236,228,172); }
H1.HeaderClassName
{
color: #ECE4AC;
}
.AnyTagClassName
{
color: #ECE4AC;
}
</style>
background-color css
<style>
a { background-color: #ECE4AC; }
a { background-color: rgb(236,228,172); }
div.DivClassName
{
background-color: #ECE4AC;
}
.BgClassName
{
background-color: #ECE4AC;
}
</style>
border-color css
<style>
span { border-color: #ECE4AC; }
span { border-color: rgb(236,228,172); }
td.TdClassName
{
border-color: #ECE4AC;
}
.TagClassName
{
border-color: #ECE4AC;
}
</style>