#E38C62

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

Shades of Copper #E38C62

Tints of Copper #E38C62

Color information

#E38C62 (or 0xE38C62) is unknown color: approx Copper. HEX triplet: E3, 8C and 62. RGB value is (227,140,98). Sum of RGB (Red+Green+Blue) = 227+140+98=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C62 is #1C739D. Grayscale: #A1A1A1. Windows color (decimal): -1864606 or 6458595. OLE color: 6458595.

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

Color convert

RGB22714098-
CMYK00.380.570.11
HSL19.53º69.73%63.73%-
HSV(B)19.53º56.83%89.02%-
XYZ43.2635.9716.22-
YUV161.2292.32174.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=48.82%
G=30.11%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271409800.380.570.1119.5369.7363.73
HexE38C6202639B144640
Octal343214142046711324106100
Binary11100011100011001100010010011011100110111010010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38C62; }

 p { color: rgb(227,140,98); }

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

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

 a { background-color: rgb(227,140,98); }

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

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

 span { border-color: rgb(227,140,98); }

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