Shades of Beauty Bush #EFC0B5
Tints of Beauty Bush #EFC0B5
RGB
CMYK
RGB Variations
Color information
#EFC0B5 (or 0xEFC0B5) is known color: Beauty Bush. HEX triplet: EF, C0 and B5. RGB value is (239,192,181). Sum of RGB (Red+Green+Blue) = 239+192+181=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0B5 is #103F4A. Grayscale: #CCCCCC. Windows color (decimal): -1064779 or 11911407. OLE color: 11911407.
HSL color Cylindrical-coordinate representation of color #EFC0B5: hue angle of 11.38º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC0B5 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 181 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.06 |
| HSL | 11.38º | 0.64% | 0.82% | - |
| HSV(B) | 11.38º | 0.24% | 0.94% | - |
| XYZ | 62.79 | 59.39 | 51.87 | - |
| YUV | 204.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 181 | 0 | 0.20 | 0.24 | 0.06 | 11.38 | 0.64 | 0.82 |
| Hex | EF | C0 | B5 | 0 | 14 | 18 | 6 | B | 40 | 52 |
| Octal | 357 | 300 | 265 | 0 | 24 | 30 | 6 | 13 | 100 | 122 |
| Binary | 11101111 | 11000000 | 10110101 | 0 | 10100 | 11000 | 110 | 1011 | 1000000 | 1010010 |
Color Harmonies of #EFC0B5
Complementary color
Monochromatic Colors of #EFC0B5
Black with #EFC0B5
Text Example
Text Example
White with #EFC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0B5; }
p { color: rgb(239,192,181); }
H1.HeaderClassName
{
color: #EFC0B5;
}
.AnyTagClassName
{
color: #EFC0B5;
}
</style>
background-color css
<style>
a { background-color: #EFC0B5; }
a { background-color: rgb(239,192,181); }
div.DivClassName
{
background-color: #EFC0B5;
}
.BgClassName
{
background-color: #EFC0B5;
}
</style>
border-color css
<style>
span { border-color: #EFC0B5; }
span { border-color: rgb(239,192,181); }
td.TdClassName
{
border-color: #EFC0B5;
}
.TagClassName
{
border-color: #EFC0B5;
}
</style>