Shades of Beauty Bush #EEB8AE
Tints of Beauty Bush #EEB8AE
RGB
CMYK
RGB Variations
Color information
#EEB8AE (or 0xEEB8AE) is known color: Beauty Bush. HEX triplet: EE, B8 and AE. RGB value is (238,184,174). Sum of RGB (Red+Green+Blue) = 238+184+174=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB8AE is #114751. Grayscale: #C7C7C7. Windows color (decimal): -1132370 or 11450606. OLE color: 11450606.
HSL color Cylindrical-coordinate representation of color #EEB8AE: hue angle of 9.38º 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 #EEB8AE is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 174 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.07 |
| HSL | 9.38º | 0.65% | 0.81% | - |
| HSV(B) | 9.38º | 0.27% | 0.93% | - |
| XYZ | 60.04 | 55.51 | 47.6 | - |
| YUV | 199.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 174 | 0 | 0.23 | 0.27 | 0.07 | 9.38 | 0.65 | 0.81 |
| Hex | EE | B8 | AE | 0 | 17 | 1B | 7 | 9 | 41 | 51 |
| Octal | 356 | 270 | 256 | 0 | 27 | 33 | 7 | 11 | 101 | 121 |
| Binary | 11101110 | 10111000 | 10101110 | 0 | 10111 | 11011 | 111 | 1001 | 1000001 | 1010001 |
Color Harmonies of #EEB8AE
Complementary color
Monochromatic Colors of #EEB8AE
Black with #EEB8AE
Text Example
Text Example
White with #EEB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8AE; }
p { color: rgb(238,184,174); }
H1.HeaderClassName
{
color: #EEB8AE;
}
.AnyTagClassName
{
color: #EEB8AE;
}
</style>
background-color css
<style>
a { background-color: #EEB8AE; }
a { background-color: rgb(238,184,174); }
div.DivClassName
{
background-color: #EEB8AE;
}
.BgClassName
{
background-color: #EEB8AE;
}
</style>
border-color css
<style>
span { border-color: #EEB8AE; }
span { border-color: rgb(238,184,174); }
td.TdClassName
{
border-color: #EEB8AE;
}
.TagClassName
{
border-color: #EEB8AE;
}
</style>