Html Css Color HEX #E78260 Copper

📋 copy color: '#E78260'

red 231 ◦ green 130 ◦ blue 96

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

Shades of Copper #E78260

Tints of Copper #E78260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 50.55%
G = 28.45%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E78260 (or 0xE78260) is known color: Copper. HEX triplet: E7, 82 and 60. RGB value is (231,130,96). Sum of RGB (Red+Green+Blue) = 231+130+96=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E78260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78260 is #187D9F. Grayscale: #9C9C9C. Windows color (decimal): -1605024 or 6324967. OLE color: 6324967.

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

Color convert

RGB 231 130 96 -
CMYK 0 0.44 0.58 0.09
HSL 15.11º 0.74% 0.64% -
HSV(B) 15.11º 0.58% 0.91% -
XYZ 43.05 33.8 15.32 -
YUV 156.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 231 130 96 0 0.44 0.58 0.09 15.11 0.74 0.64
Hex E7 82 60 0 2C 3A 9 F 4A 40
Octal 347 202 140 0 54 72 11 17 112 100
Binary 11100111 10000010 1100000 0 101100 111010 1001 1111 1001010 1000000

Color Harmonies of #E78260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78260

Black with #E78260

Text Example


Text Example

White with #E78260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78260; }

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

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

background-color css

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

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

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

border-color css

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

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

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