Html Css Color HEX #E78464 Copper

📋 copy color: '#E78464'

red 231 ◦ green 132 ◦ blue 100

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

Shades of Copper #E78464

Tints of Copper #E78464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 49.89%
G = 28.51%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E78464 (or 0xE78464) is known color: Copper. HEX triplet: E7, 84 and 64. RGB value is (231,132,100). Sum of RGB (Red+Green+Blue) = 231+132+100=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E78464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78464 is #187B9B. Grayscale: #9E9E9E. Windows color (decimal): -1604508 or 6587623. OLE color: 6587623.

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

Color convert

RGB 231 132 100 -
CMYK 0 0.43 0.57 0.09
HSL 14.66º 0.73% 0.65% -
HSV(B) 14.66º 0.57% 0.91% -
XYZ 43.51 34.41 16.41 -
YUV 157.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 231 132 100 0 0.43 0.57 0.09 14.66 0.73 0.65
Hex E7 84 64 0 2B 39 9 F 49 41
Octal 347 204 144 0 53 71 11 17 111 101
Binary 11100111 10000100 1100100 0 101011 111001 1001 1111 1001001 1000001

Color Harmonies of #E78464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78464

Black with #E78464

Text Example


Text Example

White with #E78464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78464; }

 p { color: rgb(231,132,100); }

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

background-color css

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

 a { background-color: rgb(231,132,100); }

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

border-color css

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

 span { border-color: rgb(231,132,100); }

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