#EAA38E

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

Shades of Tonys Pink #EAA38E

Tints of Tonys Pink #EAA38E

Color information

#EAA38E (or 0xEAA38E) is unknown color: approx Tonys Pink. HEX triplet: EA, A3 and 8E. RGB value is (234,163,142). Sum of RGB (Red+Green+Blue) = 234+163+142=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA38E is #155C71. Grayscale: #B5B5B5. Windows color (decimal): -1399922 or 9348074. OLE color: 9348074.

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

Color convert

RGB234163142-
CMYK00.300.390.08
HSL13.7º68.66%73.73%-
HSV(B)13.7º39.32%91.76%-
XYZ51.9145.6431.66-
YUV181.83105.52165.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=43.41%
G=30.24%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416314200.300.390.0813.768.6673.73
HexEAA38E01E278e454a
Octal352243216036471016105112
Binary1110101010100011100011100111101001111000111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA38E; }

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

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

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

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

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

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

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

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