#EBA58A

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

Shades of Tonys Pink #EBA58A

Tints of Tonys Pink #EBA58A

Color information

#EBA58A (or 0xEBA58A) is unknown color: approx Tonys Pink. HEX triplet: EB, A5 and 8A. RGB value is (235,165,138). Sum of RGB (Red+Green+Blue) = 235+165+138=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA58A is #145A75. Grayscale: #B7B7B7. Windows color (decimal): -1333878 or 9086443. OLE color: 9086443.

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

Color convert

RGB235165138-
CMYK00.300.410.08
HSL16.7º70.8%73.14%-
HSV(B)16.7º41.28%92.16%-
XYZ52.346.4130.25-
YUV182.85102.69165.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=43.68%
G=30.67%
B=25.65%

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
Decimal23516513800.300.410.0816.770.873.14
HexEBA58A01E298114749
Octal353245212036511021107111
Binary11101011101001011000101001111010100110001000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA58A; }

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

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

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

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

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

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

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

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