#EBA98C

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

Shades of Tonys Pink #EBA98C

Tints of Tonys Pink #EBA98C

Color information

#EBA98C (or 0xEBA98C) is unknown color: approx Tonys Pink. HEX triplet: EB, A9 and 8C. RGB value is (235,169,140). Sum of RGB (Red+Green+Blue) = 235+169+140=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA98C is #145673. Grayscale: #B9B9B9. Windows color (decimal): -1332852 or 9218539. OLE color: 9218539.

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

Color convert

RGB235169140-
CMYK00.280.400.08
HSL18.32º70.37%73.53%-
HSV(B)18.32º40.43%92.16%-
XYZ53.1847.9331.26-
YUV185.43102.37163.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=43.20%
G=31.07%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516914000.280.400.0818.3270.3773.53
HexEBA98C01C28812464a
Octal353251214034501022106112
Binary11101011101010011000110001110010100010001001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA98C; }

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

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

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

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

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

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

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

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