#EAB6AD

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

Shades of Beauty Bush #EAB6AD

Tints of Beauty Bush #EAB6AD

Color information

#EAB6AD (or 0xEAB6AD) is unknown color: approx Beauty Bush. HEX triplet: EA, B6 and AD. RGB value is (234,182,173). Sum of RGB (Red+Green+Blue) = 234+182+173=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB6AD is #154952. Grayscale: #C4C4C4. Windows color (decimal): -1395027 or 11384554. OLE color: 11384554.

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

Color convert

RGB234182173-
CMYK00.220.260.08
HSL8.85º59.22%79.8%-
HSV(B)8.85º26.07%91.76%-
XYZ58.253.9746.88-
YUV196.52114.73154.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=39.73%
G=30.90%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418217300.220.260.088.8559.2279.8
HexEAB6AD0161A893b50
Octal35226625502632101173120
Binary11101010101101101010110101011011010100010011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6AD; }

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

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

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

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

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

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

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

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