Shades of Beauty Bush #EAB3AD
Tints of Beauty Bush #EAB3AD
RGB
CMYK
RGB Variations
Color information
#EAB3AD (or 0xEAB3AD) is known color: Beauty Bush. HEX triplet: EA, B3 and AD. RGB value is (234,179,173). Sum of RGB (Red+Green+Blue) = 234+179+173=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB3AD is #154C52. Grayscale: #C2C2C2. Windows color (decimal): -1395795 or 11383786. OLE color: 11383786.
HSL color Cylindrical-coordinate representation of color #EAB3AD: hue angle of 5.9º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB3AD is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 173 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.08 |
| HSL | 5.9º | 0.59% | 0.8% | - |
| HSV(B) | 5.9º | 0.26% | 0.92% | - |
| XYZ | 57.59 | 52.75 | 46.68 | - |
| YUV | 194.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 173 | 0 | 0.24 | 0.26 | 0.08 | 5.9 | 0.59 | 0.8 |
| Hex | EA | B3 | AD | 0 | 18 | 1A | 8 | 6 | 3B | 50 |
| Octal | 352 | 263 | 255 | 0 | 30 | 32 | 10 | 6 | 73 | 120 |
| Binary | 11101010 | 10110011 | 10101101 | 0 | 11000 | 11010 | 1000 | 110 | 111011 | 1010000 |
Color Harmonies of #EAB3AD
Complementary color
Monochromatic Colors of #EAB3AD
Black with #EAB3AD
Text Example
Text Example
White with #EAB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3AD; }
p { color: rgb(234,179,173); }
H1.HeaderClassName
{
color: #EAB3AD;
}
.AnyTagClassName
{
color: #EAB3AD;
}
</style>
background-color css
<style>
a { background-color: #EAB3AD; }
a { background-color: rgb(234,179,173); }
div.DivClassName
{
background-color: #EAB3AD;
}
.BgClassName
{
background-color: #EAB3AD;
}
</style>
border-color css
<style>
span { border-color: #EAB3AD; }
span { border-color: rgb(234,179,173); }
td.TdClassName
{
border-color: #EAB3AD;
}
.TagClassName
{
border-color: #EAB3AD;
}
</style>