Shades of Beauty Bush #EFB2AF
Tints of Beauty Bush #EFB2AF
RGB
CMYK
RGB Variations
Color information
#EFB2AF (or 0xEFB2AF) is known color: Beauty Bush. HEX triplet: EF, B2 and AF. RGB value is (239,178,175). Sum of RGB (Red+Green+Blue) = 239+178+175=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2AF is #104D50. Grayscale: #C3C3C3. Windows color (decimal): -1068369 or 11514607. OLE color: 11514607.
HSL color Cylindrical-coordinate representation of color #EFB2AF: hue angle of 2.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB2AF is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 175 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.06 |
| HSL | 2.81º | 0.67% | 0.81% | - |
| HSV(B) | 2.81º | 0.27% | 0.94% | - |
| XYZ | 59.25 | 53.29 | 47.72 | - |
| YUV | 195.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 175 | 0 | 0.26 | 0.27 | 0.06 | 2.81 | 0.67 | 0.81 |
| Hex | EF | B2 | AF | 0 | 1A | 1B | 6 | 3 | 43 | 51 |
| Octal | 357 | 262 | 257 | 0 | 32 | 33 | 6 | 3 | 103 | 121 |
| Binary | 11101111 | 10110010 | 10101111 | 0 | 11010 | 11011 | 110 | 11 | 1000011 | 1010001 |
Color Harmonies of #EFB2AF
Complementary color
Monochromatic Colors of #EFB2AF
Black with #EFB2AF
Text Example
Text Example
White with #EFB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2AF; }
p { color: rgb(239,178,175); }
H1.HeaderClassName
{
color: #EFB2AF;
}
.AnyTagClassName
{
color: #EFB2AF;
}
</style>
background-color css
<style>
a { background-color: #EFB2AF; }
a { background-color: rgb(239,178,175); }
div.DivClassName
{
background-color: #EFB2AF;
}
.BgClassName
{
background-color: #EFB2AF;
}
</style>
border-color css
<style>
span { border-color: #EFB2AF; }
span { border-color: rgb(239,178,175); }
td.TdClassName
{
border-color: #EFB2AF;
}
.TagClassName
{
border-color: #EFB2AF;
}
</style>