Shades of Beauty Bush #EAB5AE
Tints of Beauty Bush #EAB5AE
RGB
CMYK
RGB Variations
Color information
#EAB5AE (or 0xEAB5AE) is known color: Beauty Bush. HEX triplet: EA, B5 and AE. RGB value is (234,181,174). Sum of RGB (Red+Green+Blue) = 234+181+174=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5AE is #154A51. Grayscale: #C4C4C4. Windows color (decimal): -1395282 or 11449834. OLE color: 11449834.
HSL color Cylindrical-coordinate representation of color #EAB5AE: hue angle of 7º 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 #EAB5AE is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 174 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.08 |
| HSL | 7º | 0.59% | 0.8% | - |
| HSV(B) | 7º | 0.26% | 0.92% | - |
| XYZ | 58.1 | 53.6 | 47.33 | - |
| YUV | 196.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 174 | 0 | 0.23 | 0.26 | 0.08 | 7 | 0.59 | 0.8 |
| Hex | EA | B5 | AE | 0 | 17 | 1A | 8 | 7 | 3B | 50 |
| Octal | 352 | 265 | 256 | 0 | 27 | 32 | 10 | 7 | 73 | 120 |
| Binary | 11101010 | 10110101 | 10101110 | 0 | 10111 | 11010 | 1000 | 111 | 111011 | 1010000 |
Color Harmonies of #EAB5AE
Complementary color
Monochromatic Colors of #EAB5AE
Black with #EAB5AE
Text Example
Text Example
White with #EAB5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5AE; }
p { color: rgb(234,181,174); }
H1.HeaderClassName
{
color: #EAB5AE;
}
.AnyTagClassName
{
color: #EAB5AE;
}
</style>
background-color css
<style>
a { background-color: #EAB5AE; }
a { background-color: rgb(234,181,174); }
div.DivClassName
{
background-color: #EAB5AE;
}
.BgClassName
{
background-color: #EAB5AE;
}
</style>
border-color css
<style>
span { border-color: #EAB5AE; }
span { border-color: rgb(234,181,174); }
td.TdClassName
{
border-color: #EAB5AE;
}
.TagClassName
{
border-color: #EAB5AE;
}
</style>