Shades of Beauty Bush #EEB8AD
Tints of Beauty Bush #EEB8AD
RGB
CMYK
RGB Variations
Color information
#EEB8AD (or 0xEEB8AD) is known color: Beauty Bush. HEX triplet: EE, B8 and AD. RGB value is (238,184,173). Sum of RGB (Red+Green+Blue) = 238+184+173=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB8AD is #114752. Grayscale: #C6C6C6. Windows color (decimal): -1132371 or 11385070. OLE color: 11385070.
HSL color Cylindrical-coordinate representation of color #EEB8AD: hue angle of 10.15º 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 #EEB8AD is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 173 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.07 |
| HSL | 10.15º | 0.66% | 0.81% | - |
| HSV(B) | 10.15º | 0.27% | 0.93% | - |
| XYZ | 59.94 | 55.48 | 47.08 | - |
| YUV | 198.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 173 | 0 | 0.23 | 0.27 | 0.07 | 10.15 | 0.66 | 0.81 |
| Hex | EE | B8 | AD | 0 | 17 | 1B | 7 | A | 42 | 51 |
| Octal | 356 | 270 | 255 | 0 | 27 | 33 | 7 | 12 | 102 | 121 |
| Binary | 11101110 | 10111000 | 10101101 | 0 | 10111 | 11011 | 111 | 1010 | 1000010 | 1010001 |
Color Harmonies of #EEB8AD
Complementary color
Monochromatic Colors of #EEB8AD
Black with #EEB8AD
Text Example
Text Example
White with #EEB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8AD; }
p { color: rgb(238,184,173); }
H1.HeaderClassName
{
color: #EEB8AD;
}
.AnyTagClassName
{
color: #EEB8AD;
}
</style>
background-color css
<style>
a { background-color: #EEB8AD; }
a { background-color: rgb(238,184,173); }
div.DivClassName
{
background-color: #EEB8AD;
}
.BgClassName
{
background-color: #EEB8AD;
}
</style>
border-color css
<style>
span { border-color: #EEB8AD; }
span { border-color: rgb(238,184,173); }
td.TdClassName
{
border-color: #EEB8AD;
}
.TagClassName
{
border-color: #EEB8AD;
}
</style>