#EAA88C

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

Shades of Tonys Pink #EAA88C

Tints of Tonys Pink #EAA88C

Color information

#EAA88C (or 0xEAA88C) is unknown color: approx Tonys Pink. HEX triplet: EA, A8 and 8C. RGB value is (234,168,140). Sum of RGB (Red+Green+Blue) = 234+168+140=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA88C is #155773. Grayscale: #B8B8B8. Windows color (decimal): -1398644 or 9218282. OLE color: 9218282.

HSL color Cylindrical-coordinate representation of color #EAA88C: hue angle of 17.87º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAA88C is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234168140-
CMYK00.280.400.08
HSL17.87º69.12%73.33%-
HSV(B)17.87º40.17%91.76%-
XYZ52.6747.3931.18-
YUV184.54102.87163.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 140 (55.08% from 255) = 25.83%
R=43.17%
G=31.00%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416814000.280.400.0817.8769.1273.33
HexEAA88C01C288124549
Octal352250214034501022105111
Binary11101010101010001000110001110010100010001001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA88C; }

 p { color: rgb(234,168,140); }

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

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

 a { background-color: rgb(234,168,140); }

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

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

 span { border-color: rgb(234,168,140); }

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