Html Css Color HEX #E78660 Copper

📋 copy color: '#E78660'

red 231 ◦ green 134 ◦ blue 96

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

Shades of Copper #E78660

Tints of Copper #E78660

RGB

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

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

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

R = 50.11%
G = 29.07%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E78660 (or 0xE78660) is known color: Copper. HEX triplet: E7, 86 and 60. RGB value is (231,134,96). Sum of RGB (Red+Green+Blue) = 231+134+96=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E78660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78660 is #18799F. Grayscale: #9E9E9E. Windows color (decimal): -1604000 or 6325991. OLE color: 6325991.

HSL color Cylindrical-coordinate representation of color #E78660: hue angle of 16.89º 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 #E78660 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 134 96 -
CMYK 0 0.42 0.58 0.09
HSL 16.89º 0.74% 0.64% -
HSV(B) 16.89º 0.58% 0.91% -
XYZ 43.59 34.88 15.5 -
YUV 158.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 231 134 96 0 0.42 0.58 0.09 16.89 0.74 0.64
Hex E7 86 60 0 2A 3A 9 11 4A 40
Octal 347 206 140 0 52 72 11 21 112 100
Binary 11100111 10000110 1100000 0 101010 111010 1001 10001 1001010 1000000

Color Harmonies of #E78660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78660

Black with #E78660

Text Example


Text Example

White with #E78660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78660; }

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

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

background-color css

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

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

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

border-color css

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

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

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