Shades of Beauty Bush #EEB7AD
Tints of Beauty Bush #EEB7AD
RGB
CMYK
RGB Variations
Color information
#EEB7AD (or 0xEEB7AD) is known color: Beauty Bush. HEX triplet: EE, B7 and AD. RGB value is (238,183,173). Sum of RGB (Red+Green+Blue) = 238+183+173=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB7AD is #114852. Grayscale: #C6C6C6. Windows color (decimal): -1132627 or 11384814. OLE color: 11384814.
HSL color Cylindrical-coordinate representation of color #EEB7AD: hue angle of 9.23º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB7AD is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 173 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.07 |
| HSL | 9.23º | 0.66% | 0.81% | - |
| HSV(B) | 9.23º | 0.27% | 0.93% | - |
| XYZ | 59.74 | 55.06 | 47.01 | - |
| YUV | 198.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 173 | 0 | 0.23 | 0.27 | 0.07 | 9.23 | 0.66 | 0.81 |
| Hex | EE | B7 | AD | 0 | 17 | 1B | 7 | 9 | 42 | 51 |
| Octal | 356 | 267 | 255 | 0 | 27 | 33 | 7 | 11 | 102 | 121 |
| Binary | 11101110 | 10110111 | 10101101 | 0 | 10111 | 11011 | 111 | 1001 | 1000010 | 1010001 |
Color Harmonies of #EEB7AD
Complementary color
Monochromatic Colors of #EEB7AD
Black with #EEB7AD
Text Example
Text Example
White with #EEB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7AD; }
p { color: rgb(238,183,173); }
H1.HeaderClassName
{
color: #EEB7AD;
}
.AnyTagClassName
{
color: #EEB7AD;
}
</style>
background-color css
<style>
a { background-color: #EEB7AD; }
a { background-color: rgb(238,183,173); }
div.DivClassName
{
background-color: #EEB7AD;
}
.BgClassName
{
background-color: #EEB7AD;
}
</style>
border-color css
<style>
span { border-color: #EEB7AD; }
span { border-color: rgb(238,183,173); }
td.TdClassName
{
border-color: #EEB7AD;
}
.TagClassName
{
border-color: #EEB7AD;
}
</style>