Html Css Color HEX #E79160 Copper

📋 copy color: '#E79160'

red 231 ◦ green 145 ◦ blue 96

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

Shades of Copper #E79160

Tints of Copper #E79160

RGB

 RED value IS 231 (90.63% from 255) = 48.94%

 GREEN value IS 145 (57.03% from 255) = 30.72%

 BLUE value IS 96 (37.89% from 255) = 20.34%

R = 48.94%
G = 30.72%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E79160 (or 0xE79160) is known color: Copper. HEX triplet: E7, 91 and 60. RGB value is (231,145,96). Sum of RGB (Red+Green+Blue) = 231+145+96=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E79160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79160 is #186E9F. Grayscale: #A5A5A5. Windows color (decimal): -1601184 or 6328807. OLE color: 6328807.

HSL color Cylindrical-coordinate representation of color #E79160: hue angle of 21.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E79160 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 96 -
CMYK 0 0.37 0.58 0.09
HSL 21.78º 0.74% 0.64% -
HSV(B) 21.78º 0.58% 0.91% -
XYZ 45.19 38.08 16.04 -
YUV 165.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 231 145 96 0 0.37 0.58 0.09 21.78 0.74 0.64
Hex E7 91 60 0 25 3A 9 16 4A 40
Octal 347 221 140 0 45 72 11 26 112 100
Binary 11100111 10010001 1100000 0 100101 111010 1001 10110 1001010 1000000

Color Harmonies of #E79160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79160

Black with #E79160

Text Example


Text Example

White with #E79160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79160; }

 p { color: rgb(231,145,96); }

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

background-color css

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

 a { background-color: rgb(231,145,96); }

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

border-color css

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

 span { border-color: rgb(231,145,96); }

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