#ECB4AF

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

Shades of Beauty Bush #ECB4AF

Tints of Beauty Bush #ECB4AF

Color information

#ECB4AF (or 0xECB4AF) is unknown color: approx Beauty Bush. HEX triplet: EC, B4 and AF. RGB value is (236,180,175). Sum of RGB (Red+Green+Blue) = 236+180+175=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB4AF is #134B50. Grayscale: #C4C4C4. Windows color (decimal): -1264465 or 11515116. OLE color: 11515116.

HSL color Cylindrical-coordinate representation of color #ECB4AF: hue angle of 4.92º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB4AF is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236180175-
CMYK00.240.260.07
HSL4.92º61.62%80.59%-
HSV(B)4.92º25.85%92.55%-
XYZ58.6553.5747.81-
YUV196.17116.05156.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=39.93%
G=30.46%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618017500.240.260.074.9261.6280.59
HexECB4AF0181A753e51
Octal354264257030327576121
Binary111011001011010010101111011000110101111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4AF; }

 p { color: rgb(236,180,175); }

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

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

 a { background-color: rgb(236,180,175); }

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

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

 span { border-color: rgb(236,180,175); }

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