#EAAD8D

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

Shades of Tonys Pink #EAAD8D

Tints of Tonys Pink #EAAD8D

Color information

#EAAD8D (or 0xEAAD8D) is unknown color: approx Tonys Pink. HEX triplet: EA, AD and 8D. RGB value is (234,173,141). Sum of RGB (Red+Green+Blue) = 234+173+141=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD8D is #155272. Grayscale: #BBBBBB. Windows color (decimal): -1397363 or 9285098. OLE color: 9285098.

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

Color convert

RGB234173141-
CMYK00.260.400.08
HSL20.65º68.89%73.53%-
HSV(B)20.65º39.74%91.76%-
XYZ53.6849.331.89-
YUV187.59101.71161.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 141 (55.47% from 255) = 25.73%
R=42.70%
G=31.57%
B=25.73%

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
Decimal23417314100.260.400.0820.6568.8973.53
HexEAAD8D01A28815454a
Octal352255215032501025105112
Binary11101010101011011000110101101010100010001010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD8D; }

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

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

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

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

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

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

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

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