Shades of Pale Goldenrod #ECEAA9
Tints of Pale Goldenrod #ECEAA9
RGB
CMYK
RGB Variations
Color information
#ECEAA9 (or 0xECEAA9) is known color: Pale Goldenrod. HEX triplet: EC, EA and A9. RGB value is (236,234,169). Sum of RGB (Red+Green+Blue) = 236+234+169=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAA9 is #131556. Grayscale: #E3E3E3. Windows color (decimal): -1250647 or 11135724. OLE color: 11135724.
HSL color Cylindrical-coordinate representation of color #ECEAA9: hue angle of 58.21º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECEAA9 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 169 | - |
CMYK | 0 | 0.01 | 0.28 | 0.07 |
HSL | 58.21º | 0.64% | 0.79% | - |
HSV(B) | 58.21º | 0.28% | 0.93% | - |
XYZ | 71.18 | 79.54 | 49.14 | - |
YUV | 227.19 | 95.16 | 134.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 169 | 0 | 0.01 | 0.28 | 0.07 | 58.21 | 0.64 | 0.79 |
Hex | EC | EA | A9 | 0 | 1 | 1C | 7 | 3A | 40 | 4F |
Octal | 354 | 352 | 251 | 0 | 1 | 34 | 7 | 72 | 100 | 117 |
Binary | 11101100 | 11101010 | 10101001 | 0 | 1 | 11100 | 111 | 111010 | 1000000 | 1001111 |
Color Harmonies of #ECEAA9
Complementary color
Monochromatic Colors of #ECEAA9
Black with #ECEAA9
Text Example
Text Example
White with #ECEAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAA9; }
p { color: rgb(236,234,169); }
H1.HeaderClassName
{
color: #ECEAA9;
}
.AnyTagClassName
{
color: #ECEAA9;
}
</style>
background-color css
<style>
a { background-color: #ECEAA9; }
a { background-color: rgb(236,234,169); }
div.DivClassName
{
background-color: #ECEAA9;
}
.BgClassName
{
background-color: #ECEAA9;
}
</style>
border-color css
<style>
span { border-color: #ECEAA9; }
span { border-color: rgb(236,234,169); }
td.TdClassName
{
border-color: #ECEAA9;
}
.TagClassName
{
border-color: #ECEAA9;
}
</style>