Html Css Color HEX #E18361 Copper

📋 copy color: '#E18361'

red 225 ◦ green 131 ◦ blue 97

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

Shades of Copper #E18361

Tints of Copper #E18361

RGB

 RED value IS 225 (88.28% from 255) = 49.67%

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

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

R = 49.67%
G = 28.92%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E18361 (or 0xE18361) is known color: Copper. HEX triplet: E1, 83 and 61. RGB value is (225,131,97). Sum of RGB (Red+Green+Blue) = 225+131+97=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E18361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18361 is #1E7C9E. Grayscale: #9B9B9B. Windows color (decimal): -1997983 or 6390753. OLE color: 6390753.

HSL color Cylindrical-coordinate representation of color #E18361: hue angle of 15.94º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E18361 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 131 97 -
CMYK 0 0.42 0.57 0.12
HSL 15.94º 0.68% 0.63% -
HSV(B) 15.94º 0.57% 0.88% -
XYZ 41.33 33.1 15.52 -
YUV 155.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 225 131 97 0 0.42 0.57 0.12 15.94 0.68 0.63
Hex E1 83 61 0 2A 39 C 10 44 3F
Octal 341 203 141 0 52 71 14 20 104 77
Binary 11100001 10000011 1100001 0 101010 111001 1100 10000 1000100 111111

Color Harmonies of #E18361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18361

Black with #E18361

Text Example


Text Example

White with #E18361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18361; }

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

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

background-color css

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

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

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

border-color css

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

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

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