Html Css Color HEX #E68461 Copper

📋 copy color: '#E68461'

red 230 ◦ green 132 ◦ blue 97

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

Shades of Copper #E68461

Tints of Copper #E68461

RGB

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

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

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

R = 50.11%
G = 28.76%
B = 21.13%

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

#E68461 (or 0xE68461) is known color: Copper. HEX triplet: E6, 84 and 61. RGB value is (230,132,97). Sum of RGB (Red+Green+Blue) = 230+132+97=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E68461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68461 is #197B9E. Grayscale: #9D9D9D. Windows color (decimal): -1670047 or 6391014. OLE color: 6391014.

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

Color convert

RGB 230 132 97 -
CMYK 0 0.43 0.58 0.10
HSL 15.79º 0.73% 0.64% -
HSV(B) 15.79º 0.58% 0.9% -
XYZ 43.04 34.19 15.64 -
YUV 157.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 230 132 97 0 0.43 0.58 0.10 15.79 0.73 0.64
Hex E6 84 61 0 2B 3A A 10 49 40
Octal 346 204 141 0 53 72 12 20 111 100
Binary 11100110 10000100 1100001 0 101011 111010 1010 10000 1001001 1000000

Color Harmonies of #E68461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68461

Black with #E68461

Text Example


Text Example

White with #E68461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68461; }

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

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

background-color css

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

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

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

border-color css

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

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

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