Html Css Color HEX #E2866A Copper

📋 copy color: '#E2866A'

red 226 ◦ green 134 ◦ blue 106

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

Shades of Copper #E2866A

Tints of Copper #E2866A

RGB

 RED value IS 226 (88.67% from 255) = 48.5%

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

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

R = 48.5%
G = 28.76%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2866A (or 0xE2866A) is known color: Copper. HEX triplet: E2, 86 and 6A. RGB value is (226,134,106). Sum of RGB (Red+Green+Blue) = 226+134+106=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2866A is #1D7995. Grayscale: #9E9E9E. Windows color (decimal): -1931670 or 6981346. OLE color: 6981346.

HSL color Cylindrical-coordinate representation of color #E2866A: hue angle of 14º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2866A is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 106 -
CMYK 0 0.41 0.53 0.11
HSL 14º 0.67% 0.65% -
HSV(B) 14º 0.53% 0.89% -
XYZ 42.49 34.26 18.01 -
YUV 158.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 226 134 106 0 0.41 0.53 0.11 14 0.67 0.65
Hex E2 86 6A 0 29 35 B E 43 41
Octal 342 206 152 0 51 65 13 16 103 101
Binary 11100010 10000110 1101010 0 101001 110101 1011 1110 1000011 1000001

Color Harmonies of #E2866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2866A

Black with #E2866A

Text Example


Text Example

White with #E2866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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