Shades of Beauty Bush #EFC0B6
Tints of Beauty Bush #EFC0B6
RGB
CMYK
RGB Variations
Color information
#EFC0B6 (or 0xEFC0B6) is known color: Beauty Bush. HEX triplet: EF, C0 and B6. RGB value is (239,192,182). Sum of RGB (Red+Green+Blue) = 239+192+182=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0B6 is #103F49. Grayscale: #CDCDCD. Windows color (decimal): -1064778 or 11976943. OLE color: 11976943.
HSL color Cylindrical-coordinate representation of color #EFC0B6: hue angle of 10.53º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC0B6 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 182 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.06 |
| HSL | 10.53º | 0.64% | 0.83% | - |
| HSV(B) | 10.53º | 0.24% | 0.94% | - |
| XYZ | 62.89 | 59.43 | 52.41 | - |
| YUV | 204.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 182 | 0 | 0.20 | 0.24 | 0.06 | 10.53 | 0.64 | 0.83 |
| Hex | EF | C0 | B6 | 0 | 14 | 18 | 6 | B | 40 | 53 |
| Octal | 357 | 300 | 266 | 0 | 24 | 30 | 6 | 13 | 100 | 123 |
| Binary | 11101111 | 11000000 | 10110110 | 0 | 10100 | 11000 | 110 | 1011 | 1000000 | 1010011 |
Color Harmonies of #EFC0B6
Complementary color
Monochromatic Colors of #EFC0B6
Black with #EFC0B6
Text Example
Text Example
White with #EFC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0B6; }
p { color: rgb(239,192,182); }
H1.HeaderClassName
{
color: #EFC0B6;
}
.AnyTagClassName
{
color: #EFC0B6;
}
</style>
background-color css
<style>
a { background-color: #EFC0B6; }
a { background-color: rgb(239,192,182); }
div.DivClassName
{
background-color: #EFC0B6;
}
.BgClassName
{
background-color: #EFC0B6;
}
</style>
border-color css
<style>
span { border-color: #EFC0B6; }
span { border-color: rgb(239,192,182); }
td.TdClassName
{
border-color: #EFC0B6;
}
.TagClassName
{
border-color: #EFC0B6;
}
</style>