#EAA397

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

Shades of Tonys Pink #EAA397

Tints of Tonys Pink #EAA397

Color information

#EAA397 (or 0xEAA397) is unknown color: approx Tonys Pink. HEX triplet: EA, A3 and 97. RGB value is (234,163,151). Sum of RGB (Red+Green+Blue) = 234+163+151=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA397 is #155C68. Grayscale: #B6B6B6. Windows color (decimal): -1399913 or 9937898. OLE color: 9937898.

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

Color convert

RGB234163151-
CMYK00.300.350.08
HSL8.67º66.4%75.49%-
HSV(B)8.67º35.47%91.76%-
XYZ52.6145.9235.37-
YUV182.86110.02164.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=42.70%
G=29.74%
B=27.55%

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
Decimal23416315100.300.350.088.6766.475.49
HexEAA39701E2389424b
Octal352243227036431011102113
Binary1110101010100011100101110111101000111000100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA397; }

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

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

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

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

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

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

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

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