Shades of Pale Goldenrod #ECE5AC
Tints of Pale Goldenrod #ECE5AC
RGB
CMYK
RGB Variations
Color information
#ECE5AC (or 0xECE5AC) is known color: Pale Goldenrod. HEX triplet: EC, E5 and AC. RGB value is (236,229,172). Sum of RGB (Red+Green+Blue) = 236+229+172=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE5AC is #131A53. Grayscale: #E0E0E0. Windows color (decimal): -1251924 or 11331052. OLE color: 11331052.
HSL color Cylindrical-coordinate representation of color #ECE5AC: hue angle of 53.44º 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 #ECE5AC is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 172 | - |
CMYK | 0 | 0.03 | 0.27 | 0.07 |
HSL | 53.44º | 0.63% | 0.8% | - |
HSV(B) | 53.44º | 0.27% | 0.93% | - |
XYZ | 70.06 | 76.85 | 50.17 | - |
YUV | 224.6 | 98.32 | 136.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 172 | 0 | 0.03 | 0.27 | 0.07 | 53.44 | 0.63 | 0.8 |
Hex | EC | E5 | AC | 0 | 3 | 1B | 7 | 35 | 3F | 50 |
Octal | 354 | 345 | 254 | 0 | 3 | 33 | 7 | 65 | 77 | 120 |
Binary | 11101100 | 11100101 | 10101100 | 0 | 11 | 11011 | 111 | 110101 | 111111 | 1010000 |
Color Harmonies of #ECE5AC
Complementary color
Monochromatic Colors of #ECE5AC
Black with #ECE5AC
Text Example
Text Example
White with #ECE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5AC; }
p { color: rgb(236,229,172); }
H1.HeaderClassName
{
color: #ECE5AC;
}
.AnyTagClassName
{
color: #ECE5AC;
}
</style>
background-color css
<style>
a { background-color: #ECE5AC; }
a { background-color: rgb(236,229,172); }
div.DivClassName
{
background-color: #ECE5AC;
}
.BgClassName
{
background-color: #ECE5AC;
}
</style>
border-color css
<style>
span { border-color: #ECE5AC; }
span { border-color: rgb(236,229,172); }
td.TdClassName
{
border-color: #ECE5AC;
}
.TagClassName
{
border-color: #ECE5AC;
}
</style>