Shades of Beauty Bush #EEB7AF
Tints of Beauty Bush #EEB7AF
RGB
CMYK
RGB Variations
Color information
#EEB7AF (or 0xEEB7AF) is known color: Beauty Bush. HEX triplet: EE, B7 and AF. RGB value is (238,183,175). Sum of RGB (Red+Green+Blue) = 238+183+175=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB7AF is #114850. Grayscale: #C6C6C6. Windows color (decimal): -1132625 or 11515886. OLE color: 11515886.
HSL color Cylindrical-coordinate representation of color #EEB7AF: hue angle of 7.62º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB7AF is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 175 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.07 |
| HSL | 7.62º | 0.65% | 0.81% | - |
| HSV(B) | 7.62º | 0.26% | 0.93% | - |
| XYZ | 59.93 | 55.14 | 48.04 | - |
| YUV | 198.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 175 | 0 | 0.23 | 0.26 | 0.07 | 7.62 | 0.65 | 0.81 |
| Hex | EE | B7 | AF | 0 | 17 | 1A | 7 | 8 | 41 | 51 |
| Octal | 356 | 267 | 257 | 0 | 27 | 32 | 7 | 10 | 101 | 121 |
| Binary | 11101110 | 10110111 | 10101111 | 0 | 10111 | 11010 | 111 | 1000 | 1000001 | 1010001 |
Color Harmonies of #EEB7AF
Complementary color
Monochromatic Colors of #EEB7AF
Black with #EEB7AF
Text Example
Text Example
White with #EEB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7AF; }
p { color: rgb(238,183,175); }
H1.HeaderClassName
{
color: #EEB7AF;
}
.AnyTagClassName
{
color: #EEB7AF;
}
</style>
background-color css
<style>
a { background-color: #EEB7AF; }
a { background-color: rgb(238,183,175); }
div.DivClassName
{
background-color: #EEB7AF;
}
.BgClassName
{
background-color: #EEB7AF;
}
</style>
border-color css
<style>
span { border-color: #EEB7AF; }
span { border-color: rgb(238,183,175); }
td.TdClassName
{
border-color: #EEB7AF;
}
.TagClassName
{
border-color: #EEB7AF;
}
</style>