#EBC2BA

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

Shades of Beauty Bush #EBC2BA

Tints of Beauty Bush #EBC2BA

Color information

#EBC2BA (or 0xEBC2BA) is unknown color: approx Beauty Bush. HEX triplet: EB, C2 and BA. RGB value is (235,194,186). Sum of RGB (Red+Green+Blue) = 235+194+186=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2BA is #143D45. Grayscale: #CDCDCD. Windows color (decimal): -1326406 or 12239595. OLE color: 12239595.

HSL color Cylindrical-coordinate representation of color #EBC2BA: hue angle of 9.8º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC2BA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235194186-
CMYK00.170.210.08
HSL9.8º55.06%82.55%-
HSV(B)9.8º20.85%92.16%-
XYZ62.4259.7954.71-
YUV205.35117.08149.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=38.21%
G=31.54%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519418600.170.210.089.855.0682.55
HexEBC2BA011158a3753
Octal35330227202125101267123
Binary11101011110000101011101001000110101100010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2BA; }

 p { color: rgb(235,194,186); }

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

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

 a { background-color: rgb(235,194,186); }

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

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

 span { border-color: rgb(235,194,186); }

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