#ECB7AE

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

Shades of Beauty Bush #ECB7AE

Tints of Beauty Bush #ECB7AE

Color information

#ECB7AE (or 0xECB7AE) is unknown color: approx Beauty Bush. HEX triplet: EC, B7 and AE. RGB value is (236,183,174). Sum of RGB (Red+Green+Blue) = 236+183+174=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB7AE is #134851. Grayscale: #C5C5C5. Windows color (decimal): -1263698 or 11450348. OLE color: 11450348.

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

Color convert

RGB236183174-
CMYK00.220.260.07
HSL8.71º62%80.39%-
HSV(B)8.71º26.27%92.55%-
XYZ59.1754.7647.49-
YUV197.82114.56155.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=39.80%
G=30.86%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618317400.220.260.078.716280.39
HexECB7AE0161A793e50
Octal3542672560263271176120
Binary1110110010110111101011100101101101011110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7AE; }

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

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

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

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

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

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

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

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