#EBA695

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

Shades of Tonys Pink #EBA695

Tints of Tonys Pink #EBA695

Color information

#EBA695 (or 0xEBA695) is unknown color: approx Tonys Pink. HEX triplet: EB, A6 and 95. RGB value is (235,166,149). Sum of RGB (Red+Green+Blue) = 235+166+149=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA695 is #14596A. Grayscale: #B8B8B8. Windows color (decimal): -1333611 or 9807595. OLE color: 9807595.

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

Color convert

RGB235166149-
CMYK00.290.370.08
HSL11.86º68.25%75.29%-
HSV(B)11.86º36.6%92.16%-
XYZ53.3247.134.72-
YUV184.69107.86163.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 166 (65.23% from 255) = 30.18%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=42.73%
G=30.18%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516614900.290.370.0811.8668.2575.29
HexEBA69501D258c444b
Octal353246225035451014104113
Binary1110101110100110100101010111011001011000110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA695; }

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

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

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

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

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

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

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

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