#EBA082

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

Shades of Tonys Pink #EBA082

Tints of Tonys Pink #EBA082

Color information

#EBA082 (or 0xEBA082) is unknown color: approx Tonys Pink. HEX triplet: EB, A0 and 82. RGB value is (235,160,130). Sum of RGB (Red+Green+Blue) = 235+160+130=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA082 is #145F7D. Grayscale: #B3B3B3. Windows color (decimal): -1335166 or 8560875. OLE color: 8560875.

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

Color convert

RGB235160130-
CMYK00.320.450.08
HSL17.14º72.41%71.57%-
HSV(B)17.14º44.68%92.16%-
XYZ50.8644.4227.01-
YUV179100.35167.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=44.76%
G=30.48%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516013000.320.450.0817.1472.4171.57
HexEBA0820202D8114848
Octal353240202040551021110110
Binary111010111010000010000010010000010110110001000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA082; }

 p { color: rgb(235,160,130); }

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

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

 a { background-color: rgb(235,160,130); }

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

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

 span { border-color: rgb(235,160,130); }

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