Shades of Pale Goldenrod #EBE5B7
Tints of Pale Goldenrod #EBE5B7
RGB
CMYK
RGB Variations
Color information
#EBE5B7 (or 0xEBE5B7) is known color: Pale Goldenrod. HEX triplet: EB, E5 and B7. RGB value is (235,229,183). Sum of RGB (Red+Green+Blue) = 235+229+183=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5B7 is #141A48. Grayscale: #E1E1E1. Windows color (decimal): -1317449 or 12051947. OLE color: 12051947.
HSL color Cylindrical-coordinate representation of color #EBE5B7: hue angle of 53.08º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBE5B7 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 183 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.08 |
| HSL | 53.08º | 0.57% | 0.82% | - |
| HSV(B) | 53.08º | 0.22% | 0.92% | - |
| XYZ | 70.83 | 77.12 | 55.95 | - |
| YUV | 225.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 183 | 0 | 0.03 | 0.22 | 0.08 | 53.08 | 0.57 | 0.82 |
| Hex | EB | E5 | B7 | 0 | 3 | 16 | 8 | 35 | 39 | 52 |
| Octal | 353 | 345 | 267 | 0 | 3 | 26 | 10 | 65 | 71 | 122 |
| Binary | 11101011 | 11100101 | 10110111 | 0 | 11 | 10110 | 1000 | 110101 | 111001 | 1010010 |
Color Harmonies of #EBE5B7
Complementary color
Monochromatic Colors of #EBE5B7
Black with #EBE5B7
Text Example
Text Example
White with #EBE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5B7; }
p { color: rgb(235,229,183); }
H1.HeaderClassName
{
color: #EBE5B7;
}
.AnyTagClassName
{
color: #EBE5B7;
}
</style>
background-color css
<style>
a { background-color: #EBE5B7; }
a { background-color: rgb(235,229,183); }
div.DivClassName
{
background-color: #EBE5B7;
}
.BgClassName
{
background-color: #EBE5B7;
}
</style>
border-color css
<style>
span { border-color: #EBE5B7; }
span { border-color: rgb(235,229,183); }
td.TdClassName
{
border-color: #EBE5B7;
}
.TagClassName
{
border-color: #EBE5B7;
}
</style>