Shades of Beauty Bush #EFBEBC
Tints of Beauty Bush #EFBEBC
RGB
CMYK
RGB Variations
Color information
#EFBEBC (or 0xEFBEBC) is known color: Beauty Bush. HEX triplet: EF, BE and BC. RGB value is (239,190,188). Sum of RGB (Red+Green+Blue) = 239+190+188=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEBC is #104143. Grayscale: #CCCCCC. Windows color (decimal): -1065284 or 12369647. OLE color: 12369647.
HSL color Cylindrical-coordinate representation of color #EFBEBC: hue angle of 2.35º 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 #EFBEBC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 188 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.06 |
| HSL | 2.35º | 0.61% | 0.84% | - |
| HSV(B) | 2.35º | 0.21% | 0.94% | - |
| XYZ | 63.09 | 58.81 | 55.6 | - |
| YUV | 204.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 188 | 0 | 0.21 | 0.21 | 0.06 | 2.35 | 0.61 | 0.84 |
| Hex | EF | BE | BC | 0 | 15 | 15 | 6 | 2 | 3D | 54 |
| Octal | 357 | 276 | 274 | 0 | 25 | 25 | 6 | 2 | 75 | 124 |
| Binary | 11101111 | 10111110 | 10111100 | 0 | 10101 | 10101 | 110 | 10 | 111101 | 1010100 |
Color Harmonies of #EFBEBC
Complementary color
Monochromatic Colors of #EFBEBC
Black with #EFBEBC
Text Example
Text Example
White with #EFBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEBC; }
p { color: rgb(239,190,188); }
H1.HeaderClassName
{
color: #EFBEBC;
}
.AnyTagClassName
{
color: #EFBEBC;
}
</style>
background-color css
<style>
a { background-color: #EFBEBC; }
a { background-color: rgb(239,190,188); }
div.DivClassName
{
background-color: #EFBEBC;
}
.BgClassName
{
background-color: #EFBEBC;
}
</style>
border-color css
<style>
span { border-color: #EFBEBC; }
span { border-color: rgb(239,190,188); }
td.TdClassName
{
border-color: #EFBEBC;
}
.TagClassName
{
border-color: #EFBEBC;
}
</style>