Shades of Beauty Bush #EFB5B0
Tints of Beauty Bush #EFB5B0
RGB
CMYK
RGB Variations
Color information
#EFB5B0 (or 0xEFB5B0) is known color: Beauty Bush. HEX triplet: EF, B5 and B0. RGB value is (239,181,176). Sum of RGB (Red+Green+Blue) = 239+181+176=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5B0 is #104A4F. Grayscale: #C5C5C5. Windows color (decimal): -1067600 or 11580911. OLE color: 11580911.
HSL color Cylindrical-coordinate representation of color #EFB5B0: hue angle of 4.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB5B0 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 176 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.06 |
| HSL | 4.76º | 0.66% | 0.81% | - |
| HSV(B) | 4.76º | 0.26% | 0.94% | - |
| XYZ | 59.96 | 54.53 | 48.44 | - |
| YUV | 197.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 176 | 0 | 0.24 | 0.26 | 0.06 | 4.76 | 0.66 | 0.81 |
| Hex | EF | B5 | B0 | 0 | 18 | 1A | 6 | 5 | 42 | 51 |
| Octal | 357 | 265 | 260 | 0 | 30 | 32 | 6 | 5 | 102 | 121 |
| Binary | 11101111 | 10110101 | 10110000 | 0 | 11000 | 11010 | 110 | 101 | 1000010 | 1010001 |
Color Harmonies of #EFB5B0
Complementary color
Monochromatic Colors of #EFB5B0
Black with #EFB5B0
Text Example
Text Example
White with #EFB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5B0; }
p { color: rgb(239,181,176); }
H1.HeaderClassName
{
color: #EFB5B0;
}
.AnyTagClassName
{
color: #EFB5B0;
}
</style>
background-color css
<style>
a { background-color: #EFB5B0; }
a { background-color: rgb(239,181,176); }
div.DivClassName
{
background-color: #EFB5B0;
}
.BgClassName
{
background-color: #EFB5B0;
}
</style>
border-color css
<style>
span { border-color: #EFB5B0; }
span { border-color: rgb(239,181,176); }
td.TdClassName
{
border-color: #EFB5B0;
}
.TagClassName
{
border-color: #EFB5B0;
}
</style>