Shades of Beauty Bush #EABDBA
Tints of Beauty Bush #EABDBA
RGB
CMYK
RGB Variations
Color information
#EABDBA (or 0xEABDBA) is known color: Beauty Bush. HEX triplet: EA, BD and BA. RGB value is (234,189,186). Sum of RGB (Red+Green+Blue) = 234+189+186=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBA is #154245. Grayscale: #CACACA. Windows color (decimal): -1393222 or 12238314. OLE color: 12238314.
HSL color Cylindrical-coordinate representation of color #EABDBA: hue angle of 3.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABDBA is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 186 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.08 |
| HSL | 3.75º | 0.53% | 0.82% | - |
| HSV(B) | 3.75º | 0.21% | 0.92% | - |
| XYZ | 60.99 | 57.43 | 54.33 | - |
| YUV | 202.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 186 | 0 | 0.19 | 0.21 | 0.08 | 3.75 | 0.53 | 0.82 |
| Hex | EA | BD | BA | 0 | 13 | 15 | 8 | 4 | 35 | 52 |
| Octal | 352 | 275 | 272 | 0 | 23 | 25 | 10 | 4 | 65 | 122 |
| Binary | 11101010 | 10111101 | 10111010 | 0 | 10011 | 10101 | 1000 | 100 | 110101 | 1010010 |
Color Harmonies of #EABDBA
Complementary color
Monochromatic Colors of #EABDBA
Black with #EABDBA
Text Example
Text Example
White with #EABDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDBA; }
p { color: rgb(234,189,186); }
H1.HeaderClassName
{
color: #EABDBA;
}
.AnyTagClassName
{
color: #EABDBA;
}
</style>
background-color css
<style>
a { background-color: #EABDBA; }
a { background-color: rgb(234,189,186); }
div.DivClassName
{
background-color: #EABDBA;
}
.BgClassName
{
background-color: #EABDBA;
}
</style>
border-color css
<style>
span { border-color: #EABDBA; }
span { border-color: rgb(234,189,186); }
td.TdClassName
{
border-color: #EABDBA;
}
.TagClassName
{
border-color: #EABDBA;
}
</style>