Html Css Color HEX #E0866C Copper

📋 copy color: '#E0866C'

red 224 ◦ green 134 ◦ blue 108

#E0866C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #E0866C

Tints of Copper #E0866C

RGB

 RED value IS 224 (87.89% from 255) = 48.07%

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 48.07%
G = 28.76%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0866C (or 0xE0866C) is known color: Copper. HEX triplet: E0, 86 and 6C. RGB value is (224,134,108). Sum of RGB (Red+Green+Blue) = 224+134+108=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0866C is #1F7993. Grayscale: #9E9E9E. Windows color (decimal): -2062740 or 7112416. OLE color: 7112416.

HSL color Cylindrical-coordinate representation of color #E0866C: hue angle of 13.45º 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 #E0866C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 108 -
CMYK 0 0.40 0.52 0.12
HSL 13.45º 0.65% 0.65% -
HSV(B) 13.45º 0.52% 0.88% -
XYZ 41.97 33.98 18.53 -
YUV 157.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 224 134 108 0 0.40 0.52 0.12 13.45 0.65 0.65
Hex E0 86 6C 0 28 34 C D 41 41
Octal 340 206 154 0 50 64 14 15 101 101
Binary 11100000 10000110 1101100 0 101000 110100 1100 1101 1000001 1000001

Color Harmonies of #E0866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0866C

Black with #E0866C

Text Example


Text Example

White with #E0866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0866C; }

 p { color: rgb(224,134,108); }

 H1.HeaderClassName
 {
   color: #E0866C;
 }
 .AnyTagClassName
 {
   color: #E0866C;
 }
</style>

background-color css

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

 a { background-color: rgb(224,134,108); }

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

border-color css

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

 span { border-color: rgb(224,134,108); }

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