#EBAC8B

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

Shades of Tonys Pink #EBAC8B

Tints of Tonys Pink #EBAC8B

Color information

#EBAC8B (or 0xEBAC8B) is unknown color: approx Tonys Pink. HEX triplet: EB, AC and 8B. RGB value is (235,172,139). Sum of RGB (Red+Green+Blue) = 235+172+139=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC8B is #145374. Grayscale: #BBBBBB. Windows color (decimal): -1332085 or 9153771. OLE color: 9153771.

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

Color convert

RGB235172139-
CMYK00.270.410.08
HSL20.63º70.59%73.33%-
HSV(B)20.63º40.85%92.16%-
XYZ53.6749.0331.06-
YUV187.08100.87162.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=43.04%
G=31.50%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517213900.270.410.0820.6370.5973.33
HexEBAC8B01B298154749
Octal353254213033511025107111
Binary11101011101011001000101101101110100110001010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC8B; }

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

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

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

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

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

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

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

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