#EAA395

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

Shades of Tonys Pink #EAA395

Tints of Tonys Pink #EAA395

Color information

#EAA395 (or 0xEAA395) is unknown color: approx Tonys Pink. HEX triplet: EA, A3 and 95. RGB value is (234,163,149). Sum of RGB (Red+Green+Blue) = 234+163+149=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA395 is #155C6A. Grayscale: #B6B6B6. Windows color (decimal): -1399915 or 9806826. OLE color: 9806826.

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

Color convert

RGB234163149-
CMYK00.300.360.08
HSL9.88º66.93%75.1%-
HSV(B)9.88º36.32%91.76%-
XYZ52.4545.8634.52-
YUV182.63109.02164.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=42.86%
G=29.85%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416314900.300.360.089.8866.9375.1
HexEAA39501E248a434b
Octal352243225036441012103113
Binary1110101010100011100101010111101001001000101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA395; }

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

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

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

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

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

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

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

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