#eba486

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

Shades of Tonys Pink #EBA486

Tints of Tonys Pink #EBA486

Color information

#EBA486 (or 0xEBA486) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 86. RGB value is (235,164,134). Sum of RGB (Red+Green+Blue) = 235+164+134=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA486 is #145B79. Grayscale: #B6B6B6. Windows color (decimal): -1334138 or 8824043. OLE color: 8824043.

HSL color Cylindrical-coordinate representation of color #EBA486: hue angle of 17.82º 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 #EBA486 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235164134-
CMYK00.300.430.08
HSL17.82º71.63%72.35%-
HSV(B)17.82º42.98%92.16%-
XYZ51.8445.9328.69-
YUV181.81101.02165.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=44.09%
G=30.77%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516413400.300.430.0817.8271.6372.35
HexEBA48601E2B8124848
Octal353244206036531022110110
Binary11101011101001001000011001111010101110001001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba486; }

 p { color: rgb(235,164,134); }

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

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

 a { background-color: rgb(235,164,134); }

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

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

 span { border-color: rgb(235,164,134); }

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