Shades of Pale Goldenrod #ECE49C
Tints of Pale Goldenrod #ECE49C
RGB
CMYK
RGB Variations
Color information
#ECE49C (or 0xECE49C) is known color: Pale Goldenrod. HEX triplet: EC, E4 and 9C. RGB value is (236,228,156). Sum of RGB (Red+Green+Blue) = 236+228+156=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 156 (61.33% from 255 or 25.16% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE49C is #131B63. Grayscale: #DEDEDE. Windows color (decimal): -1252196 or 10282220. OLE color: 10282220.
HSL color Cylindrical-coordinate representation of color #ECE49C: hue angle of 54º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECE49C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 156 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.07 |
| HSL | 54º | 0.68% | 0.77% | - |
| HSV(B) | 54º | 0.34% | 0.93% | - |
| XYZ | 68.34 | 75.72 | 42.47 | - |
| YUV | 222.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 156 | 0 | 0.03 | 0.34 | 0.07 | 54 | 0.68 | 0.77 |
| Hex | EC | E4 | 9C | 0 | 3 | 22 | 7 | 36 | 44 | 4D |
| Octal | 354 | 344 | 234 | 0 | 3 | 42 | 7 | 66 | 104 | 115 |
| Binary | 11101100 | 11100100 | 10011100 | 0 | 11 | 100010 | 111 | 110110 | 1000100 | 1001101 |
Color Harmonies of #ECE49C
Complementary color
Monochromatic Colors of #ECE49C
Black with #ECE49C
Text Example
Text Example
White with #ECE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE49C; }
p { color: rgb(236,228,156); }
H1.HeaderClassName
{
color: #ECE49C;
}
.AnyTagClassName
{
color: #ECE49C;
}
</style>
background-color css
<style>
a { background-color: #ECE49C; }
a { background-color: rgb(236,228,156); }
div.DivClassName
{
background-color: #ECE49C;
}
.BgClassName
{
background-color: #ECE49C;
}
</style>
border-color css
<style>
span { border-color: #ECE49C; }
span { border-color: rgb(236,228,156); }
td.TdClassName
{
border-color: #ECE49C;
}
.TagClassName
{
border-color: #ECE49C;
}
</style>