Shades of Pale Goldenrod #ECEBA5
Tints of Pale Goldenrod #ECEBA5
RGB
CMYK
RGB Variations
Color information
#ECEBA5 (or 0xECEBA5) is known color: Pale Goldenrod. HEX triplet: EC, EB and A5. RGB value is (236,235,165). Sum of RGB (Red+Green+Blue) = 236+235+165=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEBA5 is #13145A. Grayscale: #E3E3E3. Windows color (decimal): -1250395 or 10873836. OLE color: 10873836.
HSL color Cylindrical-coordinate representation of color #ECEBA5: hue angle of 59.15º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECEBA5 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 165 | - |
CMYK | 0 | 0.00 | 0.30 | 0.07 |
HSL | 59.15º | 0.65% | 0.79% | - |
HSV(B) | 59.15º | 0.3% | 0.93% | - |
XYZ | 71.09 | 79.97 | 47.29 | - |
YUV | 227.32 | 92.83 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 165 | 0 | 0.00 | 0.30 | 0.07 | 59.15 | 0.65 | 0.79 |
Hex | EC | EB | A5 | 0 | 0 | 1E | 7 | 3B | 41 | 4F |
Octal | 354 | 353 | 245 | 0 | 0 | 36 | 7 | 73 | 101 | 117 |
Binary | 11101100 | 11101011 | 10100101 | 0 | 0 | 11110 | 111 | 111011 | 1000001 | 1001111 |
Color Harmonies of #ECEBA5
Complementary color
Monochromatic Colors of #ECEBA5
Black with #ECEBA5
Text Example
Text Example
White with #ECEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBA5; }
p { color: rgb(236,235,165); }
H1.HeaderClassName
{
color: #ECEBA5;
}
.AnyTagClassName
{
color: #ECEBA5;
}
</style>
background-color css
<style>
a { background-color: #ECEBA5; }
a { background-color: rgb(236,235,165); }
div.DivClassName
{
background-color: #ECEBA5;
}
.BgClassName
{
background-color: #ECEBA5;
}
</style>
border-color css
<style>
span { border-color: #ECEBA5; }
span { border-color: rgb(236,235,165); }
td.TdClassName
{
border-color: #ECEBA5;
}
.TagClassName
{
border-color: #ECEBA5;
}
</style>