Shades of Pale Goldenrod #ECE9A2
Tints of Pale Goldenrod #ECE9A2
RGB
CMYK
RGB Variations
Color information
#ECE9A2 (or 0xECE9A2) is known color: Pale Goldenrod. HEX triplet: EC, E9 and A2. RGB value is (236,233,162). Sum of RGB (Red+Green+Blue) = 236+233+162=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE9A2 is #13165D. Grayscale: #E2E2E2. Windows color (decimal): -1250910 or 10676716. OLE color: 10676716.
HSL color Cylindrical-coordinate representation of color #ECE9A2: hue angle of 57.57º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECE9A2 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 162 | - |
CMYK | 0 | 0.01 | 0.31 | 0.07 |
HSL | 57.57º | 0.66% | 0.78% | - |
HSV(B) | 57.57º | 0.31% | 0.93% | - |
XYZ | 70.25 | 78.72 | 45.67 | - |
YUV | 225.8 | 91.99 | 135.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 162 | 0 | 0.01 | 0.31 | 0.07 | 57.57 | 0.66 | 0.78 |
Hex | EC | E9 | A2 | 0 | 1 | 1F | 7 | 3A | 42 | 4E |
Octal | 354 | 351 | 242 | 0 | 1 | 37 | 7 | 72 | 102 | 116 |
Binary | 11101100 | 11101001 | 10100010 | 0 | 1 | 11111 | 111 | 111010 | 1000010 | 1001110 |
Color Harmonies of #ECE9A2
Complementary color
Monochromatic Colors of #ECE9A2
Black with #ECE9A2
Text Example
Text Example
White with #ECE9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9A2; }
p { color: rgb(236,233,162); }
H1.HeaderClassName
{
color: #ECE9A2;
}
.AnyTagClassName
{
color: #ECE9A2;
}
</style>
background-color css
<style>
a { background-color: #ECE9A2; }
a { background-color: rgb(236,233,162); }
div.DivClassName
{
background-color: #ECE9A2;
}
.BgClassName
{
background-color: #ECE9A2;
}
</style>
border-color css
<style>
span { border-color: #ECE9A2; }
span { border-color: rgb(236,233,162); }
td.TdClassName
{
border-color: #ECE9A2;
}
.TagClassName
{
border-color: #ECE9A2;
}
</style>