#EAA989

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

Shades of Tonys Pink #EAA989

Tints of Tonys Pink #EAA989

Color information

#EAA989 (or 0xEAA989) is unknown color: approx Tonys Pink. HEX triplet: EA, A9 and 89. RGB value is (234,169,137). Sum of RGB (Red+Green+Blue) = 234+169+137=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA989 is #155676. Grayscale: #B8B8B8. Windows color (decimal): -1398391 or 9021930. OLE color: 9021930.

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

Color convert

RGB234169137-
CMYK00.280.410.08
HSL19.79º69.78%72.75%-
HSV(B)19.79º41.45%91.76%-
XYZ52.6447.6730.09-
YUV184.79101.03163.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 137 (53.91% from 255) = 25.37%
R=43.33%
G=31.30%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416913700.280.410.0819.7969.7872.75
HexEAA98901C298144649
Octal352251211034511024106111
Binary11101010101010011000100101110010100110001010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA989; }

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

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

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

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

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

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

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

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