#E38F5F

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

Shades of Copper #E38F5F

Tints of Copper #E38F5F

Color information

#E38F5F (or 0xE38F5F) is unknown color: approx Copper. HEX triplet: E3, 8F and 5F. RGB value is (227,143,95). Sum of RGB (Red+Green+Blue) = 227+143+95=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F5F is #1C70A0. Grayscale: #A2A2A2. Windows color (decimal): -1863841 or 6262755. OLE color: 6262755.

HSL color Cylindrical-coordinate representation of color #E38F5F: hue angle of 21.82º 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 #E38F5F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22714395-
CMYK00.370.580.11
HSL21.82º70.21%63.14%-
HSV(B)21.82º58.15%89.02%-
XYZ43.5736.815.63-
YUV162.6489.83173.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=48.82%
G=30.75%
B=20.43%

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
Decimal2271439500.370.580.1121.8270.2163.14
HexE38F5F0253AB16463f
Octal34321713704572132610677
Binary1110001110001111101111101001011110101011101101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38F5F; }

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

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

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

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

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

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

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

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