Shades of Beauty Bush #ECB8AE
Tints of Beauty Bush #ECB8AE
RGB
CMYK
RGB Variations
Color information
#ECB8AE (or 0xECB8AE) is known color: Beauty Bush. HEX triplet: EC, B8 and AE. RGB value is (236,184,174). Sum of RGB (Red+Green+Blue) = 236+184+174=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB8AE is #134751. Grayscale: #C6C6C6. Windows color (decimal): -1263442 or 11450604. OLE color: 11450604.
HSL color Cylindrical-coordinate representation of color #ECB8AE: hue angle of 9.68º 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 #ECB8AE is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 174 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.07 |
| HSL | 9.68º | 0.62% | 0.8% | - |
| HSV(B) | 9.68º | 0.26% | 0.93% | - |
| XYZ | 59.37 | 55.17 | 47.56 | - |
| YUV | 198.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 174 | 0 | 0.22 | 0.26 | 0.07 | 9.68 | 0.62 | 0.8 |
| Hex | EC | B8 | AE | 0 | 16 | 1A | 7 | A | 3E | 50 |
| Octal | 354 | 270 | 256 | 0 | 26 | 32 | 7 | 12 | 76 | 120 |
| Binary | 11101100 | 10111000 | 10101110 | 0 | 10110 | 11010 | 111 | 1010 | 111110 | 1010000 |
Color Harmonies of #ECB8AE
Complementary color
Monochromatic Colors of #ECB8AE
Black with #ECB8AE
Text Example
Text Example
White with #ECB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8AE; }
p { color: rgb(236,184,174); }
H1.HeaderClassName
{
color: #ECB8AE;
}
.AnyTagClassName
{
color: #ECB8AE;
}
</style>
background-color css
<style>
a { background-color: #ECB8AE; }
a { background-color: rgb(236,184,174); }
div.DivClassName
{
background-color: #ECB8AE;
}
.BgClassName
{
background-color: #ECB8AE;
}
</style>
border-color css
<style>
span { border-color: #ECB8AE; }
span { border-color: rgb(236,184,174); }
td.TdClassName
{
border-color: #ECB8AE;
}
.TagClassName
{
border-color: #ECB8AE;
}
</style>