#E0986B

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

Shades of Copper #E0986B

Tints of Copper #E0986B

Color information

#E0986B (or 0xE0986B) is unknown color: approx Copper. HEX triplet: E0, 98 and 6B. RGB value is (224,152,107). Sum of RGB (Red+Green+Blue) = 224+152+107=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0986B is #1F6794. Grayscale: #A8A8A8. Windows color (decimal): -2058133 or 7051488. OLE color: 7051488.

HSL color Cylindrical-coordinate representation of color #E0986B: hue angle of 23.08º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0986B is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224152107-
CMYK00.320.520.12
HSL23.08º65.36%64.9%-
HSV(B)23.08º52.23%87.84%-
XYZ44.6239.3719.16-
YUV168.493.35167.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=46.38%
G=31.47%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415210700.320.520.1223.0865.3664.9
HexE0986B02034C174141
Octal340230153040641427101101
Binary11100000100110001101011010000011010011001011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0986B; }

 p { color: rgb(224,152,107); }

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

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

 a { background-color: rgb(224,152,107); }

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

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

 span { border-color: rgb(224,152,107); }

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