Shades of Beauty Bush #EFB7AB
Tints of Beauty Bush #EFB7AB
RGB
CMYK
RGB Variations
Color information
#EFB7AB (or 0xEFB7AB) is known color: Beauty Bush. HEX triplet: EF, B7 and AB. RGB value is (239,183,171). Sum of RGB (Red+Green+Blue) = 239+183+171=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7AB is #104854. Grayscale: #C6C6C6. Windows color (decimal): -1067093 or 11253743. OLE color: 11253743.
HSL color Cylindrical-coordinate representation of color #EFB7AB: hue angle of 10.59º 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 #EFB7AB is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 171 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 10.59º | 0.68% | 0.8% | - |
| HSV(B) | 10.59º | 0.28% | 0.94% | - |
| XYZ | 59.88 | 55.16 | 46.02 | - |
| YUV | 198.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 171 | 0 | 0.23 | 0.28 | 0.06 | 10.59 | 0.68 | 0.8 |
| Hex | EF | B7 | AB | 0 | 17 | 1C | 6 | B | 44 | 50 |
| Octal | 357 | 267 | 253 | 0 | 27 | 34 | 6 | 13 | 104 | 120 |
| Binary | 11101111 | 10110111 | 10101011 | 0 | 10111 | 11100 | 110 | 1011 | 1000100 | 1010000 |
Color Harmonies of #EFB7AB
Complementary color
Monochromatic Colors of #EFB7AB
Black with #EFB7AB
Text Example
Text Example
White with #EFB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7AB; }
p { color: rgb(239,183,171); }
H1.HeaderClassName
{
color: #EFB7AB;
}
.AnyTagClassName
{
color: #EFB7AB;
}
</style>
background-color css
<style>
a { background-color: #EFB7AB; }
a { background-color: rgb(239,183,171); }
div.DivClassName
{
background-color: #EFB7AB;
}
.BgClassName
{
background-color: #EFB7AB;
}
</style>
border-color css
<style>
span { border-color: #EFB7AB; }
span { border-color: rgb(239,183,171); }
td.TdClassName
{
border-color: #EFB7AB;
}
.TagClassName
{
border-color: #EFB7AB;
}
</style>