Html Css Color HEX #E8866A Copper

📋 copy color: '#E8866A'

red 232 ◦ green 134 ◦ blue 106

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

Shades of Copper #E8866A

Tints of Copper #E8866A

RGB

 RED value IS 232 (91.02% from 255) = 49.15%

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

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

R = 49.15%
G = 28.39%
B = 22.46%

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

#E8866A (or 0xE8866A) is known color: Copper. HEX triplet: E8, 86 and 6A. RGB value is (232,134,106). Sum of RGB (Red+Green+Blue) = 232+134+106=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8866A is #177995. Grayscale: #A0A0A0. Windows color (decimal): -1538454 or 6981352. OLE color: 6981352.

HSL color Cylindrical-coordinate representation of color #E8866A: hue angle of 13.33º degrees, saturation: 0.73, 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 #E8866A is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 134 106 -
CMYK 0 0.42 0.54 0.09
HSL 13.33º 0.73% 0.66% -
HSV(B) 13.33º 0.54% 0.91% -
XYZ 44.41 35.25 18.1 -
YUV 160.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 232 134 106 0 0.42 0.54 0.09 13.33 0.73 0.66
Hex E8 86 6A 0 2A 36 9 D 49 42
Octal 350 206 152 0 52 66 11 15 111 102
Binary 11101000 10000110 1101010 0 101010 110110 1001 1101 1001001 1000010

Color Harmonies of #E8866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8866A

Black with #E8866A

Text Example


Text Example

White with #E8866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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