#EBB3AF

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

Shades of Beauty Bush #EBB3AF

Tints of Beauty Bush #EBB3AF

Color information

#EBB3AF (or 0xEBB3AF) is unknown color: approx Beauty Bush. HEX triplet: EB, B3 and AF. RGB value is (235,179,175). Sum of RGB (Red+Green+Blue) = 235+179+175=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB3AF is #144C50. Grayscale: #C3C3C3. Windows color (decimal): -1330257 or 11514859. OLE color: 11514859.

HSL color Cylindrical-coordinate representation of color #EBB3AF: hue angle of 4º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB3AF is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235179175-
CMYK00.240.260.08
HSL60%80.39%-
HSV(B)25.53%92.16%-
XYZ58.125347.72-
YUV195.29116.55156.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 179 (70.31% from 255) = 30.39%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=39.90%
G=30.39%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517917500.240.260.0846080.39
HexEBB3AF0181A843c50
Octal3532632570303210474120
Binary1110101110110011101011110110001101010001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3AF; }

 p { color: rgb(235,179,175); }

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

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

 a { background-color: rgb(235,179,175); }

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

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

 span { border-color: rgb(235,179,175); }

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