Html Css Color HEX #E18D70 Copper

📋 copy color: '#E18D70'

red 225 ◦ green 141 ◦ blue 112

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

Shades of Copper #E18D70

Tints of Copper #E18D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

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

R = 47.07%
G = 29.5%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18D70 (or 0xE18D70) is known color: Copper. HEX triplet: E1, 8D and 70. RGB value is (225,141,112). Sum of RGB (Red+Green+Blue) = 225+141+112=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D70 is #1E728F. Grayscale: #A3A3A3. Windows color (decimal): -1995408 or 7376353. OLE color: 7376353.

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

Color convert

RGB 225 141 112 -
CMYK 0 0.37 0.50 0.12
HSL 15.4º 0.65% 0.66% -
HSV(B) 15.4º 0.5% 0.88% -
XYZ 43.5 36.23 20.03 -
YUV 162.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 225 141 112 0 0.37 0.50 0.12 15.4 0.65 0.66
Hex E1 8D 70 0 25 32 C F 41 42
Octal 341 215 160 0 45 62 14 17 101 102
Binary 11100001 10001101 1110000 0 100101 110010 1100 1111 1000001 1000010

Color Harmonies of #E18D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D70

Black with #E18D70

Text Example


Text Example

White with #E18D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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