#EAA596

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

Shades of Tonys Pink #EAA596

Tints of Tonys Pink #EAA596

Color information

#EAA596 (or 0xEAA596) is unknown color: approx Tonys Pink. HEX triplet: EA, A5 and 96. RGB value is (234,165,150). Sum of RGB (Red+Green+Blue) = 234+165+150=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA596 is #155A69. Grayscale: #B8B8B8. Windows color (decimal): -1399402 or 9872874. OLE color: 9872874.

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

Color convert

RGB234165150-
CMYK00.290.360.08
HSL10.71º66.67%75.29%-
HSV(B)10.71º35.9%91.76%-
XYZ52.8946.635.06-
YUV183.92108.86163.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=42.62%
G=30.05%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416515000.290.360.0810.7166.6775.29
HexEAA59601D248b434b
Octal352245226035441013103113
Binary1110101010100101100101100111011001001000101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA596; }

 p { color: rgb(234,165,150); }

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

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

 a { background-color: rgb(234,165,150); }

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

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

 span { border-color: rgb(234,165,150); }

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