#ECB5AC

Color #ECB5AC Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #ECB5AC

Tints of Beauty Bush #ECB5AC

Color information

#ECB5AC (or 0xECB5AC) is unknown color: approx Beauty Bush. HEX triplet: EC, B5 and AC. RGB value is (236,181,172). Sum of RGB (Red+Green+Blue) = 236+181+172=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5AC is #134A53. Grayscale: #C4C4C4. Windows color (decimal): -1264212 or 11318764. OLE color: 11318764.

HSL color Cylindrical-coordinate representation of color #ECB5AC: hue angle of 8.44º degrees, saturation: 0.63, 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 #ECB5AC is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236181172-
CMYK00.230.270.07
HSL8.44º62.75%80%-
HSV(B)8.44º27.12%92.55%-
XYZ58.5653.8646.34-
YUV196.42114.22156.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=40.07%
G=30.73%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618117200.230.270.078.4462.7580
HexECB5AC0171B783f50
Octal3542652540273371077120
Binary1110110010110101101011000101111101111110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5AC; }

 p { color: rgb(236,181,172); }

 H1.HeaderClassName
 {
   color: #ECB5AC;
 }
 .AnyTagClassName
 {
   color: #ECB5AC;
 }
</style>
background-color css

<style>
 a { background-color: #ECB5AC; }

 a { background-color: rgb(236,181,172); }

 div.DivClassName
 {
   background-color: #ECB5AC;
 }
 .BgClassName
 {
   background-color: #ECB5AC;
 }
</style>
border-color css

<style>
 span { border-color: #ECB5AC; }

 span { border-color: rgb(236,181,172); }

 td.TdClassName
 {
   border-color: #ECB5AC;
 }
 .TagClassName
 {
   border-color: #ECB5AC;
 }
</style>