#EAAC8C

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

Shades of Tonys Pink #EAAC8C

Tints of Tonys Pink #EAAC8C

Color information

#EAAC8C (or 0xEAAC8C) is unknown color: approx Tonys Pink. HEX triplet: EA, AC and 8C. RGB value is (234,172,140). Sum of RGB (Red+Green+Blue) = 234+172+140=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC8C is #155373. Grayscale: #BBBBBB. Windows color (decimal): -1397620 or 9219306. OLE color: 9219306.

HSL color Cylindrical-coordinate representation of color #EAAC8C: hue angle of 20.43º 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 #EAAC8C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234172140-
CMYK00.260.400.08
HSL20.43º69.12%73.33%-
HSV(B)20.43º40.17%91.76%-
XYZ53.4248.8931.43-
YUV186.89101.54161.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 140 (55.08% from 255) = 25.64%
R=42.86%
G=31.50%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417214000.260.400.0820.4369.1273.33
HexEAAC8C01A288144549
Octal352254214032501024105111
Binary11101010101011001000110001101010100010001010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC8C; }

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

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

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

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

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

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

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

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