Shades of Beauty Bush #EFC4BD
Tints of Beauty Bush #EFC4BD
RGB
CMYK
RGB Variations
Color information
#EFC4BD (or 0xEFC4BD) is known color: Beauty Bush. HEX triplet: EF, C4 and BD. RGB value is (239,196,189). Sum of RGB (Red+Green+Blue) = 239+196+189=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BD is #103B42. Grayscale: #D0D0D0. Windows color (decimal): -1063747 or 12436719. OLE color: 12436719.
HSL color Cylindrical-coordinate representation of color #EFC4BD: hue angle of 8.4º 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 #EFC4BD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 189 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.06 |
| HSL | 8.4º | 0.61% | 0.84% | - |
| HSV(B) | 8.4º | 0.21% | 0.94% | - |
| XYZ | 64.52 | 61.5 | 56.62 | - |
| YUV | 208.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 189 | 0 | 0.18 | 0.21 | 0.06 | 8.4 | 0.61 | 0.84 |
| Hex | EF | C4 | BD | 0 | 12 | 15 | 6 | 8 | 3D | 54 |
| Octal | 357 | 304 | 275 | 0 | 22 | 25 | 6 | 10 | 75 | 124 |
| Binary | 11101111 | 11000100 | 10111101 | 0 | 10010 | 10101 | 110 | 1000 | 111101 | 1010100 |
Color Harmonies of #EFC4BD
Complementary color
Monochromatic Colors of #EFC4BD
Black with #EFC4BD
Text Example
Text Example
White with #EFC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4BD; }
p { color: rgb(239,196,189); }
H1.HeaderClassName
{
color: #EFC4BD;
}
.AnyTagClassName
{
color: #EFC4BD;
}
</style>
background-color css
<style>
a { background-color: #EFC4BD; }
a { background-color: rgb(239,196,189); }
div.DivClassName
{
background-color: #EFC4BD;
}
.BgClassName
{
background-color: #EFC4BD;
}
</style>
border-color css
<style>
span { border-color: #EFC4BD; }
span { border-color: rgb(239,196,189); }
td.TdClassName
{
border-color: #EFC4BD;
}
.TagClassName
{
border-color: #EFC4BD;
}
</style>