#EBA096

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

Shades of Tonys Pink #EBA096

Tints of Tonys Pink #EBA096

Color information

#EBA096 (or 0xEBA096) is unknown color: approx Tonys Pink. HEX triplet: EB, A0 and 96. RGB value is (235,160,150). Sum of RGB (Red+Green+Blue) = 235+160+150=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA096 is #145F69. Grayscale: #B5B5B5. Windows color (decimal): -1335146 or 9871595. OLE color: 9871595.

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

Color convert

RGB235160150-
CMYK00.320.360.08
HSL7.06º68%75.49%-
HSV(B)7.06º36.17%92.16%-
XYZ52.3445.0134.78-
YUV181.28110.35166.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=43.12%
G=29.36%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516015000.320.360.087.066875.49
HexEBA0960202487444b
Octal35324022604044107104113
Binary1110101110100000100101100100000100100100011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA096; }

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

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

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

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

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

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

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

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