#EAA692

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

Shades of Tonys Pink #EAA692

Tints of Tonys Pink #EAA692

Color information

#EAA692 (or 0xEAA692) is unknown color: approx Tonys Pink. HEX triplet: EA, A6 and 92. RGB value is (234,166,146). Sum of RGB (Red+Green+Blue) = 234+166+146=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA692 is #15596D. Grayscale: #B8B8B8. Windows color (decimal): -1399150 or 9610986. OLE color: 9610986.

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

Color convert

RGB234166146-
CMYK00.290.380.08
HSL13.64º67.69%74.51%-
HSV(B)13.64º37.61%91.76%-
XYZ52.7646.8433.45-
YUV184.05106.53163.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=42.86%
G=30.40%
B=26.74%

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
Decimal23416614600.290.380.0813.6467.6974.51
HexEAA69201D268e444b
Octal352246222035461016104113
Binary1110101010100110100100100111011001101000111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA692; }

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

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

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

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

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

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

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

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