Shades of Pale Goldenrod #ECE5A3
Tints of Pale Goldenrod #ECE5A3
RGB
CMYK
RGB Variations
Color information
#ECE5A3 (or 0xECE5A3) is known color: Pale Goldenrod. HEX triplet: EC, E5 and A3. RGB value is (236,229,163). Sum of RGB (Red+Green+Blue) = 236+229+163=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 163 (64.06% from 255 or 25.96% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE5A3 is #131A5C. Grayscale: #DFDFDF. Windows color (decimal): -1251933 or 10741228. OLE color: 10741228.
HSL color Cylindrical-coordinate representation of color #ECE5A3: hue angle of 54.25º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECE5A3 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 163 | - |
CMYK | 0 | 0.03 | 0.31 | 0.07 |
HSL | 54.25º | 0.66% | 0.78% | - |
HSV(B) | 54.25º | 0.31% | 0.93% | - |
XYZ | 69.22 | 76.52 | 45.77 | - |
YUV | 223.57 | 93.82 | 136.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 163 | 0 | 0.03 | 0.31 | 0.07 | 54.25 | 0.66 | 0.78 |
Hex | EC | E5 | A3 | 0 | 3 | 1F | 7 | 36 | 42 | 4E |
Octal | 354 | 345 | 243 | 0 | 3 | 37 | 7 | 66 | 102 | 116 |
Binary | 11101100 | 11100101 | 10100011 | 0 | 11 | 11111 | 111 | 110110 | 1000010 | 1001110 |
Color Harmonies of #ECE5A3
Complementary color
Monochromatic Colors of #ECE5A3
Black with #ECE5A3
Text Example
Text Example
White with #ECE5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5A3; }
p { color: rgb(236,229,163); }
H1.HeaderClassName
{
color: #ECE5A3;
}
.AnyTagClassName
{
color: #ECE5A3;
}
</style>
background-color css
<style>
a { background-color: #ECE5A3; }
a { background-color: rgb(236,229,163); }
div.DivClassName
{
background-color: #ECE5A3;
}
.BgClassName
{
background-color: #ECE5A3;
}
</style>
border-color css
<style>
span { border-color: #ECE5A3; }
span { border-color: rgb(236,229,163); }
td.TdClassName
{
border-color: #ECE5A3;
}
.TagClassName
{
border-color: #ECE5A3;
}
</style>