Shades of Beauty Bush #EFB5AB
Tints of Beauty Bush #EFB5AB
RGB
CMYK
RGB Variations
Color information
#EFB5AB (or 0xEFB5AB) is known color: Beauty Bush. HEX triplet: EF, B5 and AB. RGB value is (239,181,171). Sum of RGB (Red+Green+Blue) = 239+181+171=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5AB is #104A54. Grayscale: #C5C5C5. Windows color (decimal): -1067605 or 11253231. OLE color: 11253231.
HSL color Cylindrical-coordinate representation of color #EFB5AB: hue angle of 8.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB5AB is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 171 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.06 |
| HSL | 8.82º | 0.68% | 0.8% | - |
| HSV(B) | 8.82º | 0.28% | 0.94% | - |
| XYZ | 59.47 | 54.34 | 45.88 | - |
| YUV | 197.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 171 | 0 | 0.24 | 0.28 | 0.06 | 8.82 | 0.68 | 0.8 |
| Hex | EF | B5 | AB | 0 | 18 | 1C | 6 | 9 | 44 | 50 |
| Octal | 357 | 265 | 253 | 0 | 30 | 34 | 6 | 11 | 104 | 120 |
| Binary | 11101111 | 10110101 | 10101011 | 0 | 11000 | 11100 | 110 | 1001 | 1000100 | 1010000 |
Color Harmonies of #EFB5AB
Complementary color
Monochromatic Colors of #EFB5AB
Black with #EFB5AB
Text Example
Text Example
White with #EFB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5AB; }
p { color: rgb(239,181,171); }
H1.HeaderClassName
{
color: #EFB5AB;
}
.AnyTagClassName
{
color: #EFB5AB;
}
</style>
background-color css
<style>
a { background-color: #EFB5AB; }
a { background-color: rgb(239,181,171); }
div.DivClassName
{
background-color: #EFB5AB;
}
.BgClassName
{
background-color: #EFB5AB;
}
</style>
border-color css
<style>
span { border-color: #EFB5AB; }
span { border-color: rgb(239,181,171); }
td.TdClassName
{
border-color: #EFB5AB;
}
.TagClassName
{
border-color: #EFB5AB;
}
</style>