Html Css Color HEX #E18C70 Copper

📋 copy color: '#E18C70'

red 225 ◦ green 140 ◦ blue 112

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

Shades of Copper #E18C70

Tints of Copper #E18C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

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

R = 47.17%
G = 29.35%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18C70 (or 0xE18C70) is known color: Copper. HEX triplet: E1, 8C and 70. RGB value is (225,140,112). Sum of RGB (Red+Green+Blue) = 225+140+112=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C70 is #1E738F. Grayscale: #A2A2A2. Windows color (decimal): -1995664 or 7376097. OLE color: 7376097.

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

Color convert

RGB 225 140 112 -
CMYK 0 0.38 0.50 0.12
HSL 14.87º 0.65% 0.66% -
HSV(B) 14.87º 0.5% 0.88% -
XYZ 43.35 35.93 19.98 -
YUV 162.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 225 140 112 0 0.38 0.50 0.12 14.87 0.65 0.66
Hex E1 8C 70 0 26 32 C F 41 42
Octal 341 214 160 0 46 62 14 17 101 102
Binary 11100001 10001100 1110000 0 100110 110010 1100 1111 1000001 1000010

Color Harmonies of #E18C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C70

Black with #E18C70

Text Example


Text Example

White with #E18C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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