#E3A68E

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

Shades of Tonys Pink #E3A68E

Tints of Tonys Pink #E3A68E

Color information

#E3A68E (or 0xE3A68E) is unknown color: approx Tonys Pink. HEX triplet: E3, A6 and 8E. RGB value is (227,166,142). Sum of RGB (Red+Green+Blue) = 227+166+142=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A68E is #1C5971. Grayscale: #B5B5B5. Windows color (decimal): -1857906 or 9348835. OLE color: 9348835.

HSL color Cylindrical-coordinate representation of color #E3A68E: hue angle of 16.94º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E3A68E is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB227166142-
CMYK00.270.370.11
HSL16.94º60.28%72.35%-
HSV(B)16.94º37.44%89.02%-
XYZ50.245.5631.74-
YUV181.5105.71160.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.43%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=42.43%
G=31.03%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716614200.270.370.1116.9460.2872.35
HexE3A68E01B25B113c48
Octal34324621603345132174110
Binary1110001110100110100011100110111001011011100011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A68E; }

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

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

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

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

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

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

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

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