Html Css Color HEX #E89160 Copper

📋 copy color: '#E89160'

red 232 ◦ green 145 ◦ blue 96

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

Shades of Copper #E89160

Tints of Copper #E89160

RGB

 RED value IS 232 (91.02% from 255) = 49.05%

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

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

R = 49.05%
G = 30.66%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E89160 (or 0xE89160) is known color: Copper. HEX triplet: E8, 91 and 60. RGB value is (232,145,96). Sum of RGB (Red+Green+Blue) = 232+145+96=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E89160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89160 is #176E9F. Grayscale: #A5A5A5. Windows color (decimal): -1535648 or 6328808. OLE color: 6328808.

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

Color convert

RGB 232 145 96 -
CMYK 0 0.38 0.59 0.09
HSL 21.62º 0.75% 0.64% -
HSV(B) 21.62º 0.59% 0.91% -
XYZ 45.52 38.25 16.05 -
YUV 165.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 232 145 96 0 0.38 0.59 0.09 21.62 0.75 0.64
Hex E8 91 60 0 26 3B 9 16 4B 40
Octal 350 221 140 0 46 73 11 26 113 100
Binary 11101000 10010001 1100000 0 100110 111011 1001 10110 1001011 1000000

Color Harmonies of #E89160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89160

Black with #E89160

Text Example


Text Example

White with #E89160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89160; }

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

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

background-color css

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

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

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

border-color css

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

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

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