Html Css Color HEX #E18E65 Copper

📋 copy color: '#E18E65'

red 225 ◦ green 142 ◦ blue 101

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

Shades of Copper #E18E65

Tints of Copper #E18E65

RGB

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

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

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

R = 48.08%
G = 30.34%
B = 21.58%

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

#E18E65 (or 0xE18E65) is known color: Copper. HEX triplet: E1, 8E and 65. RGB value is (225,142,101). Sum of RGB (Red+Green+Blue) = 225+142+101=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18E65 is #1E719A. Grayscale: #A2A2A2. Windows color (decimal): -1995163 or 6655713. OLE color: 6655713.

HSL color Cylindrical-coordinate representation of color #E18E65: hue angle of 19.84º 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 #E18E65 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 142 101 -
CMYK 0 0.37 0.55 0.12
HSL 19.84º 0.67% 0.64% -
HSV(B) 19.84º 0.55% 0.88% -
XYZ 43.07 36.29 17.05 -
YUV 162.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 225 142 101 0 0.37 0.55 0.12 19.84 0.67 0.64
Hex E1 8E 65 0 25 37 C 14 43 40
Octal 341 216 145 0 45 67 14 24 103 100
Binary 11100001 10001110 1100101 0 100101 110111 1100 10100 1000011 1000000

Color Harmonies of #E18E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E65

Black with #E18E65

Text Example


Text Example

White with #E18E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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