Shades of Pearl Bush #E5D1BD
Tints of Pearl Bush #E5D1BD
RGB
CMYK
RGB Variations
Color information
#E5D1BD (or 0xE5D1BD) is known color: Pearl Bush. HEX triplet: E5, D1 and BD. RGB value is (229,209,189). Sum of RGB (Red+Green+Blue) = 229+209+189=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D1BD is #1A2E42. Grayscale: #D4D4D4. Windows color (decimal): -1715779 or 12440037. OLE color: 12440037.
HSL color Cylindrical-coordinate representation of color #E5D1BD: hue angle of 30º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D1BD is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 189 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.10 |
| HSL | 30º | 0.43% | 0.82% | - |
| HSV(B) | 30º | 0.17% | 0.9% | - |
| XYZ | 64.3 | 65.93 | 57.48 | - |
| YUV | 212.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 189 | 0 | 0.09 | 0.17 | 0.10 | 30 | 0.43 | 0.82 |
| Hex | E5 | D1 | BD | 0 | 9 | 11 | A | 1E | 2B | 52 |
| Octal | 345 | 321 | 275 | 0 | 11 | 21 | 12 | 36 | 53 | 122 |
| Binary | 11100101 | 11010001 | 10111101 | 0 | 1001 | 10001 | 1010 | 11110 | 101011 | 1010010 |
Color Harmonies of #E5D1BD
Complementary color
Monochromatic Colors of #E5D1BD
Black with #E5D1BD
Text Example
Text Example
White with #E5D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D1BD; }
p { color: rgb(229,209,189); }
H1.HeaderClassName
{
color: #E5D1BD;
}
.AnyTagClassName
{
color: #E5D1BD;
}
</style>
background-color css
<style>
a { background-color: #E5D1BD; }
a { background-color: rgb(229,209,189); }
div.DivClassName
{
background-color: #E5D1BD;
}
.BgClassName
{
background-color: #E5D1BD;
}
</style>
border-color css
<style>
span { border-color: #E5D1BD; }
span { border-color: rgb(229,209,189); }
td.TdClassName
{
border-color: #E5D1BD;
}
.TagClassName
{
border-color: #E5D1BD;
}
</style>