#EAAA8D

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

Shades of Tonys Pink #EAAA8D

Tints of Tonys Pink #EAAA8D

Color information

#EAAA8D (or 0xEAAA8D) is unknown color: approx Tonys Pink. HEX triplet: EA, AA and 8D. RGB value is (234,170,141). Sum of RGB (Red+Green+Blue) = 234+170+141=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA8D is #155572. Grayscale: #BABABA. Windows color (decimal): -1398131 or 9284330. OLE color: 9284330.

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

Color convert

RGB234170141-
CMYK00.270.400.08
HSL18.71º68.89%73.53%-
HSV(B)18.71º39.74%91.76%-
XYZ53.1148.1631.7-
YUV185.83102.7162.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=42.94%
G=31.19%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417014100.270.400.0818.7168.8973.53
HexEAAA8D01B28813454a
Octal352252215033501023105112
Binary11101010101010101000110101101110100010001001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA8D; }

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

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

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

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

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

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

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

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