#EAAA89

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

Shades of Tonys Pink #EAAA89

Tints of Tonys Pink #EAAA89

Color information

#EAAA89 (or 0xEAAA89) is unknown color: approx Tonys Pink. HEX triplet: EA, AA and 89. RGB value is (234,170,137). Sum of RGB (Red+Green+Blue) = 234+170+137=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA89 is #155576. Grayscale: #B9B9B9. Windows color (decimal): -1398135 or 9022186. OLE color: 9022186.

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

Color convert

RGB234170137-
CMYK00.270.410.08
HSL20.41º69.78%72.75%-
HSV(B)20.41º41.45%91.76%-
XYZ52.8248.0530.16-
YUV185.37100.7162.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 137 (53.91% from 255) = 25.32%
R=43.25%
G=31.42%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417013700.270.410.0820.4169.7872.75
HexEAAA8901B298144649
Octal352252211033511024106111
Binary11101010101010101000100101101110100110001010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA89; }

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

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

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

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

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

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

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

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