#EBAA8D

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

Shades of Tonys Pink #EBAA8D

Tints of Tonys Pink #EBAA8D

Color information

#EBAA8D (or 0xEBAA8D) is unknown color: approx Tonys Pink. HEX triplet: EB, AA and 8D. RGB value is (235,170,141). Sum of RGB (Red+Green+Blue) = 235+170+141=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA8D is #145572. Grayscale: #BABABA. Windows color (decimal): -1332595 or 9284331. OLE color: 9284331.

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

Color convert

RGB235170141-
CMYK00.280.40.08
HSL18.51º70.15%73.73%-
HSV(B)18.51º40%92.16%-
XYZ53.4448.3331.71-
YUV186.13102.53162.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=43.04%
G=31.14%
B=25.82%

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
Decimal23517014100.280.40.0818.5170.1573.73
HexEBAA8D01C28813464a
Octal353252215034501023106112
Binary11101011101010101000110101110010100010001001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA8D; }

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

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

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

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

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

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

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

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