#ebaa8a

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

Shades of Tonys Pink #EBAA8A

Tints of Tonys Pink #EBAA8A

Color information

#EBAA8A (or 0xEBAA8A) is unknown color: approx Tonys Pink. HEX triplet: EB, AA and 8A. RGB value is (235,170,138). Sum of RGB (Red+Green+Blue) = 235+170+138=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA8A is #145575. Grayscale: #B9B9B9. Windows color (decimal): -1332598 or 9087723. OLE color: 9087723.

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

Color convert

RGB235170138-
CMYK00.280.410.08
HSL19.79º70.8%73.14%-
HSV(B)19.79º41.28%92.16%-
XYZ53.2248.2530.55-
YUV185.79101.03163.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=43.28%
G=31.31%
B=25.41%

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
Decimal23517013800.280.410.0819.7970.873.14
HexEBAA8A01C298144749
Octal353252212034511024107111
Binary11101011101010101000101001110010100110001010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebaa8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebaa8a; }

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

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

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

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

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

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

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

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