Html Css Color HEX #E7866A Copper

📋 copy color: '#E7866A'

red 231 ◦ green 134 ◦ blue 106

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

Shades of Copper #E7866A

Tints of Copper #E7866A

RGB

 RED value IS 231 (90.63% from 255) = 49.04%

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

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

R = 49.04%
G = 28.45%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7866A (or 0xE7866A) is known color: Copper. HEX triplet: E7, 86 and 6A. RGB value is (231,134,106). Sum of RGB (Red+Green+Blue) = 231+134+106=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7866A is #187995. Grayscale: #A0A0A0. Windows color (decimal): -1603990 or 6981351. OLE color: 6981351.

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

Color convert

RGB 231 134 106 -
CMYK 0 0.42 0.54 0.09
HSL 13.44º 0.72% 0.66% -
HSV(B) 13.44º 0.54% 0.91% -
XYZ 44.08 35.08 18.08 -
YUV 159.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 231 134 106 0 0.42 0.54 0.09 13.44 0.72 0.66
Hex E7 86 6A 0 2A 36 9 D 48 42
Octal 347 206 152 0 52 66 11 15 110 102
Binary 11100111 10000110 1101010 0 101010 110110 1001 1101 1001000 1000010

Color Harmonies of #E7866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7866A

Black with #E7866A

Text Example


Text Example

White with #E7866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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