#EAA687

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

Shades of Tonys Pink #EAA687

Tints of Tonys Pink #EAA687

Color information

#EAA687 (or 0xEAA687) is unknown color: approx Tonys Pink. HEX triplet: EA, A6 and 87. RGB value is (234,166,135). Sum of RGB (Red+Green+Blue) = 234+166+135=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA687 is #155978. Grayscale: #B6B6B6. Windows color (decimal): -1399161 or 8890090. OLE color: 8890090.

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

Color convert

RGB234166135-
CMYK00.290.420.08
HSL18.79º70.21%72.35%-
HSV(B)18.79º42.31%91.76%-
XYZ51.9446.5129.16-
YUV182.8101.03164.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=43.74%
G=31.03%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416613500.290.420.0818.7970.2172.35
HexEAA68701D2A8134648
Octal352246207035521023106110
Binary11101010101001101000011101110110101010001001110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA687; }

 p { color: rgb(234,166,135); }

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

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

 a { background-color: rgb(234,166,135); }

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

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

 span { border-color: rgb(234,166,135); }

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