#EBC3BD

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

Shades of Beauty Bush #EBC3BD

Tints of Beauty Bush #EBC3BD

Color information

#EBC3BD (or 0xEBC3BD) is unknown color: approx Beauty Bush. HEX triplet: EB, C3 and BD. RGB value is (235,195,189). Sum of RGB (Red+Green+Blue) = 235+195+189=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3BD is #143C42. Grayscale: #CECECE. Windows color (decimal): -1326147 or 12436459. OLE color: 12436459.

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

Color convert

RGB235195189-
CMYK00.170.200.08
HSL7.83º53.49%83.14%-
HSV(B)7.83º19.57%92.16%-
XYZ62.9660.3756.48-
YUV206.28118.25148.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 195 (76.56% from 255) = 31.50%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=37.96%
G=31.50%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519518900.170.200.087.8353.4983.14
HexEBC3BD01114883553
Octal35330327502124101065123
Binary11101011110000111011110101000110100100010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3BD; }

 p { color: rgb(235,195,189); }

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

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

 a { background-color: rgb(235,195,189); }

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

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

 span { border-color: rgb(235,195,189); }

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