#EAA88D

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

Shades of Tonys Pink #EAA88D

Tints of Tonys Pink #EAA88D

Color information

#EAA88D (or 0xEAA88D) is unknown color: approx Tonys Pink. HEX triplet: EA, A8 and 8D. RGB value is (234,168,141). Sum of RGB (Red+Green+Blue) = 234+168+141=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA88D is #155772. Grayscale: #B8B8B8. Windows color (decimal): -1398643 or 9283818. OLE color: 9283818.

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

Color convert

RGB234168141-
CMYK00.280.400.08
HSL17.42º68.89%73.53%-
HSV(B)17.42º39.74%91.76%-
XYZ52.7447.4231.57-
YUV184.66103.37163.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=43.09%
G=30.94%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416814100.280.400.0817.4268.8973.53
HexEAA88D01C28811454a
Octal352250215034501021105112
Binary11101010101010001000110101110010100010001000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA88D; }

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

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

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

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

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

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

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

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