Shades of Beauty Bush #EEB5AD
Tints of Beauty Bush #EEB5AD
RGB
CMYK
RGB Variations
Color information
#EEB5AD (or 0xEEB5AD) is known color: Beauty Bush. HEX triplet: EE, B5 and AD. RGB value is (238,181,173). Sum of RGB (Red+Green+Blue) = 238+181+173=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB5AD is #114A52. Grayscale: #C5C5C5. Windows color (decimal): -1133139 or 11384302. OLE color: 11384302.
HSL color Cylindrical-coordinate representation of color #EEB5AD: hue angle of 7.38º 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 #EEB5AD is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 173 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.07 |
| HSL | 7.38º | 0.66% | 0.81% | - |
| HSV(B) | 7.38º | 0.27% | 0.93% | - |
| XYZ | 59.33 | 54.24 | 46.88 | - |
| YUV | 197.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 173 | 0 | 0.24 | 0.27 | 0.07 | 7.38 | 0.66 | 0.81 |
| Hex | EE | B5 | AD | 0 | 18 | 1B | 7 | 7 | 42 | 51 |
| Octal | 356 | 265 | 255 | 0 | 30 | 33 | 7 | 7 | 102 | 121 |
| Binary | 11101110 | 10110101 | 10101101 | 0 | 11000 | 11011 | 111 | 111 | 1000010 | 1010001 |
Color Harmonies of #EEB5AD
Complementary color
Monochromatic Colors of #EEB5AD
Black with #EEB5AD
Text Example
Text Example
White with #EEB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5AD; }
p { color: rgb(238,181,173); }
H1.HeaderClassName
{
color: #EEB5AD;
}
.AnyTagClassName
{
color: #EEB5AD;
}
</style>
background-color css
<style>
a { background-color: #EEB5AD; }
a { background-color: rgb(238,181,173); }
div.DivClassName
{
background-color: #EEB5AD;
}
.BgClassName
{
background-color: #EEB5AD;
}
</style>
border-color css
<style>
span { border-color: #EEB5AD; }
span { border-color: rgb(238,181,173); }
td.TdClassName
{
border-color: #EEB5AD;
}
.TagClassName
{
border-color: #EEB5AD;
}
</style>