Html Css Color HEX #E68361 Copper

📋 copy color: '#E68361'

red 230 ◦ green 131 ◦ blue 97

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

Shades of Copper #E68361

Tints of Copper #E68361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 50.22%
G = 28.6%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E68361 (or 0xE68361) is known color: Copper. HEX triplet: E6, 83 and 61. RGB value is (230,131,97). Sum of RGB (Red+Green+Blue) = 230+131+97=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E68361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68361 is #197C9E. Grayscale: #9C9C9C. Windows color (decimal): -1670303 or 6390758. OLE color: 6390758.

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

Color convert

RGB 230 131 97 -
CMYK 0 0.43 0.58 0.10
HSL 15.34º 0.73% 0.64% -
HSV(B) 15.34º 0.58% 0.9% -
XYZ 42.91 33.92 15.59 -
YUV 156.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 230 131 97 0 0.43 0.58 0.10 15.34 0.73 0.64
Hex E6 83 61 0 2B 3A A F 49 40
Octal 346 203 141 0 53 72 12 17 111 100
Binary 11100110 10000011 1100001 0 101011 111010 1010 1111 1001001 1000000

Color Harmonies of #E68361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68361

Black with #E68361

Text Example


Text Example

White with #E68361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68361; }

 p { color: rgb(230,131,97); }

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

background-color css

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

 a { background-color: rgb(230,131,97); }

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

border-color css

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

 span { border-color: rgb(230,131,97); }

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