#EAAA8C

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

Shades of Tonys Pink #EAAA8C

Tints of Tonys Pink #EAAA8C

Color information

#EAAA8C (or 0xEAAA8C) is unknown color: approx Tonys Pink. HEX triplet: EA, AA and 8C. RGB value is (234,170,140). Sum of RGB (Red+Green+Blue) = 234+170+140=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA8C is #155573. Grayscale: #B9B9B9. Windows color (decimal): -1398132 or 9218794. OLE color: 9218794.

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

Color convert

RGB234170140-
CMYK00.270.400.08
HSL19.15º69.12%73.33%-
HSV(B)19.15º40.17%91.76%-
XYZ53.0448.1431.31-
YUV185.72102.2162.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=43.01%
G=31.25%
B=25.74%

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
Decimal23417014000.270.400.0819.1569.1273.33
HexEAAA8C01B288134549
Octal352252214033501023105111
Binary11101010101010101000110001101110100010001001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA8C; }

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

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

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

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

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

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

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

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