#EBA595

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

Shades of Tonys Pink #EBA595

Tints of Tonys Pink #EBA595

Color information

#EBA595 (or 0xEBA595) is unknown color: approx Tonys Pink. HEX triplet: EB, A5 and 95. RGB value is (235,165,149). Sum of RGB (Red+Green+Blue) = 235+165+149=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA595 is #145A6A. Grayscale: #B8B8B8. Windows color (decimal): -1333867 or 9807339. OLE color: 9807339.

HSL color Cylindrical-coordinate representation of color #EBA595: hue angle of 11.16º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA595 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235165149-
CMYK00.300.370.08
HSL11.16º68.25%75.29%-
HSV(B)11.16º36.6%92.16%-
XYZ53.1446.7434.66-
YUV184.11108.19164.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=42.81%
G=30.05%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516514900.300.370.0811.1668.2575.29
HexEBA59501E258b444b
Octal353245225036451013104113
Binary1110101110100101100101010111101001011000101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA595; }

 p { color: rgb(235,165,149); }

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

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

 a { background-color: rgb(235,165,149); }

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

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

 span { border-color: rgb(235,165,149); }

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