Shades of Beauty Bush #EFC3BA
Tints of Beauty Bush #EFC3BA
RGB
CMYK
RGB Variations
Color information
#EFC3BA (or 0xEFC3BA) is known color: Beauty Bush. HEX triplet: EF, C3 and BA. RGB value is (239,195,186). Sum of RGB (Red+Green+Blue) = 239+195+186=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BA is #103C45. Grayscale: #CFCFCF. Windows color (decimal): -1064006 or 12239855. OLE color: 12239855.
HSL color Cylindrical-coordinate representation of color #EFC3BA: hue angle of 10.19º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC3BA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 186 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.06 |
| HSL | 10.19º | 0.62% | 0.83% | - |
| HSV(B) | 10.19º | 0.22% | 0.94% | - |
| XYZ | 63.97 | 60.93 | 54.84 | - |
| YUV | 207.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 186 | 0 | 0.18 | 0.22 | 0.06 | 10.19 | 0.62 | 0.83 |
| Hex | EF | C3 | BA | 0 | 12 | 16 | 6 | A | 3E | 53 |
| Octal | 357 | 303 | 272 | 0 | 22 | 26 | 6 | 12 | 76 | 123 |
| Binary | 11101111 | 11000011 | 10111010 | 0 | 10010 | 10110 | 110 | 1010 | 111110 | 1010011 |
Color Harmonies of #EFC3BA
Complementary color
Monochromatic Colors of #EFC3BA
Black with #EFC3BA
Text Example
Text Example
White with #EFC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3BA; }
p { color: rgb(239,195,186); }
H1.HeaderClassName
{
color: #EFC3BA;
}
.AnyTagClassName
{
color: #EFC3BA;
}
</style>
background-color css
<style>
a { background-color: #EFC3BA; }
a { background-color: rgb(239,195,186); }
div.DivClassName
{
background-color: #EFC3BA;
}
.BgClassName
{
background-color: #EFC3BA;
}
</style>
border-color css
<style>
span { border-color: #EFC3BA; }
span { border-color: rgb(239,195,186); }
td.TdClassName
{
border-color: #EFC3BA;
}
.TagClassName
{
border-color: #EFC3BA;
}
</style>