#EAB7AF

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

Shades of Beauty Bush #EAB7AF

Tints of Beauty Bush #EAB7AF

Color information

#EAB7AF (or 0xEAB7AF) is unknown color: approx Beauty Bush. HEX triplet: EA, B7 and AF. RGB value is (234,183,175). Sum of RGB (Red+Green+Blue) = 234+183+175=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB7AF is #154850. Grayscale: #C5C5C5. Windows color (decimal): -1394769 or 11515882. OLE color: 11515882.

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

Color convert

RGB234183175-
CMYK00.220.250.08
HSL8.14º58.42%80.2%-
HSV(B)8.14º25.21%91.76%-
XYZ58.654.4547.98-
YUV197.34115.4154.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 183 (71.88% from 255) = 30.91%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=39.53%
G=30.91%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418317500.220.250.088.1458.4280.2
HexEAB7AF01619883a50
Octal35226725702631101072120
Binary11101010101101111010111101011011001100010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7AF; }

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

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

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

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

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

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

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

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