Shades of Beauty Bush #ECB8AF
Tints of Beauty Bush #ECB8AF
RGB
CMYK
RGB Variations
Color information
#ECB8AF (or 0xECB8AF) is known color: Beauty Bush. HEX triplet: EC, B8 and AF. RGB value is (236,184,175). Sum of RGB (Red+Green+Blue) = 236+184+175=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB8AF is #134750. Grayscale: #C6C6C6. Windows color (decimal): -1263441 or 11516140. OLE color: 11516140.
HSL color Cylindrical-coordinate representation of color #ECB8AF: hue angle of 8.85º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB8AF is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 175 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.07 |
| HSL | 8.85º | 0.62% | 0.81% | - |
| HSV(B) | 8.85º | 0.26% | 0.93% | - |
| XYZ | 59.47 | 55.21 | 48.08 | - |
| YUV | 198.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 175 | 0 | 0.22 | 0.26 | 0.07 | 8.85 | 0.62 | 0.81 |
| Hex | EC | B8 | AF | 0 | 16 | 1A | 7 | 9 | 3E | 51 |
| Octal | 354 | 270 | 257 | 0 | 26 | 32 | 7 | 11 | 76 | 121 |
| Binary | 11101100 | 10111000 | 10101111 | 0 | 10110 | 11010 | 111 | 1001 | 111110 | 1010001 |
Color Harmonies of #ECB8AF
Complementary color
Monochromatic Colors of #ECB8AF
Black with #ECB8AF
Text Example
Text Example
White with #ECB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8AF; }
p { color: rgb(236,184,175); }
H1.HeaderClassName
{
color: #ECB8AF;
}
.AnyTagClassName
{
color: #ECB8AF;
}
</style>
background-color css
<style>
a { background-color: #ECB8AF; }
a { background-color: rgb(236,184,175); }
div.DivClassName
{
background-color: #ECB8AF;
}
.BgClassName
{
background-color: #ECB8AF;
}
</style>
border-color css
<style>
span { border-color: #ECB8AF; }
span { border-color: rgb(236,184,175); }
td.TdClassName
{
border-color: #ECB8AF;
}
.TagClassName
{
border-color: #ECB8AF;
}
</style>