Html Css Color HEX #E68764 Copper

📋 copy color: '#E68764'

red 230 ◦ green 135 ◦ blue 100

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

Shades of Copper #E68764

Tints of Copper #E68764

RGB

 RED value IS 230 (90.23% from 255) = 49.46%

 GREEN value IS 135 (53.13% from 255) = 29.03%

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

R = 49.46%
G = 29.03%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E68764 (or 0xE68764) is known color: Copper. HEX triplet: E6, 87 and 64. RGB value is (230,135,100). Sum of RGB (Red+Green+Blue) = 230+135+100=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E68764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68764 is #19789B. Grayscale: #9F9F9F. Windows color (decimal): -1669276 or 6588390. OLE color: 6588390.

HSL color Cylindrical-coordinate representation of color #E68764: hue angle of 16.15º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E68764 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 135 100 -
CMYK 0 0.41 0.57 0.10
HSL 16.15º 0.72% 0.65% -
HSV(B) 16.15º 0.57% 0.9% -
XYZ 43.6 35.07 16.53 -
YUV 159.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 230 135 100 0 0.41 0.57 0.10 16.15 0.72 0.65
Hex E6 87 64 0 29 39 A 10 48 41
Octal 346 207 144 0 51 71 12 20 110 101
Binary 11100110 10000111 1100100 0 101001 111001 1010 10000 1001000 1000001

Color Harmonies of #E68764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68764

Black with #E68764

Text Example


Text Example

White with #E68764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68764; }

 p { color: rgb(230,135,100); }

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

background-color css

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

 a { background-color: rgb(230,135,100); }

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

border-color css

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

 span { border-color: rgb(230,135,100); }

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