#EBA390

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

Shades of Tonys Pink #EBA390

Tints of Tonys Pink #EBA390

Color information

#EBA390 (or 0xEBA390) is unknown color: approx Tonys Pink. HEX triplet: EB, A3 and 90. RGB value is (235,163,144). Sum of RGB (Red+Green+Blue) = 235+163+144=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA390 is #145C6F. Grayscale: #B6B6B6. Windows color (decimal): -1334384 or 9479147. OLE color: 9479147.

HSL color Cylindrical-coordinate representation of color #EBA390: hue angle of 12.53º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA390 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235163144-
CMYK00.310.390.08
HSL12.53º69.47%74.31%-
HSV(B)12.53º38.72%92.16%-
XYZ52.3945.8732.48-
YUV182.36106.35165.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 163 (64.06% from 255) = 30.07%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=43.36%
G=30.07%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516314400.310.390.0812.5369.4774.31
HexEBA39001F278d454a
Octal353243220037471015105112
Binary1110101110100011100100000111111001111000110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA390; }

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

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

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

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

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

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

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

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