#EAA285

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

Shades of Tonys Pink #EAA285

Tints of Tonys Pink #EAA285

Color information

#EAA285 (or 0xEAA285) is unknown color: approx Tonys Pink. HEX triplet: EA, A2 and 85. RGB value is (234,162,133). Sum of RGB (Red+Green+Blue) = 234+162+133=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA285 is #155D7A. Grayscale: #B4B4B4. Windows color (decimal): -1400187 or 8757994. OLE color: 8757994.

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

Color convert

RGB234162133-
CMYK00.310.430.08
HSL17.23º70.63%71.96%-
HSV(B)17.23º43.16%91.76%-
XYZ51.0945.0328.19-
YUV180.22101.35166.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=44.23%
G=30.62%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416213300.310.430.0817.2370.6371.96
HexEAA28501F2B8114748
Octal352242205037531021107110
Binary11101010101000101000010101111110101110001000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA285; }

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

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

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

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

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

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

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

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