Shades of Pale Goldenrod #ECE8AF
Tints of Pale Goldenrod #ECE8AF
RGB
CMYK
RGB Variations
Color information
#ECE8AF (or 0xECE8AF) is known color: Pale Goldenrod. HEX triplet: EC, E8 and AF. RGB value is (236,232,175). Sum of RGB (Red+Green+Blue) = 236+232+175=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE8AF is #131750. Grayscale: #E2E2E2. Windows color (decimal): -1251153 or 11528428. OLE color: 11528428.
HSL color Cylindrical-coordinate representation of color #ECE8AF: hue angle of 56.07º 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 #ECE8AF is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 232 | 175 | - |
CMYK | 0 | 0.02 | 0.26 | 0.07 |
HSL | 56.07º | 0.62% | 0.81% | - |
HSV(B) | 56.07º | 0.26% | 0.93% | - |
XYZ | 71.19 | 78.64 | 51.98 | - |
YUV | 226.7 | 98.83 | 134.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 175 | 0 | 0.02 | 0.26 | 0.07 | 56.07 | 0.62 | 0.81 |
Hex | EC | E8 | AF | 0 | 2 | 1A | 7 | 38 | 3E | 51 |
Octal | 354 | 350 | 257 | 0 | 2 | 32 | 7 | 70 | 76 | 121 |
Binary | 11101100 | 11101000 | 10101111 | 0 | 10 | 11010 | 111 | 111000 | 111110 | 1010001 |
Color Harmonies of #ECE8AF
Complementary color
Monochromatic Colors of #ECE8AF
Black with #ECE8AF
Text Example
Text Example
White with #ECE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8AF; }
p { color: rgb(236,232,175); }
H1.HeaderClassName
{
color: #ECE8AF;
}
.AnyTagClassName
{
color: #ECE8AF;
}
</style>
background-color css
<style>
a { background-color: #ECE8AF; }
a { background-color: rgb(236,232,175); }
div.DivClassName
{
background-color: #ECE8AF;
}
.BgClassName
{
background-color: #ECE8AF;
}
</style>
border-color css
<style>
span { border-color: #ECE8AF; }
span { border-color: rgb(236,232,175); }
td.TdClassName
{
border-color: #ECE8AF;
}
.TagClassName
{
border-color: #ECE8AF;
}
</style>