#EAAB8D

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

Shades of Tonys Pink #EAAB8D

Tints of Tonys Pink #EAAB8D

Color information

#EAAB8D (or 0xEAAB8D) is unknown color: approx Tonys Pink. HEX triplet: EA, AB and 8D. RGB value is (234,171,141). Sum of RGB (Red+Green+Blue) = 234+171+141=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB8D is #155472. Grayscale: #BABABA. Windows color (decimal): -1397875 or 9284586. OLE color: 9284586.

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

Color convert

RGB234171141-
CMYK00.270.400.08
HSL19.35º68.89%73.53%-
HSV(B)19.35º39.74%91.76%-
XYZ53.348.5431.76-
YUV186.42102.37161.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=42.86%
G=31.32%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417114100.270.400.0819.3568.8973.53
HexEAAB8D01B28813454a
Octal352253215033501023105112
Binary11101010101010111000110101101110100010001001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB8D; }

 p { color: rgb(234,171,141); }

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

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

 a { background-color: rgb(234,171,141); }

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

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

 span { border-color: rgb(234,171,141); }

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