#EBA694

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

Shades of Tonys Pink #EBA694

Tints of Tonys Pink #EBA694

Color information

#EBA694 (or 0xEBA694) is unknown color: approx Tonys Pink. HEX triplet: EB, A6 and 94. RGB value is (235,166,148). Sum of RGB (Red+Green+Blue) = 235+166+148=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA694 is #14596B. Grayscale: #B8B8B8. Windows color (decimal): -1333612 or 9742059. OLE color: 9742059.

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

Color convert

RGB235166148-
CMYK00.290.370.08
HSL12.41º68.5%75.1%-
HSV(B)12.41º37.02%92.16%-
XYZ53.2447.0734.3-
YUV184.58107.36163.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=42.81%
G=30.24%
B=26.96%

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
Decimal23516614800.290.370.0812.4168.575.1
HexEBA69401D258c454b
Octal353246224035451014105113
Binary1110101110100110100101000111011001011000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA694; }

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

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

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

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

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

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

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

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