Shades of Pale Goldenrod #EBE5B0
Tints of Pale Goldenrod #EBE5B0
RGB
CMYK
RGB Variations
Color information
#EBE5B0 (or 0xEBE5B0) is known color: Pale Goldenrod. HEX triplet: EB, E5 and B0. RGB value is (235,229,176). Sum of RGB (Red+Green+Blue) = 235+229+176=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 176 (69.14% from 255 or 27.5% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5B0 is #141A4F. Grayscale: #E0E0E0. Windows color (decimal): -1317456 or 11593195. OLE color: 11593195.
HSL color Cylindrical-coordinate representation of color #EBE5B0: hue angle of 53.9º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBE5B0 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 176 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.08 |
| HSL | 53.9º | 0.6% | 0.81% | - |
| HSV(B) | 53.9º | 0.25% | 0.92% | - |
| XYZ | 70.12 | 76.84 | 52.21 | - |
| YUV | 224.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 176 | 0 | 0.03 | 0.25 | 0.08 | 53.9 | 0.6 | 0.81 |
| Hex | EB | E5 | B0 | 0 | 3 | 19 | 8 | 36 | 3C | 51 |
| Octal | 353 | 345 | 260 | 0 | 3 | 31 | 10 | 66 | 74 | 121 |
| Binary | 11101011 | 11100101 | 10110000 | 0 | 11 | 11001 | 1000 | 110110 | 111100 | 1010001 |
Color Harmonies of #EBE5B0
Complementary color
Monochromatic Colors of #EBE5B0
Black with #EBE5B0
Text Example
Text Example
White with #EBE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5B0; }
p { color: rgb(235,229,176); }
H1.HeaderClassName
{
color: #EBE5B0;
}
.AnyTagClassName
{
color: #EBE5B0;
}
</style>
background-color css
<style>
a { background-color: #EBE5B0; }
a { background-color: rgb(235,229,176); }
div.DivClassName
{
background-color: #EBE5B0;
}
.BgClassName
{
background-color: #EBE5B0;
}
</style>
border-color css
<style>
span { border-color: #EBE5B0; }
span { border-color: rgb(235,229,176); }
td.TdClassName
{
border-color: #EBE5B0;
}
.TagClassName
{
border-color: #EBE5B0;
}
</style>