Html Css Color HEX #E78468 Copper

📋 copy color: '#E78468'

red 231 ◦ green 132 ◦ blue 104

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

Shades of Copper #E78468

Tints of Copper #E78468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 49.46%
G = 28.27%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E78468 (or 0xE78468) is known color: Copper. HEX triplet: E7, 84 and 68. RGB value is (231,132,104). Sum of RGB (Red+Green+Blue) = 231+132+104=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E78468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78468 is #187B97. Grayscale: #9E9E9E. Windows color (decimal): -1604504 or 6849767. OLE color: 6849767.

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

Color convert

RGB 231 132 104 -
CMYK 0 0.43 0.55 0.09
HSL 13.23º 0.73% 0.66% -
HSV(B) 13.23º 0.55% 0.91% -
XYZ 43.7 34.49 17.45 -
YUV 158.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 231 132 104 0 0.43 0.55 0.09 13.23 0.73 0.66
Hex E7 84 68 0 2B 37 9 D 49 42
Octal 347 204 150 0 53 67 11 15 111 102
Binary 11100111 10000100 1101000 0 101011 110111 1001 1101 1001001 1000010

Color Harmonies of #E78468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78468

Black with #E78468

Text Example


Text Example

White with #E78468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78468; }

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

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

background-color css

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

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

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

border-color css

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

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

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