#EAA689

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

Shades of Tonys Pink #EAA689

Tints of Tonys Pink #EAA689

Color information

#EAA689 (or 0xEAA689) is unknown color: approx Tonys Pink. HEX triplet: EA, A6 and 89. RGB value is (234,166,137). Sum of RGB (Red+Green+Blue) = 234+166+137=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA689 is #155976. Grayscale: #B7B7B7. Windows color (decimal): -1399159 or 9021162. OLE color: 9021162.

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

Color convert

RGB234166137-
CMYK00.290.410.08
HSL17.94º69.78%72.75%-
HSV(B)17.94º41.45%91.76%-
XYZ52.0846.5729.91-
YUV183.03102.03164.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 137 (53.91% from 255) = 25.51%
R=43.58%
G=30.91%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416613700.290.410.0817.9469.7872.75
HexEAA68901D298124649
Octal352246211035511022106111
Binary11101010101001101000100101110110100110001001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA689; }

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

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

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

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

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

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

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

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