Shades of Pale Goldenrod #EBE6A0
Tints of Pale Goldenrod #EBE6A0
RGB
CMYK
RGB Variations
Color information
#EBE6A0 (or 0xEBE6A0) is known color: Pale Goldenrod. HEX triplet: EB, E6 and A0. RGB value is (235,230,160). Sum of RGB (Red+Green+Blue) = 235+230+160=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A0 is #14195F. Grayscale: #DFDFDF. Windows color (decimal): -1317216 or 10544875. OLE color: 10544875.
HSL color Cylindrical-coordinate representation of color #EBE6A0: hue angle of 56º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBE6A0 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 160 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.08 |
| HSL | 56º | 0.65% | 0.77% | - |
| HSV(B) | 56º | 0.32% | 0.92% | - |
| XYZ | 68.9 | 76.79 | 44.45 | - |
| YUV | 223.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 160 | 0 | 0.02 | 0.32 | 0.08 | 56 | 0.65 | 0.77 |
| Hex | EB | E6 | A0 | 0 | 2 | 20 | 8 | 38 | 41 | 4D |
| Octal | 353 | 346 | 240 | 0 | 2 | 40 | 10 | 70 | 101 | 115 |
| Binary | 11101011 | 11100110 | 10100000 | 0 | 10 | 100000 | 1000 | 111000 | 1000001 | 1001101 |
Color Harmonies of #EBE6A0
Complementary color
Monochromatic Colors of #EBE6A0
Black with #EBE6A0
Text Example
Text Example
White with #EBE6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6A0; }
p { color: rgb(235,230,160); }
H1.HeaderClassName
{
color: #EBE6A0;
}
.AnyTagClassName
{
color: #EBE6A0;
}
</style>
background-color css
<style>
a { background-color: #EBE6A0; }
a { background-color: rgb(235,230,160); }
div.DivClassName
{
background-color: #EBE6A0;
}
.BgClassName
{
background-color: #EBE6A0;
}
</style>
border-color css
<style>
span { border-color: #EBE6A0; }
span { border-color: rgb(235,230,160); }
td.TdClassName
{
border-color: #EBE6A0;
}
.TagClassName
{
border-color: #EBE6A0;
}
</style>