Shades of Pearl Bush #E4CDBA
Tints of Pearl Bush #E4CDBA
RGB
CMYK
RGB Variations
Color information
#E4CDBA (or 0xE4CDBA) is known color: Pearl Bush. HEX triplet: E4, CD and BA. RGB value is (228,205,186). Sum of RGB (Red+Green+Blue) = 228+205+186=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDBA is #1B3245. Grayscale: #D1D1D1. Windows color (decimal): -1782342 or 12242404. OLE color: 12242404.
HSL color Cylindrical-coordinate representation of color #E4CDBA: hue angle of 27.14º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CDBA is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 205 | 186 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.11 |
| HSL | 27.14º | 0.44% | 0.81% | - |
| HSV(B) | 27.14º | 0.18% | 0.89% | - |
| XYZ | 62.69 | 63.7 | 55.45 | - |
| YUV | 209.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 186 | 0 | 0.10 | 0.18 | 0.11 | 27.14 | 0.44 | 0.81 |
| Hex | E4 | CD | BA | 0 | A | 12 | B | 1B | 2C | 51 |
| Octal | 344 | 315 | 272 | 0 | 12 | 22 | 13 | 33 | 54 | 121 |
| Binary | 11100100 | 11001101 | 10111010 | 0 | 1010 | 10010 | 1011 | 11011 | 101100 | 1010001 |
Color Harmonies of #E4CDBA
Complementary color
Monochromatic Colors of #E4CDBA
Black with #E4CDBA
Text Example
Text Example
White with #E4CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDBA; }
p { color: rgb(228,205,186); }
H1.HeaderClassName
{
color: #E4CDBA;
}
.AnyTagClassName
{
color: #E4CDBA;
}
</style>
background-color css
<style>
a { background-color: #E4CDBA; }
a { background-color: rgb(228,205,186); }
div.DivClassName
{
background-color: #E4CDBA;
}
.BgClassName
{
background-color: #E4CDBA;
}
</style>
border-color css
<style>
span { border-color: #E4CDBA; }
span { border-color: rgb(228,205,186); }
td.TdClassName
{
border-color: #E4CDBA;
}
.TagClassName
{
border-color: #E4CDBA;
}
</style>