Shades of Pale Goldenrod #ECE2AC
Tints of Pale Goldenrod #ECE2AC
RGB
CMYK
RGB Variations
Color information
#ECE2AC (or 0xECE2AC) is known color: Pale Goldenrod. HEX triplet: EC, E2 and AC. RGB value is (236,226,172). Sum of RGB (Red+Green+Blue) = 236+226+172=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2AC is #131D53. Grayscale: #DFDFDF. Windows color (decimal): -1252692 or 11330284. OLE color: 11330284.
HSL color Cylindrical-coordinate representation of color #ECE2AC: hue angle of 50.62º 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 #ECE2AC is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 172 | - |
CMYK | 0 | 0.04 | 0.27 | 0.07 |
HSL | 50.63º | 0.63% | 0.8% | - |
HSV(B) | 50.63º | 0.27% | 0.93% | - |
XYZ | 69.23 | 75.2 | 49.9 | - |
YUV | 222.83 | 99.31 | 137.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 172 | 0 | 0.04 | 0.27 | 0.07 | 50.63 | 0.63 | 0.8 |
Hex | EC | E2 | AC | 0 | 4 | 1B | 7 | 33 | 3F | 50 |
Octal | 354 | 342 | 254 | 0 | 4 | 33 | 7 | 63 | 77 | 120 |
Binary | 11101100 | 11100010 | 10101100 | 0 | 100 | 11011 | 111 | 110011 | 111111 | 1010000 |
Color Harmonies of #ECE2AC
Complementary color
Monochromatic Colors of #ECE2AC
Black with #ECE2AC
Text Example
Text Example
White with #ECE2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2AC; }
p { color: rgb(236,226,172); }
H1.HeaderClassName
{
color: #ECE2AC;
}
.AnyTagClassName
{
color: #ECE2AC;
}
</style>
background-color css
<style>
a { background-color: #ECE2AC; }
a { background-color: rgb(236,226,172); }
div.DivClassName
{
background-color: #ECE2AC;
}
.BgClassName
{
background-color: #ECE2AC;
}
</style>
border-color css
<style>
span { border-color: #ECE2AC; }
span { border-color: rgb(236,226,172); }
td.TdClassName
{
border-color: #ECE2AC;
}
.TagClassName
{
border-color: #ECE2AC;
}
</style>