#E38566

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

Shades of Copper #E38566

Tints of Copper #E38566

Color information

#E38566 (or 0xE38566) is unknown color: approx Copper. HEX triplet: E3, 85 and 66. RGB value is (227,133,102). Sum of RGB (Red+Green+Blue) = 227+133+102=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E38566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38566 is #1C7A99. Grayscale: #9D9D9D. Windows color (decimal): -1866394 or 6718947. OLE color: 6718947.

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

Color convert

RGB227133102-
CMYK00.410.550.11
HSL14.88º69.06%64.51%-
HSV(B)14.88º55.07%89.02%-
XYZ42.4634.0716.91-
YUV157.5796.64177.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.13%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=49.13%
G=28.79%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713310200.410.550.1114.8869.0664.51
HexE3856602937Bf4541
Octal343205146051671317105101
Binary1110001110000101110011001010011101111011111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38566; }

 p { color: rgb(227,133,102); }

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

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

 a { background-color: rgb(227,133,102); }

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

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

 span { border-color: rgb(227,133,102); }

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