Shades of Pale Goldenrod #ECE4AE
Tints of Pale Goldenrod #ECE4AE
RGB
CMYK
RGB Variations
Color information
#ECE4AE (or 0xECE4AE) is known color: Pale Goldenrod. HEX triplet: EC, E4 and AE. RGB value is (236,228,174). Sum of RGB (Red+Green+Blue) = 236+228+174=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4AE is #131B51. Grayscale: #E0E0E0. Windows color (decimal): -1252178 or 11461868. OLE color: 11461868.
HSL color Cylindrical-coordinate representation of color #ECE4AE: hue angle of 52.26º 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 #ECE4AE is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 174 | - |
CMYK | 0 | 0.03 | 0.26 | 0.07 |
HSL | 52.26º | 0.62% | 0.8% | - |
HSV(B) | 52.26º | 0.26% | 0.93% | - |
XYZ | 69.98 | 76.38 | 51.1 | - |
YUV | 224.24 | 99.65 | 136.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 174 | 0 | 0.03 | 0.26 | 0.07 | 52.26 | 0.62 | 0.8 |
Hex | EC | E4 | AE | 0 | 3 | 1A | 7 | 34 | 3E | 50 |
Octal | 354 | 344 | 256 | 0 | 3 | 32 | 7 | 64 | 76 | 120 |
Binary | 11101100 | 11100100 | 10101110 | 0 | 11 | 11010 | 111 | 110100 | 111110 | 1010000 |
Color Harmonies of #ECE4AE
Complementary color
Monochromatic Colors of #ECE4AE
Black with #ECE4AE
Text Example
Text Example
White with #ECE4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4AE; }
p { color: rgb(236,228,174); }
H1.HeaderClassName
{
color: #ECE4AE;
}
.AnyTagClassName
{
color: #ECE4AE;
}
</style>
background-color css
<style>
a { background-color: #ECE4AE; }
a { background-color: rgb(236,228,174); }
div.DivClassName
{
background-color: #ECE4AE;
}
.BgClassName
{
background-color: #ECE4AE;
}
</style>
border-color css
<style>
span { border-color: #ECE4AE; }
span { border-color: rgb(236,228,174); }
td.TdClassName
{
border-color: #ECE4AE;
}
.TagClassName
{
border-color: #ECE4AE;
}
</style>