#EBA792

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

Shades of Tonys Pink #EBA792

Tints of Tonys Pink #EBA792

Color information

#EBA792 (or 0xEBA792) is unknown color: approx Tonys Pink. HEX triplet: EB, A7 and 92. RGB value is (235,167,146). Sum of RGB (Red+Green+Blue) = 235+167+146=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA792 is #14586D. Grayscale: #B9B9B9. Windows color (decimal): -1333358 or 9611243. OLE color: 9611243.

HSL color Cylindrical-coordinate representation of color #EBA792: hue angle of 14.16º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBA792 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235167146-
CMYK00.290.380.08
HSL14.16º68.99%74.71%-
HSV(B)14.16º37.87%92.16%-
XYZ53.2747.3733.53-
YUV184.94106.03163.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 26.64%
R=42.88%
G=30.47%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516714600.290.380.0814.1668.9974.71
HexEBA79201D268e454b
Octal353247222035461016105113
Binary1110101110100111100100100111011001101000111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA792; }

 p { color: rgb(235,167,146); }

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

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

 a { background-color: rgb(235,167,146); }

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

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

 span { border-color: rgb(235,167,146); }

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