Shades of Beauty Bush #ECB6AD
Tints of Beauty Bush #ECB6AD
RGB
CMYK
RGB Variations
Color information
#ECB6AD (or 0xECB6AD) is known color: Beauty Bush. HEX triplet: EC, B6 and AD. RGB value is (236,182,173). Sum of RGB (Red+Green+Blue) = 236+182+173=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6AD is #134952. Grayscale: #C5C5C5. Windows color (decimal): -1263955 or 11384556. OLE color: 11384556.
HSL color Cylindrical-coordinate representation of color #ECB6AD: hue angle of 8.57º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB6AD is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 173 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.07 |
| HSL | 8.57º | 0.62% | 0.8% | - |
| HSV(B) | 8.57º | 0.27% | 0.93% | - |
| XYZ | 58.86 | 54.31 | 46.91 | - |
| YUV | 197.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 173 | 0 | 0.23 | 0.27 | 0.07 | 8.57 | 0.62 | 0.8 |
| Hex | EC | B6 | AD | 0 | 17 | 1B | 7 | 9 | 3E | 50 |
| Octal | 354 | 266 | 255 | 0 | 27 | 33 | 7 | 11 | 76 | 120 |
| Binary | 11101100 | 10110110 | 10101101 | 0 | 10111 | 11011 | 111 | 1001 | 111110 | 1010000 |
Color Harmonies of #ECB6AD
Complementary color
Monochromatic Colors of #ECB6AD
Black with #ECB6AD
Text Example
Text Example
White with #ECB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6AD; }
p { color: rgb(236,182,173); }
H1.HeaderClassName
{
color: #ECB6AD;
}
.AnyTagClassName
{
color: #ECB6AD;
}
</style>
background-color css
<style>
a { background-color: #ECB6AD; }
a { background-color: rgb(236,182,173); }
div.DivClassName
{
background-color: #ECB6AD;
}
.BgClassName
{
background-color: #ECB6AD;
}
</style>
border-color css
<style>
span { border-color: #ECB6AD; }
span { border-color: rgb(236,182,173); }
td.TdClassName
{
border-color: #ECB6AD;
}
.TagClassName
{
border-color: #ECB6AD;
}
</style>