#EBA78A

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

Shades of Tonys Pink #EBA78A

Tints of Tonys Pink #EBA78A

Color information

#EBA78A (or 0xEBA78A) is unknown color: approx Tonys Pink. HEX triplet: EB, A7 and 8A. RGB value is (235,167,138). Sum of RGB (Red+Green+Blue) = 235+167+138=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA78A is #145875. Grayscale: #B8B8B8. Windows color (decimal): -1333366 or 9086955. OLE color: 9086955.

HSL color Cylindrical-coordinate representation of color #EBA78A: hue angle of 17.94º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBA78A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235167138-
CMYK00.290.410.08
HSL17.94º70.8%73.14%-
HSV(B)17.94º41.28%92.16%-
XYZ52.6747.1330.37-
YUV184.03102.03164.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=43.52%
G=30.93%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516713800.290.410.0817.9470.873.14
HexEBA78A01D298124749
Octal353247212035511022107111
Binary11101011101001111000101001110110100110001001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA78A; }

 p { color: rgb(235,167,138); }

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

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

 a { background-color: rgb(235,167,138); }

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

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

 span { border-color: rgb(235,167,138); }

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