#EAA485

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

Shades of Tonys Pink #EAA485

Tints of Tonys Pink #EAA485

Color information

#EAA485 (or 0xEAA485) is unknown color: approx Tonys Pink. HEX triplet: EA, A4 and 85. RGB value is (234,164,133). Sum of RGB (Red+Green+Blue) = 234+164+133=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA485 is #155B7A. Grayscale: #B5B5B5. Windows color (decimal): -1399675 or 8758506. OLE color: 8758506.

HSL color Cylindrical-coordinate representation of color #EAA485: hue angle of 18.42º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAA485 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234164133-
CMYK00.300.430.08
HSL18.42º70.63%71.96%-
HSV(B)18.42º43.16%91.76%-
XYZ51.4445.7428.31-
YUV181.4100.69165.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=44.07%
G=30.89%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416413300.300.430.0818.4270.6371.96
HexEAA48501E2B8124748
Octal352244205036531022107110
Binary11101010101001001000010101111010101110001001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA485; }

 p { color: rgb(234,164,133); }

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

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

 a { background-color: rgb(234,164,133); }

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

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

 span { border-color: rgb(234,164,133); }

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