#EABCB9

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

Shades of Beauty Bush #EABCB9

Tints of Beauty Bush #EABCB9

Color information

#EABCB9 (or 0xEABCB9) is unknown color: approx Beauty Bush. HEX triplet: EA, BC and B9. RGB value is (234,188,185). Sum of RGB (Red+Green+Blue) = 234+188+185=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCB9 is #154346. Grayscale: #C9C9C9. Windows color (decimal): -1393479 or 12172522. OLE color: 12172522.

HSL color Cylindrical-coordinate representation of color #EABCB9: hue angle of 3.67º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABCB9 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234188185-
CMYK00.200.210.08
HSL3.67º53.85%82.16%-
HSV(B)3.67º20.94%91.76%-
XYZ60.6756.9653.7-
YUV201.41118.74151.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=38.55%
G=30.97%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418818500.200.210.083.6753.8582.16
HexEABCB901415843652
Octal3522742710242510466122
Binary1110101010111100101110010101001010110001001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCB9; }

 p { color: rgb(234,188,185); }

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

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

 a { background-color: rgb(234,188,185); }

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

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

 span { border-color: rgb(234,188,185); }

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