Shades of Pale Goldenrod #EBE3A0
Tints of Pale Goldenrod #EBE3A0
RGB
CMYK
RGB Variations
Color information
#EBE3A0 (or 0xEBE3A0) is known color: Pale Goldenrod. HEX triplet: EB, E3 and A0. RGB value is (235,227,160). Sum of RGB (Red+Green+Blue) = 235+227+160=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE3A0 is #141C5F. Grayscale: #DEDEDE. Windows color (decimal): -1317984 or 10544107. OLE color: 10544107.
HSL color Cylindrical-coordinate representation of color #EBE3A0: hue angle of 53.6º 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 #EBE3A0 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 160 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.08 |
| HSL | 53.6º | 0.65% | 0.77% | - |
| HSV(B) | 53.6º | 0.32% | 0.92% | - |
| XYZ | 68.08 | 75.14 | 44.17 | - |
| YUV | 221.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 160 | 0 | 0.03 | 0.32 | 0.08 | 53.6 | 0.65 | 0.77 |
| Hex | EB | E3 | A0 | 0 | 3 | 20 | 8 | 36 | 41 | 4D |
| Octal | 353 | 343 | 240 | 0 | 3 | 40 | 10 | 66 | 101 | 115 |
| Binary | 11101011 | 11100011 | 10100000 | 0 | 11 | 100000 | 1000 | 110110 | 1000001 | 1001101 |
Color Harmonies of #EBE3A0
Complementary color
Monochromatic Colors of #EBE3A0
Black with #EBE3A0
Text Example
Text Example
White with #EBE3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3A0; }
p { color: rgb(235,227,160); }
H1.HeaderClassName
{
color: #EBE3A0;
}
.AnyTagClassName
{
color: #EBE3A0;
}
</style>
background-color css
<style>
a { background-color: #EBE3A0; }
a { background-color: rgb(235,227,160); }
div.DivClassName
{
background-color: #EBE3A0;
}
.BgClassName
{
background-color: #EBE3A0;
}
</style>
border-color css
<style>
span { border-color: #EBE3A0; }
span { border-color: rgb(235,227,160); }
td.TdClassName
{
border-color: #EBE3A0;
}
.TagClassName
{
border-color: #EBE3A0;
}
</style>