Shades of Beauty Bush #EEB4AE
Tints of Beauty Bush #EEB4AE
RGB
CMYK
RGB Variations
Color information
#EEB4AE (or 0xEEB4AE) is known color: Beauty Bush. HEX triplet: EE, B4 and AE. RGB value is (238,180,174). Sum of RGB (Red+Green+Blue) = 238+180+174=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB4AE is #114B51. Grayscale: #C4C4C4. Windows color (decimal): -1133394 or 11449582. OLE color: 11449582.
HSL color Cylindrical-coordinate representation of color #EEB4AE: hue angle of 5.62º degrees, saturation: 0.65, 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 #EEB4AE is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 174 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.07 |
| HSL | 5.63º | 0.65% | 0.81% | - |
| HSV(B) | 5.63º | 0.27% | 0.93% | - |
| XYZ | 59.22 | 53.88 | 47.32 | - |
| YUV | 196.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 174 | 0 | 0.24 | 0.27 | 0.07 | 5.63 | 0.65 | 0.81 |
| Hex | EE | B4 | AE | 0 | 18 | 1B | 7 | 6 | 41 | 51 |
| Octal | 356 | 264 | 256 | 0 | 30 | 33 | 7 | 6 | 101 | 121 |
| Binary | 11101110 | 10110100 | 10101110 | 0 | 11000 | 11011 | 111 | 110 | 1000001 | 1010001 |
Color Harmonies of #EEB4AE
Complementary color
Monochromatic Colors of #EEB4AE
Black with #EEB4AE
Text Example
Text Example
White with #EEB4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4AE; }
p { color: rgb(238,180,174); }
H1.HeaderClassName
{
color: #EEB4AE;
}
.AnyTagClassName
{
color: #EEB4AE;
}
</style>
background-color css
<style>
a { background-color: #EEB4AE; }
a { background-color: rgb(238,180,174); }
div.DivClassName
{
background-color: #EEB4AE;
}
.BgClassName
{
background-color: #EEB4AE;
}
</style>
border-color css
<style>
span { border-color: #EEB4AE; }
span { border-color: rgb(238,180,174); }
td.TdClassName
{
border-color: #EEB4AE;
}
.TagClassName
{
border-color: #EEB4AE;
}
</style>