#EAA688

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

Shades of Tonys Pink #EAA688

Tints of Tonys Pink #EAA688

Color information

#EAA688 (or 0xEAA688) is unknown color: approx Tonys Pink. HEX triplet: EA, A6 and 88. RGB value is (234,166,136). Sum of RGB (Red+Green+Blue) = 234+166+136=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA688 is #155977. Grayscale: #B7B7B7. Windows color (decimal): -1399160 or 8955626. OLE color: 8955626.

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

Color convert

RGB234166136-
CMYK00.290.420.08
HSL18.37º70%72.55%-
HSV(B)18.37º41.88%91.76%-
XYZ52.0146.5429.53-
YUV182.91101.53164.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=43.66%
G=30.97%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416613600.290.420.0818.377072.55
HexEAA68801D2A8124649
Octal352246210035521022106111
Binary11101010101001101000100001110110101010001001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA688; }

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

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

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

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

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

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

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

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