#EAA497

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

Shades of Tonys Pink #EAA497

Tints of Tonys Pink #EAA497

Color information

#EAA497 (or 0xEAA497) is unknown color: approx Tonys Pink. HEX triplet: EA, A4 and 97. RGB value is (234,164,151). Sum of RGB (Red+Green+Blue) = 234+164+151=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA497 is #155B68. Grayscale: #B7B7B7. Windows color (decimal): -1399657 or 9938154. OLE color: 9938154.

HSL color Cylindrical-coordinate representation of color #EAA497: hue angle of 9.4º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA497 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234164151-
CMYK00.300.350.08
HSL9.4º66.4%75.49%-
HSV(B)9.4º35.47%91.76%-
XYZ52.7946.2835.43-
YUV183.45109.69164.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=42.62%
G=29.87%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416415100.300.350.089.466.475.49
HexEAA49701E2389424b
Octal352244227036431011102113
Binary1110101010100100100101110111101000111000100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA497; }

 p { color: rgb(234,164,151); }

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

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

 a { background-color: rgb(234,164,151); }

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

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

 span { border-color: rgb(234,164,151); }

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