#EAB3AD

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

Shades of Beauty Bush #EAB3AD

Tints of Beauty Bush #EAB3AD

Color information

#EAB3AD (or 0xEAB3AD) is unknown color: approx Beauty Bush. HEX triplet: EA, B3 and AD. RGB value is (234,179,173). Sum of RGB (Red+Green+Blue) = 234+179+173=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB3AD is #154C52. Grayscale: #C2C2C2. Windows color (decimal): -1395795 or 11383786. OLE color: 11383786.

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

Color convert

RGB234179173-
CMYK00.240.260.08
HSL5.9º59.22%79.8%-
HSV(B)5.9º26.07%91.76%-
XYZ57.5952.7546.68-
YUV194.76115.72155.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=39.93%
G=30.55%
B=29.52%

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
Decimal23417917300.240.260.085.959.2279.8
HexEAB3AD0181A863b50
Octal3522632550303210673120
Binary1110101010110011101011010110001101010001101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3AD; }

 p { color: rgb(234,179,173); }

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

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

 a { background-color: rgb(234,179,173); }

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

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

 span { border-color: rgb(234,179,173); }

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