Html Css Color HEX #E0866A Copper

📋 copy color: '#E0866A'

red 224 ◦ green 134 ◦ blue 106

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

Shades of Copper #E0866A

Tints of Copper #E0866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 48.28%
G = 28.88%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0866A (or 0xE0866A) is known color: Copper. HEX triplet: E0, 86 and 6A. RGB value is (224,134,106). Sum of RGB (Red+Green+Blue) = 224+134+106=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0866A is #1F7995. Grayscale: #9D9D9D. Windows color (decimal): -2062742 or 6981344. OLE color: 6981344.

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

Color convert

RGB 224 134 106 -
CMYK 0 0.40 0.53 0.12
HSL 14.24º 0.66% 0.65% -
HSV(B) 14.24º 0.53% 0.88% -
XYZ 41.87 33.94 17.98 -
YUV 157.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 224 134 106 0 0.40 0.53 0.12 14.24 0.66 0.65
Hex E0 86 6A 0 28 35 C E 42 41
Octal 340 206 152 0 50 65 14 16 102 101
Binary 11100000 10000110 1101010 0 101000 110101 1100 1110 1000010 1000001

Color Harmonies of #E0866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0866A

Black with #E0866A

Text Example


Text Example

White with #E0866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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