#EAA086

Color #EAA086 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #EAA086

Tints of Tonys Pink #EAA086

Color information

#EAA086 (or 0xEAA086) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 86. RGB value is (234,160,134). Sum of RGB (Red+Green+Blue) = 234+160+134=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA086 is #155F79. Grayscale: #B3B3B3. Windows color (decimal): -1400698 or 8823018. OLE color: 8823018.

HSL color Cylindrical-coordinate representation of color #EAA086: hue angle of 15.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAA086 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234160134-
CMYK00.320.430.08
HSL15.6º70.42%72.16%-
HSV(B)15.6º42.74%91.76%-
XYZ50.8144.3628.44-
YUV179.16102.52167.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 134 (52.73% from 255) = 25.38%
R=44.32%
G=30.30%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416013400.320.430.0815.670.4272.16
HexEAA0860202B8104648
Octal352240206040531020106110
Binary111010101010000010000110010000010101110001000010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA086; }

 p { color: rgb(234,160,134); }

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

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

 a { background-color: rgb(234,160,134); }

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

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

 span { border-color: rgb(234,160,134); }

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