#EEAA86

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

Shades of Tonys Pink #EEAA86

Tints of Tonys Pink #EEAA86

Color information

#EEAA86 (or 0xEEAA86) is unknown color: approx Tonys Pink. HEX triplet: EE, AA and 86. RGB value is (238,170,134). Sum of RGB (Red+Green+Blue) = 238+170+134=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA86 is #115579. Grayscale: #BABABA. Windows color (decimal): -1135994 or 8825582. OLE color: 8825582.

HSL color Cylindrical-coordinate representation of color #EEAA86: hue angle of 20.77º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEAA86 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238170134-
CMYK00.290.440.07
HSL20.77º75.36%72.94%-
HSV(B)20.77º43.7%93.33%-
XYZ53.9448.6529.1-
YUV186.2398.53164.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.91%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=43.91%
G=31.37%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817013400.290.440.0720.7775.3672.94
HexEEAA8601D2C7154b49
Octal35625220603554725113111
Binary1110111010101010100001100111011011001111010110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA86; }

 p { color: rgb(238,170,134); }

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

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

 a { background-color: rgb(238,170,134); }

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

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

 span { border-color: rgb(238,170,134); }

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