Shades of Beauty Bush #EFC1BE
Tints of Beauty Bush #EFC1BE
RGB
CMYK
RGB Variations
Color information
#EFC1BE (or 0xEFC1BE) is known color: Beauty Bush. HEX triplet: EF, C1 and BE. RGB value is (239,193,190). Sum of RGB (Red+Green+Blue) = 239+193+190=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1BE is #103E41. Grayscale: #CECECE. Windows color (decimal): -1064514 or 12501487. OLE color: 12501487.
HSL color Cylindrical-coordinate representation of color #EFC1BE: hue angle of 3.67º degrees, saturation: 0.6, 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 #EFC1BE is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 190 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.06 |
| HSL | 3.67º | 0.6% | 0.84% | - |
| HSV(B) | 3.67º | 0.21% | 0.94% | - |
| XYZ | 63.96 | 60.21 | 56.97 | - |
| YUV | 206.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 190 | 0 | 0.19 | 0.21 | 0.06 | 3.67 | 0.6 | 0.84 |
| Hex | EF | C1 | BE | 0 | 13 | 15 | 6 | 4 | 3C | 54 |
| Octal | 357 | 301 | 276 | 0 | 23 | 25 | 6 | 4 | 74 | 124 |
| Binary | 11101111 | 11000001 | 10111110 | 0 | 10011 | 10101 | 110 | 100 | 111100 | 1010100 |
Color Harmonies of #EFC1BE
Complementary color
Monochromatic Colors of #EFC1BE
Black with #EFC1BE
Text Example
Text Example
White with #EFC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1BE; }
p { color: rgb(239,193,190); }
H1.HeaderClassName
{
color: #EFC1BE;
}
.AnyTagClassName
{
color: #EFC1BE;
}
</style>
background-color css
<style>
a { background-color: #EFC1BE; }
a { background-color: rgb(239,193,190); }
div.DivClassName
{
background-color: #EFC1BE;
}
.BgClassName
{
background-color: #EFC1BE;
}
</style>
border-color css
<style>
span { border-color: #EFC1BE; }
span { border-color: rgb(239,193,190); }
td.TdClassName
{
border-color: #EFC1BE;
}
.TagClassName
{
border-color: #EFC1BE;
}
</style>