Shades of Beauty Bush #EEB9AC
Tints of Beauty Bush #EEB9AC
RGB
CMYK
RGB Variations
Color information
#EEB9AC (or 0xEEB9AC) is known color: Beauty Bush. HEX triplet: EE, B9 and AC. RGB value is (238,185,172). Sum of RGB (Red+Green+Blue) = 238+185+172=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB9AC is #114653. Grayscale: #C7C7C7. Windows color (decimal): -1132116 or 11319790. OLE color: 11319790.
HSL color Cylindrical-coordinate representation of color #EEB9AC: hue angle of 11.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB9AC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 185 | 172 | - |
CMYK | 0 | 0.22 | 0.28 | 0.07 |
HSL | 11.82º | 0.66% | 0.8% | - |
HSV(B) | 11.82º | 0.28% | 0.93% | - |
XYZ | 60.06 | 55.85 | 46.65 | - |
YUV | 199.37 | 112.56 | 155.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 185 | 172 | 0 | 0.22 | 0.28 | 0.07 | 11.82 | 0.66 | 0.8 |
Hex | EE | B9 | AC | 0 | 16 | 1C | 7 | C | 42 | 50 |
Octal | 356 | 271 | 254 | 0 | 26 | 34 | 7 | 14 | 102 | 120 |
Binary | 11101110 | 10111001 | 10101100 | 0 | 10110 | 11100 | 111 | 1100 | 1000010 | 1010000 |
Color Harmonies of #EEB9AC
Complementary color
Monochromatic Colors of #EEB9AC
Black with #EEB9AC
Text Example
Text Example
White with #EEB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9AC; }
p { color: rgb(238,185,172); }
H1.HeaderClassName
{
color: #EEB9AC;
}
.AnyTagClassName
{
color: #EEB9AC;
}
</style>
background-color css
<style>
a { background-color: #EEB9AC; }
a { background-color: rgb(238,185,172); }
div.DivClassName
{
background-color: #EEB9AC;
}
.BgClassName
{
background-color: #EEB9AC;
}
</style>
border-color css
<style>
span { border-color: #EEB9AC; }
span { border-color: rgb(238,185,172); }
td.TdClassName
{
border-color: #EEB9AC;
}
.TagClassName
{
border-color: #EEB9AC;
}
</style>