Html Css Color HEX #E68660 Copper

📋 copy color: '#E68660'

red 230 ◦ green 134 ◦ blue 96

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

Shades of Copper #E68660

Tints of Copper #E68660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 50%
G = 29.13%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E68660 (or 0xE68660) is known color: Copper. HEX triplet: E6, 86 and 60. RGB value is (230,134,96). Sum of RGB (Red+Green+Blue) = 230+134+96=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E68660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68660 is #19799F. Grayscale: #9E9E9E. Windows color (decimal): -1669536 or 6325990. OLE color: 6325990.

HSL color Cylindrical-coordinate representation of color #E68660: hue angle of 17.01º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E68660 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 96 -
CMYK 0 0.42 0.58 0.10
HSL 17.01º 0.73% 0.64% -
HSV(B) 17.01º 0.58% 0.9% -
XYZ 43.27 34.72 15.49 -
YUV 158.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 230 134 96 0 0.42 0.58 0.10 17.01 0.73 0.64
Hex E6 86 60 0 2A 3A A 11 49 40
Octal 346 206 140 0 52 72 12 21 111 100
Binary 11100110 10000110 1100000 0 101010 111010 1010 10001 1001001 1000000

Color Harmonies of #E68660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68660

Black with #E68660

Text Example


Text Example

White with #E68660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68660; }

 p { color: rgb(230,134,96); }

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

background-color css

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

 a { background-color: rgb(230,134,96); }

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

border-color css

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

 span { border-color: rgb(230,134,96); }

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