#EBA490

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

Shades of Tonys Pink #EBA490

Tints of Tonys Pink #EBA490

Color information

#EBA490 (or 0xEBA490) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 90. RGB value is (235,164,144). Sum of RGB (Red+Green+Blue) = 235+164+144=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA490 is #145B6F. Grayscale: #B7B7B7. Windows color (decimal): -1334128 or 9479403. OLE color: 9479403.

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

Color convert

RGB235164144-
CMYK00.300.390.08
HSL13.19º69.47%74.31%-
HSV(B)13.19º38.72%92.16%-
XYZ52.5746.2332.54-
YUV182.95106.02165.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=43.28%
G=30.20%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516414400.300.390.0813.1969.4774.31
HexEBA49001E278d454a
Octal353244220036471015105112
Binary1110101110100100100100000111101001111000110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA490; }

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

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

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

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

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

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

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

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