Shades of Pearl Bush #E4D0BE
Tints of Pearl Bush #E4D0BE
RGB
CMYK
RGB Variations
Color information
#E4D0BE (or 0xE4D0BE) is known color: Pearl Bush. HEX triplet: E4, D0 and BE. RGB value is (228,208,190). Sum of RGB (Red+Green+Blue) = 228+208+190=626 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.42% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D0BE is #1B2F41. Grayscale: #D4D4D4. Windows color (decimal): -1781570 or 12505316. OLE color: 12505316.
HSL color Cylindrical-coordinate representation of color #E4D0BE: hue angle of 28.42º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4D0BE is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 208 | 190 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.11 |
| HSL | 28.42º | 0.41% | 0.82% | - |
| HSV(B) | 28.42º | 0.17% | 0.89% | - |
| XYZ | 63.85 | 65.32 | 57.96 | - |
| YUV | 211.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 190 | 0 | 0.09 | 0.17 | 0.11 | 28.42 | 0.41 | 0.82 |
| Hex | E4 | D0 | BE | 0 | 9 | 11 | B | 1C | 29 | 52 |
| Octal | 344 | 320 | 276 | 0 | 11 | 21 | 13 | 34 | 51 | 122 |
| Binary | 11100100 | 11010000 | 10111110 | 0 | 1001 | 10001 | 1011 | 11100 | 101001 | 1010010 |
Color Harmonies of #E4D0BE
Complementary color
Monochromatic Colors of #E4D0BE
Black with #E4D0BE
Text Example
Text Example
White with #E4D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D0BE; }
p { color: rgb(228,208,190); }
H1.HeaderClassName
{
color: #E4D0BE;
}
.AnyTagClassName
{
color: #E4D0BE;
}
</style>
background-color css
<style>
a { background-color: #E4D0BE; }
a { background-color: rgb(228,208,190); }
div.DivClassName
{
background-color: #E4D0BE;
}
.BgClassName
{
background-color: #E4D0BE;
}
</style>
border-color css
<style>
span { border-color: #E4D0BE; }
span { border-color: rgb(228,208,190); }
td.TdClassName
{
border-color: #E4D0BE;
}
.TagClassName
{
border-color: #E4D0BE;
}
</style>