Html Css Color HEX #E18F70 Copper

📋 copy color: '#E18F70'

red 225 ◦ green 143 ◦ blue 112

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

Shades of Copper #E18F70

Tints of Copper #E18F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

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

R = 46.88%
G = 29.79%
B = 23.33%

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

#E18F70 (or 0xE18F70) is known color: Copper. HEX triplet: E1, 8F and 70. RGB value is (225,143,112). Sum of RGB (Red+Green+Blue) = 225+143+112=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F70 is #1E708F. Grayscale: #A4A4A4. Windows color (decimal): -1994896 or 7376865. OLE color: 7376865.

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

Color convert

RGB 225 143 112 -
CMYK 0 0.36 0.50 0.12
HSL 16.46º 0.65% 0.66% -
HSV(B) 16.46º 0.5% 0.88% -
XYZ 43.8 36.82 20.13 -
YUV 163.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 225 143 112 0 0.36 0.50 0.12 16.46 0.65 0.66
Hex E1 8F 70 0 24 32 C 10 41 42
Octal 341 217 160 0 44 62 14 20 101 102
Binary 11100001 10001111 1110000 0 100100 110010 1100 10000 1000001 1000010

Color Harmonies of #E18F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F70

Black with #E18F70

Text Example


Text Example

White with #E18F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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