Shades of Beauty Bush #EFC2BD
Tints of Beauty Bush #EFC2BD
RGB
CMYK
RGB Variations
Color information
#EFC2BD (or 0xEFC2BD) is known color: Beauty Bush. HEX triplet: EF, C2 and BD. RGB value is (239,194,189). Sum of RGB (Red+Green+Blue) = 239+194+189=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2BD is #103D42. Grayscale: #CECECE. Windows color (decimal): -1064259 or 12436207. OLE color: 12436207.
HSL color Cylindrical-coordinate representation of color #EFC2BD: hue angle of 6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC2BD is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 189 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.06 |
| HSL | 6º | 0.61% | 0.84% | - |
| HSV(B) | 6º | 0.21% | 0.94% | - |
| XYZ | 64.07 | 60.61 | 56.47 | - |
| YUV | 206.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 189 | 0 | 0.19 | 0.21 | 0.06 | 6 | 0.61 | 0.84 |
| Hex | EF | C2 | BD | 0 | 13 | 15 | 6 | 6 | 3D | 54 |
| Octal | 357 | 302 | 275 | 0 | 23 | 25 | 6 | 6 | 75 | 124 |
| Binary | 11101111 | 11000010 | 10111101 | 0 | 10011 | 10101 | 110 | 110 | 111101 | 1010100 |
Color Harmonies of #EFC2BD
Complementary color
Monochromatic Colors of #EFC2BD
Black with #EFC2BD
Text Example
Text Example
White with #EFC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2BD; }
p { color: rgb(239,194,189); }
H1.HeaderClassName
{
color: #EFC2BD;
}
.AnyTagClassName
{
color: #EFC2BD;
}
</style>
background-color css
<style>
a { background-color: #EFC2BD; }
a { background-color: rgb(239,194,189); }
div.DivClassName
{
background-color: #EFC2BD;
}
.BgClassName
{
background-color: #EFC2BD;
}
</style>
border-color css
<style>
span { border-color: #EFC2BD; }
span { border-color: rgb(239,194,189); }
td.TdClassName
{
border-color: #EFC2BD;
}
.TagClassName
{
border-color: #EFC2BD;
}
</style>