#EBA584

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

Shades of Tonys Pink #EBA584

Tints of Tonys Pink #EBA584

Color information

#EBA584 (or 0xEBA584) is unknown color: approx Tonys Pink. HEX triplet: EB, A5 and 84. RGB value is (235,165,132). Sum of RGB (Red+Green+Blue) = 235+165+132=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA584 is #145A7B. Grayscale: #B6B6B6. Windows color (decimal): -1333884 or 8693227. OLE color: 8693227.

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

Color convert

RGB235165132-
CMYK00.300.440.08
HSL19.22º72.03%71.96%-
HSV(B)19.22º43.83%92.16%-
XYZ51.8846.2428.02-
YUV182.1799.69165.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=44.17%
G=31.02%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516513200.300.440.0819.2272.0371.96
HexEBA58401E2C8134848
Octal353245204036541023110110
Binary11101011101001011000010001111010110010001001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA584; }

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

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

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

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

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

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

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

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