Html Css Color HEX #E3856A Copper

📋 copy color: '#E3856A'

red 227 ◦ green 133 ◦ blue 106

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

Shades of Copper #E3856A

Tints of Copper #E3856A

RGB

 RED value IS 227 (89.06% from 255) = 48.71%

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 48.71%
G = 28.54%
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

#E3856A (or 0xE3856A) is known color: Copper. HEX triplet: E3, 85 and 6A. RGB value is (227,133,106). Sum of RGB (Red+Green+Blue) = 227+133+106=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3856A is #1C7A95. Grayscale: #9E9E9E. Windows color (decimal): -1866390 or 6981091. OLE color: 6981091.

HSL color Cylindrical-coordinate representation of color #E3856A: hue angle of 13.39º degrees, saturation: 0.68, 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 #E3856A is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 133 106 -
CMYK 0 0.41 0.53 0.11
HSL 13.39º 0.68% 0.65% -
HSV(B) 13.39º 0.53% 0.89% -
XYZ 42.67 34.15 17.98 -
YUV 158.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 227 133 106 0 0.41 0.53 0.11 13.39 0.68 0.65
Hex E3 85 6A 0 29 35 B D 44 41
Octal 343 205 152 0 51 65 13 15 104 101
Binary 11100011 10000101 1101010 0 101001 110101 1011 1101 1000100 1000001

Color Harmonies of #E3856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3856A

Black with #E3856A

Text Example


Text Example

White with #E3856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3856A; }

 p { color: rgb(227,133,106); }

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

background-color css

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

 a { background-color: rgb(227,133,106); }

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

border-color css

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

 span { border-color: rgb(227,133,106); }

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