#EAA694

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

Shades of Tonys Pink #EAA694

Tints of Tonys Pink #EAA694

Color information

#EAA694 (or 0xEAA694) is unknown color: approx Tonys Pink. HEX triplet: EA, A6 and 94. RGB value is (234,166,148). Sum of RGB (Red+Green+Blue) = 234+166+148=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA694 is #15596B. Grayscale: #B8B8B8. Windows color (decimal): -1399148 or 9742058. OLE color: 9742058.

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

Color convert

RGB234166148-
CMYK00.290.370.08
HSL12.56º67.19%74.9%-
HSV(B)12.56º36.75%91.76%-
XYZ52.9146.934.28-
YUV184.28107.53163.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=42.70%
G=30.29%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416614800.290.370.0812.5667.1974.9
HexEAA69401D258d434b
Octal352246224035451015103113
Binary1110101010100110100101000111011001011000110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA694; }

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

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

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

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

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

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

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

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