#EBA386

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

Shades of Tonys Pink #EBA386

Tints of Tonys Pink #EBA386

Color information

#EBA386 (or 0xEBA386) is unknown color: approx Tonys Pink. HEX triplet: EB, A3 and 86. RGB value is (235,163,134). Sum of RGB (Red+Green+Blue) = 235+163+134=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA386 is #145C79. Grayscale: #B5B5B5. Windows color (decimal): -1334394 or 8823787. OLE color: 8823787.

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

Color convert

RGB235163134-
CMYK00.310.430.08
HSL17.23º71.63%72.35%-
HSV(B)17.23º42.98%92.16%-
XYZ51.6645.5828.63-
YUV181.22101.35166.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=44.17%
G=30.64%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516313400.310.430.0817.2371.6372.35
HexEBA38601F2B8114848
Octal353243206037531021110110
Binary11101011101000111000011001111110101110001000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA386; }

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

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

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

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

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

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

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

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