Html Css Color HEX #E19170 Copper

📋 copy color: '#E19170'

red 225 ◦ green 145 ◦ blue 112

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

Shades of Copper #E19170

Tints of Copper #E19170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 46.68%
G = 30.08%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E19170 (or 0xE19170) is known color: Copper. HEX triplet: E1, 91 and 70. RGB value is (225,145,112). Sum of RGB (Red+Green+Blue) = 225+145+112=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E19170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19170 is #1E6E8F. Grayscale: #A5A5A5. Windows color (decimal): -1994384 or 7377377. OLE color: 7377377.

HSL color Cylindrical-coordinate representation of color #E19170: hue angle of 17.52º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19170 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 145 112 -
CMYK 0 0.36 0.50 0.12
HSL 17.52º 0.65% 0.66% -
HSV(B) 17.52º 0.5% 0.88% -
XYZ 44.1 37.43 20.23 -
YUV 165.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 225 145 112 0 0.36 0.50 0.12 17.52 0.65 0.66
Hex E1 91 70 0 24 32 C 12 41 42
Octal 341 221 160 0 44 62 14 22 101 102
Binary 11100001 10010001 1110000 0 100100 110010 1100 10010 1000001 1000010

Color Harmonies of #E19170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19170

Black with #E19170

Text Example


Text Example

White with #E19170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19170; }

 p { color: rgb(225,145,112); }

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

background-color css

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

 a { background-color: rgb(225,145,112); }

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

border-color css

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

 span { border-color: rgb(225,145,112); }

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