#EAB2AF

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

Shades of Beauty Bush #EAB2AF

Tints of Beauty Bush #EAB2AF

Color information

#EAB2AF (or 0xEAB2AF) is unknown color: approx Beauty Bush. HEX triplet: EA, B2 and AF. RGB value is (234,178,175). Sum of RGB (Red+Green+Blue) = 234+178+175=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB2AF is #154D50. Grayscale: #C2C2C2. Windows color (decimal): -1396049 or 11514602. OLE color: 11514602.

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

Color convert

RGB234178175-
CMYK00.240.250.08
HSL3.05º58.42%80.2%-
HSV(B)3.05º25.21%91.76%-
XYZ57.5952.4347.64-
YUV194.4117.05156.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=39.86%
G=30.32%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417817500.240.250.083.0558.4280.2
HexEAB2AF01819833a50
Octal3522622570303110372120
Binary111010101011001010101111011000110011000111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2AF; }

 p { color: rgb(234,178,175); }

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

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

 a { background-color: rgb(234,178,175); }

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

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

 span { border-color: rgb(234,178,175); }

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