#EAA498

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

Shades of Tonys Pink #EAA498

Tints of Tonys Pink #EAA498

Color information

#EAA498 (or 0xEAA498) is unknown color: approx Tonys Pink. HEX triplet: EA, A4 and 98. RGB value is (234,164,152). Sum of RGB (Red+Green+Blue) = 234+164+152=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA498 is #155B67. Grayscale: #B7B7B7. Windows color (decimal): -1399656 or 10003690. OLE color: 10003690.

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

Color convert

RGB234164152-
CMYK00.300.350.08
HSL8.78º66.13%75.69%-
HSV(B)8.78º35.04%91.76%-
XYZ52.8746.3135.86-
YUV183.56110.19163.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=42.55%
G=29.82%
B=27.64%

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
Decimal23416415200.300.350.088.7866.1375.69
HexEAA49801E2389424c
Octal352244230036431011102114
Binary1110101010100100100110000111101000111000100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA498; }

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

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

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

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

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

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

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

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