Html Css Color HEX #E18D65 Copper

📋 copy color: '#E18D65'

red 225 ◦ green 141 ◦ blue 101

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

Shades of Copper #E18D65

Tints of Copper #E18D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 48.18%
G = 30.19%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E18D65 (or 0xE18D65) is known color: Copper. HEX triplet: E1, 8D and 65. RGB value is (225,141,101). Sum of RGB (Red+Green+Blue) = 225+141+101=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D65 is #1E729A. Grayscale: #A1A1A1. Windows color (decimal): -1995419 or 6655457. OLE color: 6655457.

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

Color convert

RGB 225 141 101 -
CMYK 0 0.37 0.55 0.12
HSL 19.35º 0.67% 0.64% -
HSV(B) 19.35º 0.55% 0.88% -
XYZ 42.93 36 17 -
YUV 161.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 225 141 101 0 0.37 0.55 0.12 19.35 0.67 0.64
Hex E1 8D 65 0 25 37 C 13 43 40
Octal 341 215 145 0 45 67 14 23 103 100
Binary 11100001 10001101 1100101 0 100101 110111 1100 10011 1000011 1000000

Color Harmonies of #E18D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D65

Black with #E18D65

Text Example


Text Example

White with #E18D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D65; }

 p { color: rgb(225,141,101); }

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

background-color css

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

 a { background-color: rgb(225,141,101); }

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

border-color css

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

 span { border-color: rgb(225,141,101); }

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