#EAA18A

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

Shades of Tonys Pink #EAA18A

Tints of Tonys Pink #EAA18A

Color information

#EAA18A (or 0xEAA18A) is unknown color: approx Tonys Pink. HEX triplet: EA, A1 and 8A. RGB value is (234,161,138). Sum of RGB (Red+Green+Blue) = 234+161+138=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA18A is #155E75. Grayscale: #B4B4B4. Windows color (decimal): -1400438 or 9085418. OLE color: 9085418.

HSL color Cylindrical-coordinate representation of color #EAA18A: hue angle of 14.38º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAA18A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234161138-
CMYK00.310.410.08
HSL14.38º69.57%72.94%-
HSV(B)14.38º41.03%91.76%-
XYZ51.2644.8229.99-
YUV180.2104.18166.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=43.90%
G=30.21%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416113800.310.410.0814.3869.5772.94
HexEAA18A01F298e4649
Octal352241212037511016106111
Binary1110101010100001100010100111111010011000111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA18A; }

 p { color: rgb(234,161,138); }

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

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

 a { background-color: rgb(234,161,138); }

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

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

 span { border-color: rgb(234,161,138); }

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