#EBA487

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

Shades of Tonys Pink #EBA487

Tints of Tonys Pink #EBA487

Color information

#EBA487 (or 0xEBA487) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 87. RGB value is (235,164,135). Sum of RGB (Red+Green+Blue) = 235+164+135=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA487 is #145B78. Grayscale: #B6B6B6. Windows color (decimal): -1334137 or 8889579. OLE color: 8889579.

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

Color convert

RGB235164135-
CMYK00.300.430.08
HSL17.4º71.43%72.55%-
HSV(B)17.4º42.55%92.16%-
XYZ51.9145.9629.06-
YUV181.92101.52165.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=44.01%
G=30.71%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516413500.300.430.0817.471.4372.55
HexEBA48701E2B8114749
Octal353244207036531021107111
Binary11101011101001001000011101111010101110001000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA487; }

 p { color: rgb(235,164,135); }

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

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

 a { background-color: rgb(235,164,135); }

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

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

 span { border-color: rgb(235,164,135); }

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