#EAA691

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

Shades of Tonys Pink #EAA691

Tints of Tonys Pink #EAA691

Color information

#EAA691 (or 0xEAA691) is unknown color: approx Tonys Pink. HEX triplet: EA, A6 and 91. RGB value is (234,166,145). Sum of RGB (Red+Green+Blue) = 234+166+145=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA691 is #15596E. Grayscale: #B8B8B8. Windows color (decimal): -1399151 or 9545450. OLE color: 9545450.

HSL color Cylindrical-coordinate representation of color #EAA691: hue angle of 14.16º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAA691 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234166145-
CMYK00.290.380.08
HSL14.16º67.94%74.31%-
HSV(B)14.16º38.03%91.76%-
XYZ52.6846.8133.05-
YUV183.94106.03163.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=42.94%
G=30.46%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416614500.290.380.0814.1667.9474.31
HexEAA69101D268e444a
Octal352246221035461016104112
Binary1110101010100110100100010111011001101000111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA691; }

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

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

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

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

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

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

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

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