#EBA299

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

Shades of Tonys Pink #EBA299

Tints of Tonys Pink #EBA299

Color information

#EBA299 (or 0xEBA299) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 99. RGB value is (235,162,153). Sum of RGB (Red+Green+Blue) = 235+162+153=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA299 is #145D66. Grayscale: #B6B6B6. Windows color (decimal): -1334631 or 10068715. OLE color: 10068715.

HSL color Cylindrical-coordinate representation of color #EBA299: hue angle of 6.59º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA299 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235162153-
CMYK00.310.350.08
HSL6.59º67.21%76.08%-
HSV(B)6.59º34.89%92.16%-
XYZ52.9345.836.19-
YUV182.8111.18165.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=42.73%
G=29.45%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516215300.310.350.086.5967.2176.08
HexEBA29901F2387434c
Octal35324223103743107103114
Binary111010111010001010011001011111100011100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA299; }

 p { color: rgb(235,162,153); }

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

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

 a { background-color: rgb(235,162,153); }

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

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

 span { border-color: rgb(235,162,153); }

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