Shades of Beauty Bush #E5AEAD
Tints of Beauty Bush #E5AEAD
RGB
CMYK
RGB Variations
Color information
#E5AEAD (or 0xE5AEAD) is known color: Beauty Bush. HEX triplet: E5, AE and AD. RGB value is (229,174,173). Sum of RGB (Red+Green+Blue) = 229+174+173=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AEAD is #1A5152. Grayscale: #BEBEBE. Windows color (decimal): -1724755 or 11382501. OLE color: 11382501.
HSL color Cylindrical-coordinate representation of color #E5AEAD: hue angle of 1.07º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AEAD is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 173 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.10 |
| HSL | 1.07º | 0.52% | 0.79% | - |
| HSV(B) | 1.07º | 0.24% | 0.9% | - |
| XYZ | 54.99 | 49.95 | 46.28 | - |
| YUV | 190.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 173 | 0 | 0.24 | 0.24 | 0.10 | 1.07 | 0.52 | 0.79 |
| Hex | E5 | AE | AD | 0 | 18 | 18 | A | 1 | 34 | 4F |
| Octal | 345 | 256 | 255 | 0 | 30 | 30 | 12 | 1 | 64 | 117 |
| Binary | 11100101 | 10101110 | 10101101 | 0 | 11000 | 11000 | 1010 | 1 | 110100 | 1001111 |
Color Harmonies of #E5AEAD
Complementary color
Monochromatic Colors of #E5AEAD
Black with #E5AEAD
Text Example
Text Example
White with #E5AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEAD; }
p { color: rgb(229,174,173); }
H1.HeaderClassName
{
color: #E5AEAD;
}
.AnyTagClassName
{
color: #E5AEAD;
}
</style>
background-color css
<style>
a { background-color: #E5AEAD; }
a { background-color: rgb(229,174,173); }
div.DivClassName
{
background-color: #E5AEAD;
}
.BgClassName
{
background-color: #E5AEAD;
}
</style>
border-color css
<style>
span { border-color: #E5AEAD; }
span { border-color: rgb(229,174,173); }
td.TdClassName
{
border-color: #E5AEAD;
}
.TagClassName
{
border-color: #E5AEAD;
}
</style>