#EBC1BA

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

Shades of Beauty Bush #EBC1BA

Tints of Beauty Bush #EBC1BA

Color information

#EBC1BA (or 0xEBC1BA) is unknown color: approx Beauty Bush. HEX triplet: EB, C1 and BA. RGB value is (235,193,186). Sum of RGB (Red+Green+Blue) = 235+193+186=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1BA is #143E45. Grayscale: #CCCCCC. Windows color (decimal): -1326662 or 12239339. OLE color: 12239339.

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

Color convert

RGB235193186-
CMYK00.180.210.08
HSL8.57º55.06%82.55%-
HSV(B)8.57º20.85%92.16%-
XYZ62.1959.3554.63-
YUV204.76117.41149.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=38.27%
G=31.43%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519318600.180.210.088.5755.0682.55
HexEBC1BA01215893753
Octal35330127202225101167123
Binary11101011110000011011101001001010101100010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1BA; }

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

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

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

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

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

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

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

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