#EAAB8C

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

Shades of Tonys Pink #EAAB8C

Tints of Tonys Pink #EAAB8C

Color information

#EAAB8C (or 0xEAAB8C) is unknown color: approx Tonys Pink. HEX triplet: EA, AB and 8C. RGB value is (234,171,140). Sum of RGB (Red+Green+Blue) = 234+171+140=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB8C is #155473. Grayscale: #BABABA. Windows color (decimal): -1397876 or 9219050. OLE color: 9219050.

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

Color convert

RGB234171140-
CMYK00.270.400.08
HSL19.79º69.12%73.33%-
HSV(B)19.79º40.17%91.76%-
XYZ53.2348.5131.37-
YUV186.3101.87162.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=42.94%
G=31.38%
B=25.69%

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
Decimal23417114000.270.400.0819.7969.1273.33
HexEAAB8C01B288144549
Octal352253214033501024105111
Binary11101010101010111000110001101110100010001010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB8C; }

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

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

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

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

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

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

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

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