Html Css Color HEX #E1866A Copper

📋 copy color: '#E1866A'

red 225 ◦ green 134 ◦ blue 106

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

Shades of Copper #E1866A

Tints of Copper #E1866A

RGB

 RED value IS 225 (88.28% from 255) = 48.39%

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

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

R = 48.39%
G = 28.82%
B = 22.8%

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

#E1866A (or 0xE1866A) is known color: Copper. HEX triplet: E1, 86 and 6A. RGB value is (225,134,106). Sum of RGB (Red+Green+Blue) = 225+134+106=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1866A is #1E7995. Grayscale: #9E9E9E. Windows color (decimal): -1997206 or 6981345. OLE color: 6981345.

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

Color convert

RGB 225 134 106 -
CMYK 0 0.40 0.53 0.12
HSL 14.12º 0.66% 0.65% -
HSV(B) 14.12º 0.53% 0.88% -
XYZ 42.18 34.1 17.99 -
YUV 158.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 225 134 106 0 0.40 0.53 0.12 14.12 0.66 0.65
Hex E1 86 6A 0 28 35 C E 42 41
Octal 341 206 152 0 50 65 14 16 102 101
Binary 11100001 10000110 1101010 0 101000 110101 1100 1110 1000010 1000001

Color Harmonies of #E1866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1866A

Black with #E1866A

Text Example


Text Example

White with #E1866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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