#E08368

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

Shades of Copper #E08368

Tints of Copper #E08368

Color information

#E08368 (or 0xE08368) is unknown color: approx Copper. HEX triplet: E0, 83 and 68. RGB value is (224,131,104). Sum of RGB (Red+Green+Blue) = 224+131+104=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08368 is #1F7C97. Grayscale: #9B9B9B. Windows color (decimal): -2063512 or 6849504. OLE color: 6849504.

HSL color Cylindrical-coordinate representation of color #E08368: hue angle of 13.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08368 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224131104-
CMYK00.420.540.12
HSL13.5º65.93%64.31%-
HSV(B)13.5º53.57%87.84%-
XYZ41.3633.0817.3-
YUV155.7398.81176.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.80%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=48.80%
G=28.54%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413110400.420.540.1213.565.9364.31
HexE0836802A36Ce4240
Octal340203150052661416102100
Binary1110000010000011110100001010101101101100111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08368; }

 p { color: rgb(224,131,104); }

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

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

 a { background-color: rgb(224,131,104); }

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

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

 span { border-color: rgb(224,131,104); }

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