#EABCB1

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

Shades of Beauty Bush #EABCB1

Tints of Beauty Bush #EABCB1

Color information

#EABCB1 (or 0xEABCB1) is unknown color: approx Beauty Bush. HEX triplet: EA, BC and B1. RGB value is (234,188,177). Sum of RGB (Red+Green+Blue) = 234+188+177=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCB1 is #15434E. Grayscale: #C8C8C8. Windows color (decimal): -1393487 or 11648234. OLE color: 11648234.

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

Color convert

RGB234188177-
CMYK00.200.240.08
HSL11.58º57.58%80.59%-
HSV(B)11.58º24.36%91.76%-
XYZ59.8556.6349.37-
YUV200.5114.74151.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=39.07%
G=31.39%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418817700.200.240.0811.5857.5880.59
HexEABCB1014188c3a51
Octal35227426102430101472121
Binary11101010101111001011000101010011000100011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCB1; }

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

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

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

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

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

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

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

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