Shades of Beauty Bush #EEB5AB
Tints of Beauty Bush #EEB5AB
RGB
CMYK
RGB Variations
Color information
#EEB5AB (or 0xEEB5AB) is known color: Beauty Bush. HEX triplet: EE, B5 and AB. RGB value is (238,181,171). Sum of RGB (Red+Green+Blue) = 238+181+171=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB5AB is #114A54. Grayscale: #C5C5C5. Windows color (decimal): -1133141 or 11253230. OLE color: 11253230.
HSL color Cylindrical-coordinate representation of color #EEB5AB: hue angle of 8.96º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB5AB is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 171 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.07 |
| HSL | 8.96º | 0.66% | 0.8% | - |
| HSV(B) | 8.96º | 0.28% | 0.93% | - |
| XYZ | 59.13 | 54.17 | 45.87 | - |
| YUV | 196.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 171 | 0 | 0.24 | 0.28 | 0.07 | 8.96 | 0.66 | 0.8 |
| Hex | EE | B5 | AB | 0 | 18 | 1C | 7 | 9 | 42 | 50 |
| Octal | 356 | 265 | 253 | 0 | 30 | 34 | 7 | 11 | 102 | 120 |
| Binary | 11101110 | 10110101 | 10101011 | 0 | 11000 | 11100 | 111 | 1001 | 1000010 | 1010000 |
Color Harmonies of #EEB5AB
Complementary color
Monochromatic Colors of #EEB5AB
Black with #EEB5AB
Text Example
Text Example
White with #EEB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5AB; }
p { color: rgb(238,181,171); }
H1.HeaderClassName
{
color: #EEB5AB;
}
.AnyTagClassName
{
color: #EEB5AB;
}
</style>
background-color css
<style>
a { background-color: #EEB5AB; }
a { background-color: rgb(238,181,171); }
div.DivClassName
{
background-color: #EEB5AB;
}
.BgClassName
{
background-color: #EEB5AB;
}
</style>
border-color css
<style>
span { border-color: #EEB5AB; }
span { border-color: rgb(238,181,171); }
td.TdClassName
{
border-color: #EEB5AB;
}
.TagClassName
{
border-color: #EEB5AB;
}
</style>