Shades of Beauty Bush #EEB9AD
Tints of Beauty Bush #EEB9AD
RGB
CMYK
RGB Variations
Color information
#EEB9AD (or 0xEEB9AD) is known color: Beauty Bush. HEX triplet: EE, B9 and AD. RGB value is (238,185,173). Sum of RGB (Red+Green+Blue) = 238+185+173=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB9AD is #114652. Grayscale: #C7C7C7. Windows color (decimal): -1132115 or 11385326. OLE color: 11385326.
HSL color Cylindrical-coordinate representation of color #EEB9AD: hue angle of 11.08º 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 #EEB9AD is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 173 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.07 |
| HSL | 11.08º | 0.66% | 0.81% | - |
| HSV(B) | 11.08º | 0.27% | 0.93% | - |
| XYZ | 60.15 | 55.89 | 47.15 | - |
| YUV | 199.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 173 | 0 | 0.22 | 0.27 | 0.07 | 11.08 | 0.66 | 0.81 |
| Hex | EE | B9 | AD | 0 | 16 | 1B | 7 | B | 42 | 51 |
| Octal | 356 | 271 | 255 | 0 | 26 | 33 | 7 | 13 | 102 | 121 |
| Binary | 11101110 | 10111001 | 10101101 | 0 | 10110 | 11011 | 111 | 1011 | 1000010 | 1010001 |
Color Harmonies of #EEB9AD
Complementary color
Monochromatic Colors of #EEB9AD
Black with #EEB9AD
Text Example
Text Example
White with #EEB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9AD; }
p { color: rgb(238,185,173); }
H1.HeaderClassName
{
color: #EEB9AD;
}
.AnyTagClassName
{
color: #EEB9AD;
}
</style>
background-color css
<style>
a { background-color: #EEB9AD; }
a { background-color: rgb(238,185,173); }
div.DivClassName
{
background-color: #EEB9AD;
}
.BgClassName
{
background-color: #EEB9AD;
}
</style>
border-color css
<style>
span { border-color: #EEB9AD; }
span { border-color: rgb(238,185,173); }
td.TdClassName
{
border-color: #EEB9AD;
}
.TagClassName
{
border-color: #EEB9AD;
}
</style>