#EEAA8D

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

Shades of Tonys Pink #EEAA8D

Tints of Tonys Pink #EEAA8D

Color information

#EEAA8D (or 0xEEAA8D) is unknown color: approx Tonys Pink. HEX triplet: EE, AA and 8D. RGB value is (238,170,141). Sum of RGB (Red+Green+Blue) = 238+170+141=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA8D is #115572. Grayscale: #BBBBBB. Windows color (decimal): -1135987 or 9284334. OLE color: 9284334.

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

Color convert

RGB238170141-
CMYK00.290.410.07
HSL17.94º74.05%74.31%-
HSV(B)17.94º40.76%93.33%-
XYZ54.4448.8531.76-
YUV187.03102.03164.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=43.35%
G=30.97%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817014100.290.410.0717.9474.0574.31
HexEEAA8D01D297124a4a
Octal35625221503551722112112
Binary1110111010101010100011010111011010011111001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA8D; }

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

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

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

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

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

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

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

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