Shades of Beauty Bush #EEBDBA
Tints of Beauty Bush #EEBDBA
RGB
CMYK
RGB Variations
Color information
#EEBDBA (or 0xEEBDBA) is known color: Beauty Bush. HEX triplet: EE, BD and BA. RGB value is (238,189,186). Sum of RGB (Red+Green+Blue) = 238+189+186=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBA is #114245. Grayscale: #CBCBCB. Windows color (decimal): -1131078 or 12238318. OLE color: 12238318.
HSL color Cylindrical-coordinate representation of color #EEBDBA: hue angle of 3.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBDBA is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 186 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.07 |
| HSL | 3.46º | 0.6% | 0.83% | - |
| HSV(B) | 3.46º | 0.22% | 0.93% | - |
| XYZ | 62.32 | 58.12 | 54.39 | - |
| YUV | 203.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 186 | 0 | 0.21 | 0.22 | 0.07 | 3.46 | 0.6 | 0.83 |
| Hex | EE | BD | BA | 0 | 15 | 16 | 7 | 3 | 3C | 53 |
| Octal | 356 | 275 | 272 | 0 | 25 | 26 | 7 | 3 | 74 | 123 |
| Binary | 11101110 | 10111101 | 10111010 | 0 | 10101 | 10110 | 111 | 11 | 111100 | 1010011 |
Color Harmonies of #EEBDBA
Complementary color
Monochromatic Colors of #EEBDBA
Black with #EEBDBA
Text Example
Text Example
White with #EEBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDBA; }
p { color: rgb(238,189,186); }
H1.HeaderClassName
{
color: #EEBDBA;
}
.AnyTagClassName
{
color: #EEBDBA;
}
</style>
background-color css
<style>
a { background-color: #EEBDBA; }
a { background-color: rgb(238,189,186); }
div.DivClassName
{
background-color: #EEBDBA;
}
.BgClassName
{
background-color: #EEBDBA;
}
</style>
border-color css
<style>
span { border-color: #EEBDBA; }
span { border-color: rgb(238,189,186); }
td.TdClassName
{
border-color: #EEBDBA;
}
.TagClassName
{
border-color: #EEBDBA;
}
</style>