#EAB0AC

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

Shades of Beauty Bush #EAB0AC

Tints of Beauty Bush #EAB0AC

Color information

#EAB0AC (or 0xEAB0AC) is unknown color: approx Beauty Bush. HEX triplet: EA, B0 and AC. RGB value is (234,176,172). Sum of RGB (Red+Green+Blue) = 234+176+172=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB0AC is #154F53. Grayscale: #C0C0C0. Windows color (decimal): -1396564 or 11317482. OLE color: 11317482.

HSL color Cylindrical-coordinate representation of color #EAB0AC: hue angle of 3.87º 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 #EAB0AC is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234176172-
CMYK00.250.260.08
HSL3.87º59.62%79.61%-
HSV(B)3.87º26.5%91.76%-
XYZ56.951.5245.98-
YUV192.89116.22157.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=40.21%
G=30.24%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417617200.250.260.083.8759.6279.61
HexEAB0AC0191A843c50
Octal3522602540313210474120
Binary1110101010110000101011000110011101010001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0AC; }

 p { color: rgb(234,176,172); }

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

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

 a { background-color: rgb(234,176,172); }

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

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

 span { border-color: rgb(234,176,172); }

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