#EABCB4

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

Shades of Beauty Bush #EABCB4

Tints of Beauty Bush #EABCB4

Color information

#EABCB4 (or 0xEABCB4) is unknown color: approx Beauty Bush. HEX triplet: EA, BC and B4. RGB value is (234,188,180). Sum of RGB (Red+Green+Blue) = 234+188+180=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCB4 is #15434B. Grayscale: #C8C8C8. Windows color (decimal): -1393484 or 11844842. OLE color: 11844842.

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

Color convert

RGB234188180-
CMYK00.200.230.08
HSL8.89º56.25%81.18%-
HSV(B)8.89º23.08%91.76%-
XYZ60.1556.7550.96-
YUV200.84116.24151.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=38.87%
G=31.23%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418818000.200.230.088.8956.2581.18
HexEABCB401417893851
Octal35227426402427101170121
Binary11101010101111001011010001010010111100010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCB4; }

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

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

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

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

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

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

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

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