#ecb0af

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

Shades of Beauty Bush #ECB0AF

Tints of Beauty Bush #ECB0AF

Color information

#ECB0AF (or 0xECB0AF) is unknown color: approx Beauty Bush. HEX triplet: EC, B0 and AF. RGB value is (236,176,175). Sum of RGB (Red+Green+Blue) = 236+176+175=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0AF is #134F50. Grayscale: #C1C1C1. Windows color (decimal): -1265489 or 11514092. OLE color: 11514092.

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

Color convert

RGB236176175-
CMYK00.250.260.07
HSL0.98º61.62%80.59%-
HSV(B)0.98º25.85%92.55%-
XYZ57.8651.9847.54-
YUV193.83117.38158.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=40.20%
G=29.98%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617617500.250.260.070.9861.6280.59
HexECB0AF0191A713e51
Octal354260257031327176121
Binary1110110010110000101011110110011101011111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb0af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb0af; }

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

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

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

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

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

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

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

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