Shades of Pale Goldenrod #ECE4AF
Tints of Pale Goldenrod #ECE4AF
RGB
CMYK
RGB Variations
Color information
#ECE4AF (or 0xECE4AF) is known color: Pale Goldenrod. HEX triplet: EC, E4 and AF. RGB value is (236,228,175). Sum of RGB (Red+Green+Blue) = 236+228+175=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE4AF is #131B50. Grayscale: #E0E0E0. Windows color (decimal): -1252177 or 11527404. OLE color: 11527404.
HSL color Cylindrical-coordinate representation of color #ECE4AF: hue angle of 52.13º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECE4AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 175 | - |
CMYK | 0 | 0.03 | 0.26 | 0.07 |
HSL | 52.13º | 0.62% | 0.81% | - |
HSV(B) | 52.13º | 0.26% | 0.93% | - |
XYZ | 70.07 | 76.41 | 51.61 | - |
YUV | 224.35 | 100.15 | 136.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 175 | 0 | 0.03 | 0.26 | 0.07 | 52.13 | 0.62 | 0.81 |
Hex | EC | E4 | AF | 0 | 3 | 1A | 7 | 34 | 3E | 51 |
Octal | 354 | 344 | 257 | 0 | 3 | 32 | 7 | 64 | 76 | 121 |
Binary | 11101100 | 11100100 | 10101111 | 0 | 11 | 11010 | 111 | 110100 | 111110 | 1010001 |
Color Harmonies of #ECE4AF
Complementary color
Monochromatic Colors of #ECE4AF
Black with #ECE4AF
Text Example
Text Example
White with #ECE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4AF; }
p { color: rgb(236,228,175); }
H1.HeaderClassName
{
color: #ECE4AF;
}
.AnyTagClassName
{
color: #ECE4AF;
}
</style>
background-color css
<style>
a { background-color: #ECE4AF; }
a { background-color: rgb(236,228,175); }
div.DivClassName
{
background-color: #ECE4AF;
}
.BgClassName
{
background-color: #ECE4AF;
}
</style>
border-color css
<style>
span { border-color: #ECE4AF; }
span { border-color: rgb(236,228,175); }
td.TdClassName
{
border-color: #ECE4AF;
}
.TagClassName
{
border-color: #ECE4AF;
}
</style>