Html Css Color HEX #E68864 Copper

📋 copy color: '#E68864'

red 230 ◦ green 136 ◦ blue 100

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

Shades of Copper #E68864

Tints of Copper #E68864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

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

R = 49.36%
G = 29.18%
B = 21.46%

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

#E68864 (or 0xE68864) is known color: Copper. HEX triplet: E6, 88 and 64. RGB value is (230,136,100). Sum of RGB (Red+Green+Blue) = 230+136+100=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E68864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68864 is #19779B. Grayscale: #A0A0A0. Windows color (decimal): -1669020 or 6588646. OLE color: 6588646.

HSL color Cylindrical-coordinate representation of color #E68864: hue angle of 16.62º 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 #E68864 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 136 100 -
CMYK 0 0.41 0.57 0.10
HSL 16.62º 0.72% 0.65% -
HSV(B) 16.62º 0.57% 0.9% -
XYZ 43.74 35.35 16.57 -
YUV 160 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 230 136 100 0 0.41 0.57 0.10 16.62 0.72 0.65
Hex E6 88 64 0 29 39 A 11 48 41
Octal 346 210 144 0 51 71 12 21 110 101
Binary 11100110 10001000 1100100 0 101001 111001 1010 10001 1001000 1000001

Color Harmonies of #E68864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68864

Black with #E68864

Text Example


Text Example

White with #E68864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68864; }

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

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

background-color css

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

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

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

border-color css

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

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

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