#ECBAAE

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

Shades of Beauty Bush #ECBAAE

Tints of Beauty Bush #ECBAAE

Color information

#ECBAAE (or 0xECBAAE) is unknown color: approx Beauty Bush. HEX triplet: EC, BA and AE. RGB value is (236,186,174). Sum of RGB (Red+Green+Blue) = 236+186+174=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAAE is #134551. Grayscale: #C7C7C7. Windows color (decimal): -1262930 or 11451116. OLE color: 11451116.

HSL color Cylindrical-coordinate representation of color #ECBAAE: hue angle of 11.61º 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 #ECBAAE is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236186174-
CMYK00.210.260.07
HSL11.61º62%80.39%-
HSV(B)11.61º26.27%92.55%-
XYZ59.7956.0147.7-
YUV199.58113.56153.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=39.60%
G=31.21%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618617400.210.260.0711.616280.39
HexECBAAE0151A7c3e50
Octal3542722560253271476120
Binary1110110010111010101011100101011101011111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAAE; }

 p { color: rgb(236,186,174); }

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

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

 a { background-color: rgb(236,186,174); }

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

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

 span { border-color: rgb(236,186,174); }

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