Shades of Pale Goldenrod #ECE5AE
Tints of Pale Goldenrod #ECE5AE
RGB
CMYK
RGB Variations
Color information
#ECE5AE (or 0xECE5AE) is known color: Pale Goldenrod. HEX triplet: EC, E5 and AE. RGB value is (236,229,174). Sum of RGB (Red+Green+Blue) = 236+229+174=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE5AE is #131A51. Grayscale: #E1E1E1. Windows color (decimal): -1251922 or 11462124. OLE color: 11462124.
HSL color Cylindrical-coordinate representation of color #ECE5AE: hue angle of 53.23º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECE5AE is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 174 | - |
CMYK | 0 | 0.03 | 0.26 | 0.07 |
HSL | 53.23º | 0.62% | 0.8% | - |
HSV(B) | 53.23º | 0.26% | 0.93% | - |
XYZ | 70.25 | 76.93 | 51.19 | - |
YUV | 224.82 | 99.32 | 135.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 174 | 0 | 0.03 | 0.26 | 0.07 | 53.23 | 0.62 | 0.8 |
Hex | EC | E5 | AE | 0 | 3 | 1A | 7 | 35 | 3E | 50 |
Octal | 354 | 345 | 256 | 0 | 3 | 32 | 7 | 65 | 76 | 120 |
Binary | 11101100 | 11100101 | 10101110 | 0 | 11 | 11010 | 111 | 110101 | 111110 | 1010000 |
Color Harmonies of #ECE5AE
Complementary color
Monochromatic Colors of #ECE5AE
Black with #ECE5AE
Text Example
Text Example
White with #ECE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5AE; }
p { color: rgb(236,229,174); }
H1.HeaderClassName
{
color: #ECE5AE;
}
.AnyTagClassName
{
color: #ECE5AE;
}
</style>
background-color css
<style>
a { background-color: #ECE5AE; }
a { background-color: rgb(236,229,174); }
div.DivClassName
{
background-color: #ECE5AE;
}
.BgClassName
{
background-color: #ECE5AE;
}
</style>
border-color css
<style>
span { border-color: #ECE5AE; }
span { border-color: rgb(236,229,174); }
td.TdClassName
{
border-color: #ECE5AE;
}
.TagClassName
{
border-color: #ECE5AE;
}
</style>