Shades of Beauty Bush #EFB8B7
Tints of Beauty Bush #EFB8B7
RGB
CMYK
RGB Variations
Color information
#EFB8B7 (or 0xEFB8B7) is known color: Beauty Bush. HEX triplet: EF, B8 and B7. RGB value is (239,184,183). Sum of RGB (Red+Green+Blue) = 239+184+183=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8B7 is #104748. Grayscale: #C8C8C8. Windows color (decimal): -1066825 or 12040431. OLE color: 12040431.
HSL color Cylindrical-coordinate representation of color #EFB8B7: hue angle of 1.07º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB8B7 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 183 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.06 |
| HSL | 1.07º | 0.64% | 0.83% | - |
| HSV(B) | 1.07º | 0.23% | 0.94% | - |
| XYZ | 61.28 | 56.05 | 52.39 | - |
| YUV | 200.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 183 | 0 | 0.23 | 0.23 | 0.06 | 1.07 | 0.64 | 0.83 |
| Hex | EF | B8 | B7 | 0 | 17 | 17 | 6 | 1 | 40 | 53 |
| Octal | 357 | 270 | 267 | 0 | 27 | 27 | 6 | 1 | 100 | 123 |
| Binary | 11101111 | 10111000 | 10110111 | 0 | 10111 | 10111 | 110 | 1 | 1000000 | 1010011 |
Color Harmonies of #EFB8B7
Complementary color
Monochromatic Colors of #EFB8B7
Black with #EFB8B7
Text Example
Text Example
White with #EFB8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8B7; }
p { color: rgb(239,184,183); }
H1.HeaderClassName
{
color: #EFB8B7;
}
.AnyTagClassName
{
color: #EFB8B7;
}
</style>
background-color css
<style>
a { background-color: #EFB8B7; }
a { background-color: rgb(239,184,183); }
div.DivClassName
{
background-color: #EFB8B7;
}
.BgClassName
{
background-color: #EFB8B7;
}
</style>
border-color css
<style>
span { border-color: #EFB8B7; }
span { border-color: rgb(239,184,183); }
td.TdClassName
{
border-color: #EFB8B7;
}
.TagClassName
{
border-color: #EFB8B7;
}
</style>