Shades of Beauty Bush #ECB9AE
Tints of Beauty Bush #ECB9AE
RGB
CMYK
RGB Variations
Color information
#ECB9AE (or 0xECB9AE) is known color: Beauty Bush. HEX triplet: EC, B9 and AE. RGB value is (236,185,174). Sum of RGB (Red+Green+Blue) = 236+185+174=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB9AE is #134651. Grayscale: #C7C7C7. Windows color (decimal): -1263186 or 11450860. OLE color: 11450860.
HSL color Cylindrical-coordinate representation of color #ECB9AE: hue angle of 10.65º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB9AE is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 174 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.07 |
| HSL | 10.65º | 0.62% | 0.8% | - |
| HSV(B) | 10.65º | 0.26% | 0.93% | - |
| XYZ | 59.58 | 55.59 | 47.63 | - |
| YUV | 199 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 174 | 0 | 0.22 | 0.26 | 0.07 | 10.65 | 0.62 | 0.8 |
| Hex | EC | B9 | AE | 0 | 16 | 1A | 7 | B | 3E | 50 |
| Octal | 354 | 271 | 256 | 0 | 26 | 32 | 7 | 13 | 76 | 120 |
| Binary | 11101100 | 10111001 | 10101110 | 0 | 10110 | 11010 | 111 | 1011 | 111110 | 1010000 |
Color Harmonies of #ECB9AE
Complementary color
Monochromatic Colors of #ECB9AE
Black with #ECB9AE
Text Example
Text Example
White with #ECB9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9AE; }
p { color: rgb(236,185,174); }
H1.HeaderClassName
{
color: #ECB9AE;
}
.AnyTagClassName
{
color: #ECB9AE;
}
</style>
background-color css
<style>
a { background-color: #ECB9AE; }
a { background-color: rgb(236,185,174); }
div.DivClassName
{
background-color: #ECB9AE;
}
.BgClassName
{
background-color: #ECB9AE;
}
</style>
border-color css
<style>
span { border-color: #ECB9AE; }
span { border-color: rgb(236,185,174); }
td.TdClassName
{
border-color: #ECB9AE;
}
.TagClassName
{
border-color: #ECB9AE;
}
</style>