#E7A68B

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

Shades of Tonys Pink #E7A68B

Tints of Tonys Pink #E7A68B

Color information

#E7A68B (or 0xE7A68B) is unknown color: approx Tonys Pink. HEX triplet: E7, A6 and 8B. RGB value is (231,166,139). Sum of RGB (Red+Green+Blue) = 231+166+139=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A68B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A68B is #185974. Grayscale: #B6B6B6. Windows color (decimal): -1595765 or 9152231. OLE color: 9152231.

HSL color Cylindrical-coordinate representation of color #E7A68B: hue angle of 17.61º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7A68B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231166139-
CMYK00.280.400.09
HSL17.61º65.71%72.55%-
HSV(B)17.61º39.83%90.59%-
XYZ51.2546.1330.63-
YUV182.36103.53162.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.10%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=43.10%
G=30.97%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116613900.280.400.0917.6165.7172.55
HexE7A68B01C289124249
Octal347246213034501122102111
Binary11100111101001101000101101110010100010011001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A68B; }

 p { color: rgb(231,166,139); }

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

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

 a { background-color: rgb(231,166,139); }

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

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

 span { border-color: rgb(231,166,139); }

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