Html Css Color HEX #E18E64 Copper

📋 copy color: '#E18E64'

red 225 ◦ green 142 ◦ blue 100

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

Shades of Copper #E18E64

Tints of Copper #E18E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

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

R = 48.18%
G = 30.41%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E18E64 (or 0xE18E64) is known color: Copper. HEX triplet: E1, 8E and 64. RGB value is (225,142,100). Sum of RGB (Red+Green+Blue) = 225+142+100=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18E64 is #1E719B. Grayscale: #A2A2A2. Windows color (decimal): -1995164 or 6590177. OLE color: 6590177.

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

Color convert

RGB 225 142 100 -
CMYK 0 0.37 0.56 0.12
HSL 20.16º 0.68% 0.64% -
HSV(B) 20.16º 0.56% 0.88% -
XYZ 43.02 36.27 16.79 -
YUV 162.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 225 142 100 0 0.37 0.56 0.12 20.16 0.68 0.64
Hex E1 8E 64 0 25 38 C 14 44 40
Octal 341 216 144 0 45 70 14 24 104 100
Binary 11100001 10001110 1100100 0 100101 111000 1100 10100 1000100 1000000

Color Harmonies of #E18E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E64

Black with #E18E64

Text Example


Text Example

White with #E18E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E64; }

 p { color: rgb(225,142,100); }

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

background-color css

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

 a { background-color: rgb(225,142,100); }

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

border-color css

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

 span { border-color: rgb(225,142,100); }

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