#ECB2AE

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

Shades of Beauty Bush #ECB2AE

Tints of Beauty Bush #ECB2AE

Color information

#ECB2AE (or 0xECB2AE) is unknown color: approx Beauty Bush. HEX triplet: EC, B2 and AE. RGB value is (236,178,174). Sum of RGB (Red+Green+Blue) = 236+178+174=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2AE is #134D51. Grayscale: #C2C2C2. Windows color (decimal): -1264978 or 11449068. OLE color: 11449068.

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

Color convert

RGB236178174-
CMYK00.250.260.07
HSL3.87º62%80.39%-
HSV(B)3.87º26.27%92.55%-
XYZ58.1552.7347.16-
YUV194.89116.22157.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=40.14%
G=30.27%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617817400.250.260.073.876280.39
HexECB2AE0191A743e50
Octal354262256031327476120
Binary111011001011001010101110011001110101111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2AE; }

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

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

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

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

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

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

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

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