Html Css Color HEX #E2865D Copper

📋 copy color: '#E2865D'

red 226 ◦ green 134 ◦ blue 93

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

Shades of Copper #E2865D

Tints of Copper #E2865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 49.89%
G = 29.58%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2865D (or 0xE2865D) is known color: Copper. HEX triplet: E2, 86 and 5D. RGB value is (226,134,93). Sum of RGB (Red+Green+Blue) = 226+134+93=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2865D is #1D79A2. Grayscale: #9D9D9D. Windows color (decimal): -1931683 or 6129378. OLE color: 6129378.

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

Color convert

RGB 226 134 93 -
CMYK 0 0.41 0.59 0.11
HSL 18.5º 0.7% 0.63% -
HSV(B) 18.5º 0.59% 0.89% -
XYZ 41.86 34.01 14.71 -
YUV 156.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 226 134 93 0 0.41 0.59 0.11 18.5 0.7 0.63
Hex E2 86 5D 0 29 3B B 12 46 3F
Octal 342 206 135 0 51 73 13 22 106 77
Binary 11100010 10000110 1011101 0 101001 111011 1011 10010 1000110 111111

Color Harmonies of #E2865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2865D

Black with #E2865D

Text Example


Text Example

White with #E2865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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