Shades of Beauty Bush #EFB7B1
Tints of Beauty Bush #EFB7B1
RGB
CMYK
RGB Variations
Color information
#EFB7B1 (or 0xEFB7B1) is known color: Beauty Bush. HEX triplet: EF, B7 and B1. RGB value is (239,183,177). Sum of RGB (Red+Green+Blue) = 239+183+177=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7B1 is #10484E. Grayscale: #C7C7C7. Windows color (decimal): -1067087 or 11646959. OLE color: 11646959.
HSL color Cylindrical-coordinate representation of color #EFB7B1: hue angle of 5.81º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB7B1 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 177 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.06 |
| HSL | 5.81º | 0.66% | 0.82% | - |
| HSV(B) | 5.81º | 0.26% | 0.94% | - |
| XYZ | 60.47 | 55.39 | 49.1 | - |
| YUV | 199.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 177 | 0 | 0.23 | 0.26 | 0.06 | 5.81 | 0.66 | 0.82 |
| Hex | EF | B7 | B1 | 0 | 17 | 1A | 6 | 6 | 42 | 52 |
| Octal | 357 | 267 | 261 | 0 | 27 | 32 | 6 | 6 | 102 | 122 |
| Binary | 11101111 | 10110111 | 10110001 | 0 | 10111 | 11010 | 110 | 110 | 1000010 | 1010010 |
Color Harmonies of #EFB7B1
Complementary color
Monochromatic Colors of #EFB7B1
Black with #EFB7B1
Text Example
Text Example
White with #EFB7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7B1; }
p { color: rgb(239,183,177); }
H1.HeaderClassName
{
color: #EFB7B1;
}
.AnyTagClassName
{
color: #EFB7B1;
}
</style>
background-color css
<style>
a { background-color: #EFB7B1; }
a { background-color: rgb(239,183,177); }
div.DivClassName
{
background-color: #EFB7B1;
}
.BgClassName
{
background-color: #EFB7B1;
}
</style>
border-color css
<style>
span { border-color: #EFB7B1; }
span { border-color: rgb(239,183,177); }
td.TdClassName
{
border-color: #EFB7B1;
}
.TagClassName
{
border-color: #EFB7B1;
}
</style>