#E38A69

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

Shades of Copper #E38A69

Tints of Copper #E38A69

Color information

#E38A69 (or 0xE38A69) is unknown color: approx Copper. HEX triplet: E3, 8A and 69. RGB value is (227,138,105). Sum of RGB (Red+Green+Blue) = 227+138+105=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A69 is #1C7596. Grayscale: #A1A1A1. Windows color (decimal): -1865111 or 6916835. OLE color: 6916835.

HSL color Cylindrical-coordinate representation of color #E38A69: hue angle of 16.23º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E38A69 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB227138105-
CMYK00.390.540.11
HSL16.23º68.54%65.1%-
HSV(B)16.23º53.74%89.02%-
XYZ43.3235.5317.94-
YUV160.8596.49175.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.30%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=48.30%
G=29.36%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713810500.390.540.1116.2368.5465.1
HexE38A6902736B104541
Octal343212151047661320105101
Binary11100011100010101101001010011111011010111000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38A69; }

 p { color: rgb(227,138,105); }

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

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

 a { background-color: rgb(227,138,105); }

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

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

 span { border-color: rgb(227,138,105); }

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