Shades of Beauty Bush #EFB9B2
Tints of Beauty Bush #EFB9B2
RGB
CMYK
RGB Variations
Color information
#EFB9B2 (or 0xEFB9B2) is known color: Beauty Bush. HEX triplet: EF, B9 and B2. RGB value is (239,185,178). Sum of RGB (Red+Green+Blue) = 239+185+178=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9B2 is #10464D. Grayscale: #C8C8C8. Windows color (decimal): -1066574 or 11713007. OLE color: 11713007.
HSL color Cylindrical-coordinate representation of color #EFB9B2: hue angle of 6.89º 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 #EFB9B2 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 178 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.06 |
| HSL | 6.89º | 0.66% | 0.82% | - |
| HSV(B) | 6.89º | 0.26% | 0.94% | - |
| XYZ | 60.98 | 56.26 | 49.77 | - |
| YUV | 200.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 178 | 0 | 0.23 | 0.26 | 0.06 | 6.89 | 0.66 | 0.82 |
| Hex | EF | B9 | B2 | 0 | 17 | 1A | 6 | 7 | 42 | 52 |
| Octal | 357 | 271 | 262 | 0 | 27 | 32 | 6 | 7 | 102 | 122 |
| Binary | 11101111 | 10111001 | 10110010 | 0 | 10111 | 11010 | 110 | 111 | 1000010 | 1010010 |
Color Harmonies of #EFB9B2
Complementary color
Monochromatic Colors of #EFB9B2
Black with #EFB9B2
Text Example
Text Example
White with #EFB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9B2; }
p { color: rgb(239,185,178); }
H1.HeaderClassName
{
color: #EFB9B2;
}
.AnyTagClassName
{
color: #EFB9B2;
}
</style>
background-color css
<style>
a { background-color: #EFB9B2; }
a { background-color: rgb(239,185,178); }
div.DivClassName
{
background-color: #EFB9B2;
}
.BgClassName
{
background-color: #EFB9B2;
}
</style>
border-color css
<style>
span { border-color: #EFB9B2; }
span { border-color: rgb(239,185,178); }
td.TdClassName
{
border-color: #EFB9B2;
}
.TagClassName
{
border-color: #EFB9B2;
}
</style>