#EBA089

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

Shades of Tonys Pink #EBA089

Tints of Tonys Pink #EBA089

Color information

#EBA089 (or 0xEBA089) is unknown color: approx Tonys Pink. HEX triplet: EB, A0 and 89. RGB value is (235,160,137). Sum of RGB (Red+Green+Blue) = 235+160+137=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA089 is #145F76. Grayscale: #B3B3B3. Windows color (decimal): -1335159 or 9019627. OLE color: 9019627.

HSL color Cylindrical-coordinate representation of color #EBA089: hue angle of 14.08º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBA089 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB235160137-
CMYK00.320.420.08
HSL14.08º71.01%72.94%-
HSV(B)14.08º41.7%92.16%-
XYZ51.3544.6129.57-
YUV179.8103.85167.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=44.17%
G=30.08%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516013700.320.420.0814.0871.0172.94
HexEBA0890202A8e4749
Octal353240211040521016107111
Binary11101011101000001000100101000001010101000111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA089; }

 p { color: rgb(235,160,137); }

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

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

 a { background-color: rgb(235,160,137); }

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

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

 span { border-color: rgb(235,160,137); }

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