#E7A68E

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

Shades of Tonys Pink #E7A68E

Tints of Tonys Pink #E7A68E

Color information

#E7A68E (or 0xE7A68E) is unknown color: approx Tonys Pink. HEX triplet: E7, A6 and 8E. RGB value is (231,166,142). Sum of RGB (Red+Green+Blue) = 231+166+142=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A68E is #185971. Grayscale: #B6B6B6. Windows color (decimal): -1595762 or 9348839. OLE color: 9348839.

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

Color convert

RGB231166142-
CMYK00.280.390.09
HSL16.18º64.96%73.14%-
HSV(B)16.18º38.53%90.59%-
XYZ51.4746.2131.8-
YUV182.7105.03162.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=42.86%
G=30.80%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116614200.280.390.0916.1864.9673.14
HexE7A68E01C279104149
Octal347246216034471120101111
Binary11100111101001101000111001110010011110011000010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A68E; }

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

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

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

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

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

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

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

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