Html Css Color HEX #E18660 Copper

📋 copy color: '#E18660'

red 225 ◦ green 134 ◦ blue 96

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

Shades of Copper #E18660

Tints of Copper #E18660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.45%

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 49.45%
G = 29.45%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E18660 (or 0xE18660) is known color: Copper. HEX triplet: E1, 86 and 60. RGB value is (225,134,96). Sum of RGB (Red+Green+Blue) = 225+134+96=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E18660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18660 is #1E799F. Grayscale: #9D9D9D. Windows color (decimal): -1997216 or 6325985. OLE color: 6325985.

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

Color convert

RGB 225 134 96 -
CMYK 0 0.40 0.57 0.12
HSL 17.67º 0.68% 0.63% -
HSV(B) 17.67º 0.57% 0.88% -
XYZ 41.69 33.9 15.41 -
YUV 156.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 225 134 96 0 0.40 0.57 0.12 17.67 0.68 0.63
Hex E1 86 60 0 28 39 C 12 44 3F
Octal 341 206 140 0 50 71 14 22 104 77
Binary 11100001 10000110 1100000 0 101000 111001 1100 10010 1000100 111111

Color Harmonies of #E18660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18660

Black with #E18660

Text Example


Text Example

White with #E18660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18660; }

 p { color: rgb(225,134,96); }

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

background-color css

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

 a { background-color: rgb(225,134,96); }

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

border-color css

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

 span { border-color: rgb(225,134,96); }

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