Shades of Beauty Bush #EFBAB7
Tints of Beauty Bush #EFBAB7
RGB
CMYK
RGB Variations
Color information
#EFBAB7 (or 0xEFBAB7) is known color: Beauty Bush. HEX triplet: EF, BA and B7. RGB value is (239,186,183). Sum of RGB (Red+Green+Blue) = 239+186+183=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAB7 is #104548. Grayscale: #C9C9C9. Windows color (decimal): -1066313 or 12040943. OLE color: 12040943.
HSL color Cylindrical-coordinate representation of color #EFBAB7: hue angle of 3.21º 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 #EFBAB7 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 183 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.06 |
| HSL | 3.21º | 0.64% | 0.83% | - |
| HSV(B) | 3.21º | 0.23% | 0.94% | - |
| XYZ | 61.7 | 56.89 | 52.53 | - |
| YUV | 201.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 183 | 0 | 0.22 | 0.23 | 0.06 | 3.21 | 0.64 | 0.83 |
| Hex | EF | BA | B7 | 0 | 16 | 17 | 6 | 3 | 40 | 53 |
| Octal | 357 | 272 | 267 | 0 | 26 | 27 | 6 | 3 | 100 | 123 |
| Binary | 11101111 | 10111010 | 10110111 | 0 | 10110 | 10111 | 110 | 11 | 1000000 | 1010011 |
Color Harmonies of #EFBAB7
Complementary color
Monochromatic Colors of #EFBAB7
Black with #EFBAB7
Text Example
Text Example
White with #EFBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAB7; }
p { color: rgb(239,186,183); }
H1.HeaderClassName
{
color: #EFBAB7;
}
.AnyTagClassName
{
color: #EFBAB7;
}
</style>
background-color css
<style>
a { background-color: #EFBAB7; }
a { background-color: rgb(239,186,183); }
div.DivClassName
{
background-color: #EFBAB7;
}
.BgClassName
{
background-color: #EFBAB7;
}
</style>
border-color css
<style>
span { border-color: #EFBAB7; }
span { border-color: rgb(239,186,183); }
td.TdClassName
{
border-color: #EFBAB7;
}
.TagClassName
{
border-color: #EFBAB7;
}
</style>