#EBA78E

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

Shades of Tonys Pink #EBA78E

Tints of Tonys Pink #EBA78E

Color information

#EBA78E (or 0xEBA78E) is unknown color: approx Tonys Pink. HEX triplet: EB, A7 and 8E. RGB value is (235,167,142). Sum of RGB (Red+Green+Blue) = 235+167+142=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA78E is #145871. Grayscale: #B8B8B8. Windows color (decimal): -1333362 or 9349099. OLE color: 9349099.

HSL color Cylindrical-coordinate representation of color #EBA78E: hue angle of 16.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBA78E is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235167142-
CMYK00.290.400.08
HSL16.13º69.92%73.92%-
HSV(B)16.13º39.57%92.16%-
XYZ52.9647.2531.92-
YUV184.48104.03164.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=43.20%
G=30.70%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516714200.290.400.0816.1369.9273.92
HexEBA78E01D28810464a
Octal353247216035501020106112
Binary11101011101001111000111001110110100010001000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA78E; }

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

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

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

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

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

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

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

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