#EAA083

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

Shades of Tonys Pink #EAA083

Tints of Tonys Pink #EAA083

Color information

#EAA083 (or 0xEAA083) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 83. RGB value is (234,160,131). Sum of RGB (Red+Green+Blue) = 234+160+131=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA083 is #155F7C. Grayscale: #B3B3B3. Windows color (decimal): -1400701 or 8626410. OLE color: 8626410.

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

Color convert

RGB234160131-
CMYK00.320.440.08
HSL16.89º71.03%71.57%-
HSV(B)16.89º44.02%91.76%-
XYZ50.644.2727.35-
YUV178.82101.02167.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=44.57%
G=30.48%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416013100.320.440.0816.8971.0371.57
HexEAA0830202C8114748
Octal352240203040541021107110
Binary111010101010000010000011010000010110010001000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA083; }

 p { color: rgb(234,160,131); }

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

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

 a { background-color: rgb(234,160,131); }

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

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

 span { border-color: rgb(234,160,131); }

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