Html Css Color HEX #E18C6E Copper

📋 copy color: '#E18C6E'

red 225 ◦ green 140 ◦ blue 110

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

Shades of Copper #E18C6E

Tints of Copper #E18C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 47.37%
G = 29.47%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E18C6E (or 0xE18C6E) is known color: Copper. HEX triplet: E1, 8C and 6E. RGB value is (225,140,110). Sum of RGB (Red+Green+Blue) = 225+140+110=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C6E is #1E7391. Grayscale: #A2A2A2. Windows color (decimal): -1995666 or 7245025. OLE color: 7245025.

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

Color convert

RGB 225 140 110 -
CMYK 0 0.38 0.51 0.12
HSL 15.65º 0.66% 0.66% -
HSV(B) 15.65º 0.51% 0.88% -
XYZ 43.24 35.89 19.4 -
YUV 162 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 225 140 110 0 0.38 0.51 0.12 15.65 0.66 0.66
Hex E1 8C 6E 0 26 33 C 10 42 42
Octal 341 214 156 0 46 63 14 20 102 102
Binary 11100001 10001100 1101110 0 100110 110011 1100 10000 1000010 1000010

Color Harmonies of #E18C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C6E

Black with #E18C6E

Text Example


Text Example

White with #E18C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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