Shades of Pale Goldenrod #EBE5B5
Tints of Pale Goldenrod #EBE5B5
RGB
CMYK
RGB Variations
Color information
#EBE5B5 (or 0xEBE5B5) is known color: Pale Goldenrod. HEX triplet: EB, E5 and B5. RGB value is (235,229,181). Sum of RGB (Red+Green+Blue) = 235+229+181=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5B5 is #141A4A. Grayscale: #E1E1E1. Windows color (decimal): -1317451 or 11920875. OLE color: 11920875.
HSL color Cylindrical-coordinate representation of color #EBE5B5: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBE5B5 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 181 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.08 |
| HSL | 53.33º | 0.57% | 0.82% | - |
| HSV(B) | 53.33º | 0.23% | 0.92% | - |
| XYZ | 70.62 | 77.04 | 54.86 | - |
| YUV | 225.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 181 | 0 | 0.03 | 0.23 | 0.08 | 53.33 | 0.57 | 0.82 |
| Hex | EB | E5 | B5 | 0 | 3 | 17 | 8 | 35 | 39 | 52 |
| Octal | 353 | 345 | 265 | 0 | 3 | 27 | 10 | 65 | 71 | 122 |
| Binary | 11101011 | 11100101 | 10110101 | 0 | 11 | 10111 | 1000 | 110101 | 111001 | 1010010 |
Color Harmonies of #EBE5B5
Complementary color
Monochromatic Colors of #EBE5B5
Black with #EBE5B5
Text Example
Text Example
White with #EBE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5B5; }
p { color: rgb(235,229,181); }
H1.HeaderClassName
{
color: #EBE5B5;
}
.AnyTagClassName
{
color: #EBE5B5;
}
</style>
background-color css
<style>
a { background-color: #EBE5B5; }
a { background-color: rgb(235,229,181); }
div.DivClassName
{
background-color: #EBE5B5;
}
.BgClassName
{
background-color: #EBE5B5;
}
</style>
border-color css
<style>
span { border-color: #EBE5B5; }
span { border-color: rgb(235,229,181); }
td.TdClassName
{
border-color: #EBE5B5;
}
.TagClassName
{
border-color: #EBE5B5;
}
</style>