#EBA297

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

Shades of Tonys Pink #EBA297

Tints of Tonys Pink #EBA297

Color information

#EBA297 (or 0xEBA297) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 97. RGB value is (235,162,151). Sum of RGB (Red+Green+Blue) = 235+162+151=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA297 is #145D68. Grayscale: #B6B6B6. Windows color (decimal): -1334633 or 9937643. OLE color: 9937643.

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

Color convert

RGB235162151-
CMYK00.310.360.08
HSL7.86º67.74%75.69%-
HSV(B)7.86º35.74%92.16%-
XYZ52.7745.7435.33-
YUV182.57110.18165.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 162 (63.67% from 255) = 29.56%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=42.88%
G=29.56%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516215100.310.360.087.8667.7475.69
HexEBA29701F2488444c
Octal353242227037441010104114
Binary1110101110100010100101110111111001001000100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA297; }

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

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

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

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

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

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

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

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