Shades of Pale Goldenrod #ECE29E
Tints of Pale Goldenrod #ECE29E
RGB
CMYK
RGB Variations
Color information
#ECE29E (or 0xECE29E) is known color: Pale Goldenrod. HEX triplet: EC, E2 and 9E. RGB value is (236,226,158). Sum of RGB (Red+Green+Blue) = 236+226+158=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE29E is #131D61. Grayscale: #DDDDDD. Windows color (decimal): -1252706 or 10412780. OLE color: 10412780.
HSL color Cylindrical-coordinate representation of color #ECE29E: hue angle of 52.31º degrees, saturation: 0.67, 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 #ECE29E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 158 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.07 |
| HSL | 52.31º | 0.67% | 0.77% | - |
| HSV(B) | 52.31º | 0.33% | 0.93% | - |
| XYZ | 67.96 | 74.69 | 43.18 | - |
| YUV | 221.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 158 | 0 | 0.04 | 0.33 | 0.07 | 52.31 | 0.67 | 0.77 |
| Hex | EC | E2 | 9E | 0 | 4 | 21 | 7 | 34 | 43 | 4D |
| Octal | 354 | 342 | 236 | 0 | 4 | 41 | 7 | 64 | 103 | 115 |
| Binary | 11101100 | 11100010 | 10011110 | 0 | 100 | 100001 | 111 | 110100 | 1000011 | 1001101 |
Color Harmonies of #ECE29E
Complementary color
Monochromatic Colors of #ECE29E
Black with #ECE29E
Text Example
Text Example
White with #ECE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE29E; }
p { color: rgb(236,226,158); }
H1.HeaderClassName
{
color: #ECE29E;
}
.AnyTagClassName
{
color: #ECE29E;
}
</style>
background-color css
<style>
a { background-color: #ECE29E; }
a { background-color: rgb(236,226,158); }
div.DivClassName
{
background-color: #ECE29E;
}
.BgClassName
{
background-color: #ECE29E;
}
</style>
border-color css
<style>
span { border-color: #ECE29E; }
span { border-color: rgb(236,226,158); }
td.TdClassName
{
border-color: #ECE29E;
}
.TagClassName
{
border-color: #ECE29E;
}
</style>