#E38F60

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

Shades of Copper #E38F60

Tints of Copper #E38F60

Color information

#E38F60 (or 0xE38F60) is unknown color: approx Copper. HEX triplet: E3, 8F and 60. RGB value is (227,143,96). Sum of RGB (Red+Green+Blue) = 227+143+96=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F60 is #1C709F. Grayscale: #A3A3A3. Windows color (decimal): -1863840 or 6328291. OLE color: 6328291.

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

Color convert

RGB22714396-
CMYK00.370.580.11
HSL21.53º70.05%63.33%-
HSV(B)21.53º57.71%89.02%-
XYZ43.6136.8215.87-
YUV162.7690.33173.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.71%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=48.71%
G=30.69%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271439600.370.580.1121.5370.0563.33
HexE38F600253AB16463f
Octal34321714004572132610677
Binary1110001110001111110000001001011110101011101101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38F60; }

 p { color: rgb(227,143,96); }

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

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

 a { background-color: rgb(227,143,96); }

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

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

 span { border-color: rgb(227,143,96); }

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