Shades of Pearl Bush #E6D0BA
Tints of Pearl Bush #E6D0BA
RGB
CMYK
RGB Variations
Color information
#E6D0BA (or 0xE6D0BA) is known color: Pearl Bush. HEX triplet: E6, D0 and BA. RGB value is (230,208,186). Sum of RGB (Red+Green+Blue) = 230+208+186=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0BA is #192F45. Grayscale: #D4D4D4. Windows color (decimal): -1650502 or 12243174. OLE color: 12243174.
HSL color Cylindrical-coordinate representation of color #E6D0BA: hue angle of 30º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6D0BA is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 186 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.10 |
| HSL | 30º | 0.47% | 0.82% | - |
| HSV(B) | 30º | 0.19% | 0.9% | - |
| XYZ | 64.05 | 65.48 | 55.72 | - |
| YUV | 212.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 186 | 0 | 0.10 | 0.19 | 0.10 | 30 | 0.47 | 0.82 |
| Hex | E6 | D0 | BA | 0 | A | 13 | A | 1E | 2F | 52 |
| Octal | 346 | 320 | 272 | 0 | 12 | 23 | 12 | 36 | 57 | 122 |
| Binary | 11100110 | 11010000 | 10111010 | 0 | 1010 | 10011 | 1010 | 11110 | 101111 | 1010010 |
Color Harmonies of #E6D0BA
Complementary color
Monochromatic Colors of #E6D0BA
Black with #E6D0BA
Text Example
Text Example
White with #E6D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D0BA; }
p { color: rgb(230,208,186); }
H1.HeaderClassName
{
color: #E6D0BA;
}
.AnyTagClassName
{
color: #E6D0BA;
}
</style>
background-color css
<style>
a { background-color: #E6D0BA; }
a { background-color: rgb(230,208,186); }
div.DivClassName
{
background-color: #E6D0BA;
}
.BgClassName
{
background-color: #E6D0BA;
}
</style>
border-color css
<style>
span { border-color: #E6D0BA; }
span { border-color: rgb(230,208,186); }
td.TdClassName
{
border-color: #E6D0BA;
}
.TagClassName
{
border-color: #E6D0BA;
}
</style>