#EBA58B

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

Shades of Tonys Pink #EBA58B

Tints of Tonys Pink #EBA58B

Color information

#EBA58B (or 0xEBA58B) is unknown color: approx Tonys Pink. HEX triplet: EB, A5 and 8B. RGB value is (235,165,139). Sum of RGB (Red+Green+Blue) = 235+165+139=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA58B is #145A74. Grayscale: #B7B7B7. Windows color (decimal): -1333877 or 9151979. OLE color: 9151979.

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

Color convert

RGB235165139-
CMYK00.300.410.08
HSL16.25º70.59%73.33%-
HSV(B)16.25º40.85%92.16%-
XYZ52.3846.4430.63-
YUV182.97103.19165.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=43.60%
G=30.61%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516513900.300.410.0816.2570.5973.33
HexEBA58B01E298104749
Octal353245213036511020107111
Binary11101011101001011000101101111010100110001000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA58B; }

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

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

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

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

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

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

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

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