Shades of Beauty Bush #EAB8AE
Tints of Beauty Bush #EAB8AE
RGB
CMYK
RGB Variations
Color information
#EAB8AE (or 0xEAB8AE) is known color: Beauty Bush. HEX triplet: EA, B8 and AE. RGB value is (234,184,174). Sum of RGB (Red+Green+Blue) = 234+184+174=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB8AE is #154751. Grayscale: #C5C5C5. Windows color (decimal): -1394514 or 11450602. OLE color: 11450602.
HSL color Cylindrical-coordinate representation of color #EAB8AE: hue angle of 10º 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 #EAB8AE is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 174 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.08 |
| HSL | 10º | 0.59% | 0.8% | - |
| HSV(B) | 10º | 0.26% | 0.92% | - |
| XYZ | 58.71 | 54.83 | 47.53 | - |
| YUV | 197.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 174 | 0 | 0.21 | 0.26 | 0.08 | 10 | 0.59 | 0.8 |
| Hex | EA | B8 | AE | 0 | 15 | 1A | 8 | A | 3B | 50 |
| Octal | 352 | 270 | 256 | 0 | 25 | 32 | 10 | 12 | 73 | 120 |
| Binary | 11101010 | 10111000 | 10101110 | 0 | 10101 | 11010 | 1000 | 1010 | 111011 | 1010000 |
Color Harmonies of #EAB8AE
Complementary color
Monochromatic Colors of #EAB8AE
Black with #EAB8AE
Text Example
Text Example
White with #EAB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8AE; }
p { color: rgb(234,184,174); }
H1.HeaderClassName
{
color: #EAB8AE;
}
.AnyTagClassName
{
color: #EAB8AE;
}
</style>
background-color css
<style>
a { background-color: #EAB8AE; }
a { background-color: rgb(234,184,174); }
div.DivClassName
{
background-color: #EAB8AE;
}
.BgClassName
{
background-color: #EAB8AE;
}
</style>
border-color css
<style>
span { border-color: #EAB8AE; }
span { border-color: rgb(234,184,174); }
td.TdClassName
{
border-color: #EAB8AE;
}
.TagClassName
{
border-color: #EAB8AE;
}
</style>