#EAA398

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

Shades of Tonys Pink #EAA398

Tints of Tonys Pink #EAA398

Color information

#EAA398 (or 0xEAA398) is unknown color: approx Tonys Pink. HEX triplet: EA, A3 and 98. RGB value is (234,163,152). Sum of RGB (Red+Green+Blue) = 234+163+152=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA398 is #155C67. Grayscale: #B7B7B7. Windows color (decimal): -1399912 or 10003434. OLE color: 10003434.

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

Color convert

RGB234163152-
CMYK00.300.350.08
HSL8.05º66.13%75.69%-
HSV(B)8.05º35.04%91.76%-
XYZ52.745.9535.8-
YUV182.98110.52164.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=42.62%
G=29.69%
B=27.69%

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
Decimal23416315200.300.350.088.0566.1375.69
HexEAA39801E2388424c
Octal352243230036431010102114
Binary1110101010100011100110000111101000111000100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA398; }

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

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

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

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

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

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

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

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