#EBAA8C

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

Shades of Tonys Pink #EBAA8C

Tints of Tonys Pink #EBAA8C

Color information

#EBAA8C (or 0xEBAA8C) is unknown color: approx Tonys Pink. HEX triplet: EB, AA and 8C. RGB value is (235,170,140). Sum of RGB (Red+Green+Blue) = 235+170+140=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA8C is #145573. Grayscale: #BABABA. Windows color (decimal): -1332596 or 9218795. OLE color: 9218795.

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

Color convert

RGB235170140-
CMYK00.280.400.08
HSL18.95º70.37%73.53%-
HSV(B)18.95º40.43%92.16%-
XYZ53.3748.3131.32-
YUV186.02102.03162.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=43.12%
G=31.19%
B=25.69%

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
Decimal23517014000.280.400.0818.9570.3773.53
HexEBAA8C01C28813464a
Octal353252214034501023106112
Binary11101011101010101000110001110010100010001001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA8C; }

 p { color: rgb(235,170,140); }

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

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

 a { background-color: rgb(235,170,140); }

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

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

 span { border-color: rgb(235,170,140); }

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