Html Css Color HEX #E78265 Copper

📋 copy color: '#E78265'

red 231 ◦ green 130 ◦ blue 101

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

Shades of Copper #E78265

Tints of Copper #E78265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 50%
G = 28.14%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E78265 (or 0xE78265) is known color: Copper. HEX triplet: E7, 82 and 65. RGB value is (231,130,101). Sum of RGB (Red+Green+Blue) = 231+130+101=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E78265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78265 is #187D9A. Grayscale: #9D9D9D. Windows color (decimal): -1605019 or 6652647. OLE color: 6652647.

HSL color Cylindrical-coordinate representation of color #E78265: hue angle of 13.38º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E78265 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 101 -
CMYK 0 0.44 0.56 0.09
HSL 13.38º 0.73% 0.65% -
HSV(B) 13.38º 0.56% 0.91% -
XYZ 43.29 33.89 16.57 -
YUV 156.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 231 130 101 0 0.44 0.56 0.09 13.38 0.73 0.65
Hex E7 82 65 0 2C 38 9 D 49 41
Octal 347 202 145 0 54 70 11 15 111 101
Binary 11100111 10000010 1100101 0 101100 111000 1001 1101 1001001 1000001

Color Harmonies of #E78265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78265

Black with #E78265

Text Example


Text Example

White with #E78265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78265; }

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

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

background-color css

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

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

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

border-color css

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

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

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