Html Css Color HEX #E78466 Copper

📋 copy color: '#E78466'

red 231 ◦ green 132 ◦ blue 102

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

Shades of Copper #E78466

Tints of Copper #E78466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 49.68%
G = 28.39%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E78466 (or 0xE78466) is known color: Copper. HEX triplet: E7, 84 and 66. RGB value is (231,132,102). Sum of RGB (Red+Green+Blue) = 231+132+102=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E78466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78466 is #187B99. Grayscale: #9E9E9E. Windows color (decimal): -1604506 or 6718695. OLE color: 6718695.

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

Color convert

RGB 231 132 102 -
CMYK 0 0.43 0.56 0.09
HSL 13.95º 0.73% 0.65% -
HSV(B) 13.95º 0.56% 0.91% -
XYZ 43.6 34.45 16.92 -
YUV 158.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 231 132 102 0 0.43 0.56 0.09 13.95 0.73 0.65
Hex E7 84 66 0 2B 38 9 E 49 41
Octal 347 204 146 0 53 70 11 16 111 101
Binary 11100111 10000100 1100110 0 101011 111000 1001 1110 1001001 1000001

Color Harmonies of #E78466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78466

Black with #E78466

Text Example


Text Example

White with #E78466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78466; }

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

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

background-color css

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

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

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

border-color css

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

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

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