Shades of Beauty Bush #EFB5AD
Tints of Beauty Bush #EFB5AD
RGB
CMYK
RGB Variations
Color information
#EFB5AD (or 0xEFB5AD) is known color: Beauty Bush. HEX triplet: EF, B5 and AD. RGB value is (239,181,173). Sum of RGB (Red+Green+Blue) = 239+181+173=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5AD is #104A52. Grayscale: #C5C5C5. Windows color (decimal): -1067603 or 11384303. OLE color: 11384303.
HSL color Cylindrical-coordinate representation of color #EFB5AD: hue angle of 7.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB5AD is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 173 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.06 |
| HSL | 7.27º | 0.67% | 0.81% | - |
| HSV(B) | 7.27º | 0.28% | 0.94% | - |
| XYZ | 59.66 | 54.42 | 46.89 | - |
| YUV | 197.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 173 | 0 | 0.24 | 0.28 | 0.06 | 7.27 | 0.67 | 0.81 |
| Hex | EF | B5 | AD | 0 | 18 | 1C | 6 | 7 | 43 | 51 |
| Octal | 357 | 265 | 255 | 0 | 30 | 34 | 6 | 7 | 103 | 121 |
| Binary | 11101111 | 10110101 | 10101101 | 0 | 11000 | 11100 | 110 | 111 | 1000011 | 1010001 |
Color Harmonies of #EFB5AD
Complementary color
Monochromatic Colors of #EFB5AD
Black with #EFB5AD
Text Example
Text Example
White with #EFB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5AD; }
p { color: rgb(239,181,173); }
H1.HeaderClassName
{
color: #EFB5AD;
}
.AnyTagClassName
{
color: #EFB5AD;
}
</style>
background-color css
<style>
a { background-color: #EFB5AD; }
a { background-color: rgb(239,181,173); }
div.DivClassName
{
background-color: #EFB5AD;
}
.BgClassName
{
background-color: #EFB5AD;
}
</style>
border-color css
<style>
span { border-color: #EFB5AD; }
span { border-color: rgb(239,181,173); }
td.TdClassName
{
border-color: #EFB5AD;
}
.TagClassName
{
border-color: #EFB5AD;
}
</style>