#ECB5AF

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

Shades of Beauty Bush #ECB5AF

Tints of Beauty Bush #ECB5AF

Color information

#ECB5AF (or 0xECB5AF) is unknown color: approx Beauty Bush. HEX triplet: EC, B5 and AF. RGB value is (236,181,175). Sum of RGB (Red+Green+Blue) = 236+181+175=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5AF is #134A50. Grayscale: #C4C4C4. Windows color (decimal): -1264209 or 11515372. OLE color: 11515372.

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

Color convert

RGB236181175-
CMYK00.230.260.07
HSL5.9º61.62%80.59%-
HSV(B)5.9º25.85%92.55%-
XYZ58.8553.9847.87-
YUV196.76115.72155.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=39.86%
G=30.57%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618117500.230.260.075.961.6280.59
HexECB5AF0171A763e51
Octal354265257027327676121
Binary111011001011010110101111010111110101111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5AF; }

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

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

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

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

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

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

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

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