#EBC2BE

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

Shades of Beauty Bush #EBC2BE

Tints of Beauty Bush #EBC2BE

Color information

#EBC2BE (or 0xEBC2BE) is unknown color: approx Beauty Bush. HEX triplet: EB, C2 and BE. RGB value is (235,194,190). Sum of RGB (Red+Green+Blue) = 235+194+190=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2BE is #143D41. Grayscale: #CDCDCD. Windows color (decimal): -1326402 or 12501739. OLE color: 12501739.

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

Color convert

RGB235194190-
CMYK00.170.190.08
HSL5.33º52.94%83.33%-
HSV(B)5.33º19.15%92.16%-
XYZ62.8559.9656.98-
YUV205.8119.08148.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=37.96%
G=31.34%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519419000.170.190.085.3352.9483.33
HexEBC2BE01113853553
Octal3533022760212310565123
Binary1110101111000010101111100100011001110001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2BE; }

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

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

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

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

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

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

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

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