#E38F6F

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

Shades of Copper #E38F6F

Tints of Copper #E38F6F

Color information

#E38F6F (or 0xE38F6F) is unknown color: approx Copper. HEX triplet: E3, 8F and 6F. RGB value is (227,143,111). Sum of RGB (Red+Green+Blue) = 227+143+111=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F6F is #1C7090. Grayscale: #A4A4A4. Windows color (decimal): -1863825 or 7311331. OLE color: 7311331.

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

Color convert

RGB227143111-
CMYK00.370.510.11
HSL16.55º67.44%66.27%-
HSV(B)16.55º51.1%89.02%-
XYZ44.3737.1219.87-
YUV164.4797.83172.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.19%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=47.19%
G=29.73%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714311100.370.510.1116.5567.4466.27
HexE38F6F02533B114342
Octal343217157045631321103102
Binary11100011100011111101111010010111001110111000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38F6F; }

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

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

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

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

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

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

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

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