Shades of Pale Goldenrod #ECE49D
Tints of Pale Goldenrod #ECE49D
RGB
CMYK
RGB Variations
Color information
#ECE49D (or 0xECE49D) is known color: Pale Goldenrod. HEX triplet: EC, E4 and 9D. RGB value is (236,228,157). Sum of RGB (Red+Green+Blue) = 236+228+157=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE49D is #131B62. Grayscale: #DEDEDE. Windows color (decimal): -1252195 or 10347756. OLE color: 10347756.
HSL color Cylindrical-coordinate representation of color #ECE49D: hue angle of 53.92º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECE49D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 157 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.07 |
| HSL | 53.92º | 0.68% | 0.77% | - |
| HSV(B) | 53.92º | 0.33% | 0.93% | - |
| XYZ | 68.42 | 75.75 | 42.91 | - |
| YUV | 222.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 157 | 0 | 0.03 | 0.33 | 0.07 | 53.92 | 0.68 | 0.77 |
| Hex | EC | E4 | 9D | 0 | 3 | 21 | 7 | 36 | 44 | 4D |
| Octal | 354 | 344 | 235 | 0 | 3 | 41 | 7 | 66 | 104 | 115 |
| Binary | 11101100 | 11100100 | 10011101 | 0 | 11 | 100001 | 111 | 110110 | 1000100 | 1001101 |
Color Harmonies of #ECE49D
Complementary color
Monochromatic Colors of #ECE49D
Black with #ECE49D
Text Example
Text Example
White with #ECE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE49D; }
p { color: rgb(236,228,157); }
H1.HeaderClassName
{
color: #ECE49D;
}
.AnyTagClassName
{
color: #ECE49D;
}
</style>
background-color css
<style>
a { background-color: #ECE49D; }
a { background-color: rgb(236,228,157); }
div.DivClassName
{
background-color: #ECE49D;
}
.BgClassName
{
background-color: #ECE49D;
}
</style>
border-color css
<style>
span { border-color: #ECE49D; }
span { border-color: rgb(236,228,157); }
td.TdClassName
{
border-color: #ECE49D;
}
.TagClassName
{
border-color: #ECE49D;
}
</style>