#EBA784

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

Shades of Tonys Pink #EBA784

Tints of Tonys Pink #EBA784

Color information

#EBA784 (or 0xEBA784) is unknown color: approx Tonys Pink. HEX triplet: EB, A7 and 84. RGB value is (235,167,132). Sum of RGB (Red+Green+Blue) = 235+167+132=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA784 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA784 is #14587B. Grayscale: #B7B7B7. Windows color (decimal): -1333372 or 8693739. OLE color: 8693739.

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

Color convert

RGB235167132-
CMYK00.290.440.08
HSL20.39º72.03%71.96%-
HSV(B)20.39º43.83%92.16%-
XYZ52.2446.9728.14-
YUV183.3499.03164.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 132 (51.95% from 255) = 24.72%
R=44.01%
G=31.27%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516713200.290.440.0820.3972.0371.96
HexEBA78401D2C8144848
Octal353247204035541024110110
Binary11101011101001111000010001110110110010001010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA784; }

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

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

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

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

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

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

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

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