#EBC0BA

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

Shades of Beauty Bush #EBC0BA

Tints of Beauty Bush #EBC0BA

Color information

#EBC0BA (or 0xEBC0BA) is unknown color: approx Beauty Bush. HEX triplet: EB, C0 and BA. RGB value is (235,192,186). Sum of RGB (Red+Green+Blue) = 235+192+186=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0BA is #143F45. Grayscale: #CCCCCC. Windows color (decimal): -1326918 or 12239083. OLE color: 12239083.

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

Color convert

RGB235192186-
CMYK00.180.210.08
HSL7.35º55.06%82.55%-
HSV(B)7.35º20.85%92.16%-
XYZ61.9758.9154.56-
YUV204.17117.75149.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=38.34%
G=31.32%
B=30.34%

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
Decimal23519218600.180.210.087.3555.0682.55
HexEBC0BA01215873753
Octal3533002720222510767123
Binary1110101111000000101110100100101010110001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0BA; }

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

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

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

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

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

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

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

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