#EAA399

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

Shades of Tonys Pink #EAA399

Tints of Tonys Pink #EAA399

Color information

#EAA399 (or 0xEAA399) is unknown color: approx Tonys Pink. HEX triplet: EA, A3 and 99. RGB value is (234,163,153). Sum of RGB (Red+Green+Blue) = 234+163+153=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA399 is #155C66. Grayscale: #B7B7B7. Windows color (decimal): -1399911 or 10068970. OLE color: 10068970.

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

Color convert

RGB234163153-
CMYK00.300.350.08
HSL7.41º65.85%75.88%-
HSV(B)7.41º34.62%91.76%-
XYZ52.7845.9936.23-
YUV183.09111.02164.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=42.55%
G=29.64%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416315300.300.350.087.4165.8575.88
HexEAA39901E2387424c
Octal35224323103643107102114
Binary111010101010001110011001011110100011100011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA399; }

 p { color: rgb(234,163,153); }

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

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

 a { background-color: rgb(234,163,153); }

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

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

 span { border-color: rgb(234,163,153); }

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