Shades of Pearl Bush #E4D0BC
Tints of Pearl Bush #E4D0BC
RGB
CMYK
RGB Variations
Color information
#E4D0BC (or 0xE4D0BC) is known color: Pearl Bush. HEX triplet: E4, D0 and BC. RGB value is (228,208,188). Sum of RGB (Red+Green+Blue) = 228+208+188=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D0BC is #1B2F43. Grayscale: #D3D3D3. Windows color (decimal): -1781572 or 12374244. OLE color: 12374244.
HSL color Cylindrical-coordinate representation of color #E4D0BC: hue angle of 30º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4D0BC is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 208 | 188 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.11 |
| HSL | 30º | 0.43% | 0.82% | - |
| HSV(B) | 30º | 0.18% | 0.89% | - |
| XYZ | 63.63 | 65.24 | 56.82 | - |
| YUV | 211.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 188 | 0 | 0.09 | 0.18 | 0.11 | 30 | 0.43 | 0.82 |
| Hex | E4 | D0 | BC | 0 | 9 | 12 | B | 1E | 2B | 52 |
| Octal | 344 | 320 | 274 | 0 | 11 | 22 | 13 | 36 | 53 | 122 |
| Binary | 11100100 | 11010000 | 10111100 | 0 | 1001 | 10010 | 1011 | 11110 | 101011 | 1010010 |
Color Harmonies of #E4D0BC
Complementary color
Monochromatic Colors of #E4D0BC
Black with #E4D0BC
Text Example
Text Example
White with #E4D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D0BC; }
p { color: rgb(228,208,188); }
H1.HeaderClassName
{
color: #E4D0BC;
}
.AnyTagClassName
{
color: #E4D0BC;
}
</style>
background-color css
<style>
a { background-color: #E4D0BC; }
a { background-color: rgb(228,208,188); }
div.DivClassName
{
background-color: #E4D0BC;
}
.BgClassName
{
background-color: #E4D0BC;
}
</style>
border-color css
<style>
span { border-color: #E4D0BC; }
span { border-color: rgb(228,208,188); }
td.TdClassName
{
border-color: #E4D0BC;
}
.TagClassName
{
border-color: #E4D0BC;
}
</style>