Shades of Beauty Bush #EFC2BB
Tints of Beauty Bush #EFC2BB
RGB
CMYK
RGB Variations
Color information
#EFC2BB (or 0xEFC2BB) is known color: Beauty Bush. HEX triplet: EF, C2 and BB. RGB value is (239,194,187). Sum of RGB (Red+Green+Blue) = 239+194+187=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2BB is #103D44. Grayscale: #CECECE. Windows color (decimal): -1064261 or 12305135. OLE color: 12305135.
HSL color Cylindrical-coordinate representation of color #EFC2BB: hue angle of 8.08º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC2BB is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 187 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.06 |
| HSL | 8.08º | 0.62% | 0.84% | - |
| HSV(B) | 8.08º | 0.22% | 0.94% | - |
| XYZ | 63.86 | 60.52 | 55.33 | - |
| YUV | 206.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 187 | 0 | 0.19 | 0.22 | 0.06 | 8.08 | 0.62 | 0.84 |
| Hex | EF | C2 | BB | 0 | 13 | 16 | 6 | 8 | 3E | 54 |
| Octal | 357 | 302 | 273 | 0 | 23 | 26 | 6 | 10 | 76 | 124 |
| Binary | 11101111 | 11000010 | 10111011 | 0 | 10011 | 10110 | 110 | 1000 | 111110 | 1010100 |
Color Harmonies of #EFC2BB
Complementary color
Monochromatic Colors of #EFC2BB
Black with #EFC2BB
Text Example
Text Example
White with #EFC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2BB; }
p { color: rgb(239,194,187); }
H1.HeaderClassName
{
color: #EFC2BB;
}
.AnyTagClassName
{
color: #EFC2BB;
}
</style>
background-color css
<style>
a { background-color: #EFC2BB; }
a { background-color: rgb(239,194,187); }
div.DivClassName
{
background-color: #EFC2BB;
}
.BgClassName
{
background-color: #EFC2BB;
}
</style>
border-color css
<style>
span { border-color: #EFC2BB; }
span { border-color: rgb(239,194,187); }
td.TdClassName
{
border-color: #EFC2BB;
}
.TagClassName
{
border-color: #EFC2BB;
}
</style>