Shades of Beauty Bush #ECB5AE
Tints of Beauty Bush #ECB5AE
RGB
CMYK
RGB Variations
Color information
#ECB5AE (or 0xECB5AE) is known color: Beauty Bush. HEX triplet: EC, B5 and AE. RGB value is (236,181,174). Sum of RGB (Red+Green+Blue) = 236+181+174=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5AE is #134A51. Grayscale: #C4C4C4. Windows color (decimal): -1264210 or 11449836. OLE color: 11449836.
HSL color Cylindrical-coordinate representation of color #ECB5AE: hue angle of 6.77º 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 #ECB5AE is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 174 | - |
CMYK | 0 | 0.23 | 0.26 | 0.07 |
HSL | 6.77º | 0.62% | 0.8% | - |
HSV(B) | 6.77º | 0.26% | 0.93% | - |
XYZ | 58.76 | 53.94 | 47.36 | - |
YUV | 196.65 | 115.22 | 156.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 174 | 0 | 0.23 | 0.26 | 0.07 | 6.77 | 0.62 | 0.8 |
Hex | EC | B5 | AE | 0 | 17 | 1A | 7 | 7 | 3E | 50 |
Octal | 354 | 265 | 256 | 0 | 27 | 32 | 7 | 7 | 76 | 120 |
Binary | 11101100 | 10110101 | 10101110 | 0 | 10111 | 11010 | 111 | 111 | 111110 | 1010000 |
Color Harmonies of #ECB5AE
Complementary color
Monochromatic Colors of #ECB5AE
Black with #ECB5AE
Text Example
Text Example
White with #ECB5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5AE; }
p { color: rgb(236,181,174); }
H1.HeaderClassName
{
color: #ECB5AE;
}
.AnyTagClassName
{
color: #ECB5AE;
}
</style>
background-color css
<style>
a { background-color: #ECB5AE; }
a { background-color: rgb(236,181,174); }
div.DivClassName
{
background-color: #ECB5AE;
}
.BgClassName
{
background-color: #ECB5AE;
}
</style>
border-color css
<style>
span { border-color: #ECB5AE; }
span { border-color: rgb(236,181,174); }
td.TdClassName
{
border-color: #ECB5AE;
}
.TagClassName
{
border-color: #ECB5AE;
}
</style>