#EAA98B

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

Shades of Tonys Pink #EAA98B

Tints of Tonys Pink #EAA98B

Color information

#EAA98B (or 0xEAA98B) is unknown color: approx Tonys Pink. HEX triplet: EA, A9 and 8B. RGB value is (234,169,139). Sum of RGB (Red+Green+Blue) = 234+169+139=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA98B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA98B is #155674. Grayscale: #B9B9B9. Windows color (decimal): -1398389 or 9153002. OLE color: 9153002.

HSL color Cylindrical-coordinate representation of color #EAA98B: hue angle of 18.95º degrees, saturation: 0.69, 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 #EAA98B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234169139-
CMYK00.280.410.08
HSL18.95º69.34%73.14%-
HSV(B)18.95º40.6%91.76%-
XYZ52.7847.7330.86-
YUV185.02102.03162.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=43.17%
G=31.18%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416913900.280.410.0818.9569.3473.14
HexEAA98B01C298134549
Octal352251213034511023105111
Binary11101010101010011000101101110010100110001001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA98B; }

 p { color: rgb(234,169,139); }

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

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

 a { background-color: rgb(234,169,139); }

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

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

 span { border-color: rgb(234,169,139); }

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