#EBA98D

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

Shades of Tonys Pink #EBA98D

Tints of Tonys Pink #EBA98D

Color information

#EBA98D (or 0xEBA98D) is unknown color: approx Tonys Pink. HEX triplet: EB, A9 and 8D. RGB value is (235,169,141). Sum of RGB (Red+Green+Blue) = 235+169+141=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA98D is #145672. Grayscale: #B9B9B9. Windows color (decimal): -1332851 or 9284075. OLE color: 9284075.

HSL color Cylindrical-coordinate representation of color #EBA98D: hue angle of 17.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBA98D is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235169141-
CMYK00.280.40.08
HSL17.87º70.15%73.73%-
HSV(B)17.87º40%92.16%-
XYZ53.2647.9631.65-
YUV185.54102.87163.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=43.12%
G=31.01%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516914100.280.40.0817.8770.1573.73
HexEBA98D01C28812464a
Octal353251215034501022106112
Binary11101011101010011000110101110010100010001001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA98D; }

 p { color: rgb(235,169,141); }

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

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

 a { background-color: rgb(235,169,141); }

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

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

 span { border-color: rgb(235,169,141); }

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