#ECB6AD

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

Shades of Beauty Bush #ECB6AD

Tints of Beauty Bush #ECB6AD

Color information

#ECB6AD (or 0xECB6AD) is unknown color: approx Beauty Bush. HEX triplet: EC, B6 and AD. RGB value is (236,182,173). Sum of RGB (Red+Green+Blue) = 236+182+173=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6AD is #134952. Grayscale: #C5C5C5. Windows color (decimal): -1263955 or 11384556. OLE color: 11384556.

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

Color convert

RGB236182173-
CMYK00.230.270.07
HSL8.57º62.38%80.2%-
HSV(B)8.57º26.69%92.55%-
XYZ58.8654.3146.91-
YUV197.12114.39155.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=39.93%
G=30.80%
B=29.27%

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
Decimal23618217300.230.270.078.5762.3880.2
HexECB6AD0171B793e50
Octal3542662550273371176120
Binary1110110010110110101011010101111101111110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6AD; }

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

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

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

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

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

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

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

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