#EAA888

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

Shades of Tonys Pink #EAA888

Tints of Tonys Pink #EAA888

Color information

#EAA888 (or 0xEAA888) is unknown color: approx Tonys Pink. HEX triplet: EA, A8 and 88. RGB value is (234,168,136). Sum of RGB (Red+Green+Blue) = 234+168+136=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA888 is #155777. Grayscale: #B8B8B8. Windows color (decimal): -1398648 or 8956138. OLE color: 8956138.

HSL color Cylindrical-coordinate representation of color #EAA888: hue angle of 19.59º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAA888 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234168136-
CMYK00.280.420.08
HSL19.59º70%72.55%-
HSV(B)19.59º41.88%91.76%-
XYZ52.3847.2829.66-
YUV184.09100.87163.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 168 (66.02% from 255) = 31.23%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=43.49%
G=31.23%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416813600.280.420.0819.597072.55
HexEAA88801C2A8144649
Octal352250210034521024106111
Binary11101010101010001000100001110010101010001010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA888; }

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

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

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

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

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

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

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

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