#E0A791

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

Shades of Tonys Pink #E0A791

Tints of Tonys Pink #E0A791

Color information

#E0A791 (or 0xE0A791) is unknown color: approx Tonys Pink. HEX triplet: E0, A7 and 91. RGB value is (224,167,145). Sum of RGB (Red+Green+Blue) = 224+167+145=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A791 is #1F586E. Grayscale: #B5B5B5. Windows color (decimal): -2054255 or 9545696. OLE color: 9545696.

HSL color Cylindrical-coordinate representation of color #E0A791: hue angle of 16.71º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A791 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224167145-
CMYK00.250.350.12
HSL16.71º56.03%72.35%-
HSV(B)16.71º35.27%87.84%-
XYZ49.6745.5332.96-
YUV181.54107.38158.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=41.79%
G=31.16%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416714500.250.350.1216.7156.0372.35
HexE0A79101923C113848
Octal34024722103143142170110
Binary1110000010100111100100010110011000111100100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A791; }

 p { color: rgb(224,167,145); }

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

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

 a { background-color: rgb(224,167,145); }

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

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

 span { border-color: rgb(224,167,145); }

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