#EBA085

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

Shades of Tonys Pink #EBA085

Tints of Tonys Pink #EBA085

Color information

#EBA085 (or 0xEBA085) is unknown color: approx Tonys Pink. HEX triplet: EB, A0 and 85. RGB value is (235,160,133). Sum of RGB (Red+Green+Blue) = 235+160+133=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA085 is #145F7A. Grayscale: #B3B3B3. Windows color (decimal): -1335163 or 8757483. OLE color: 8757483.

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

Color convert

RGB235160133-
CMYK00.320.430.08
HSL15.88º71.83%72.16%-
HSV(B)15.88º43.4%92.16%-
XYZ51.0744.528.09-
YUV179.35101.85167.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=44.51%
G=30.30%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516013300.320.430.0815.8871.8372.16
HexEBA0850202B8104848
Octal353240205040531020110110
Binary111010111010000010000101010000010101110001000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA085; }

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

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

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

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

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

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

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

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