Html Css Color HEX #E2865B Copper

📋 copy color: '#E2865B'

red 226 ◦ green 134 ◦ blue 91

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

Shades of Copper #E2865B

Tints of Copper #E2865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.18%

R = 50.11%
G = 29.71%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2865B (or 0xE2865B) is known color: Copper. HEX triplet: E2, 86 and 5B. RGB value is (226,134,91). Sum of RGB (Red+Green+Blue) = 226+134+91=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2865B is #1D79A4. Grayscale: #9C9C9C. Windows color (decimal): -1931685 or 5998306. OLE color: 5998306.

HSL color Cylindrical-coordinate representation of color #E2865B: hue angle of 19.11º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2865B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 134 91 -
CMYK 0 0.41 0.60 0.11
HSL 19.11º 0.7% 0.62% -
HSV(B) 19.11º 0.6% 0.89% -
XYZ 41.78 33.97 14.25 -
YUV 156.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 226 134 91 0 0.41 0.60 0.11 19.11 0.7 0.62
Hex E2 86 5B 0 29 3C B 13 46 3E
Octal 342 206 133 0 51 74 13 23 106 76
Binary 11100010 10000110 1011011 0 101001 111100 1011 10011 1000110 111110

Color Harmonies of #E2865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2865B

Black with #E2865B

Text Example


Text Example

White with #E2865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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