#ECB9AD

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

Shades of Beauty Bush #ECB9AD

Tints of Beauty Bush #ECB9AD

Color information

#ECB9AD (or 0xECB9AD) is unknown color: approx Beauty Bush. HEX triplet: EC, B9 and AD. RGB value is (236,185,173). Sum of RGB (Red+Green+Blue) = 236+185+173=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB9AD is #134652. Grayscale: #C6C6C6. Windows color (decimal): -1263187 or 11385324. OLE color: 11385324.

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

Color convert

RGB236185173-
CMYK00.220.270.07
HSL11.43º62.38%80.2%-
HSV(B)11.43º26.69%92.55%-
XYZ59.4855.5547.12-
YUV198.88113.4154.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=39.73%
G=31.14%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618517300.220.270.0711.4362.3880.2
HexECB9AD0161B7b3e50
Octal3542712550263371376120
Binary1110110010111001101011010101101101111110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB9AD; }

 p { color: rgb(236,185,173); }

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

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

 a { background-color: rgb(236,185,173); }

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

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

 span { border-color: rgb(236,185,173); }

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