Html Css Color HEX #E18D6A Copper

📋 copy color: '#E18D6A'

red 225 ◦ green 141 ◦ blue 106

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

Shades of Copper #E18D6A

Tints of Copper #E18D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 47.67%
G = 29.87%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E18D6A (or 0xE18D6A) is known color: Copper. HEX triplet: E1, 8D and 6A. RGB value is (225,141,106). Sum of RGB (Red+Green+Blue) = 225+141+106=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D6A is #1E7295. Grayscale: #A2A2A2. Windows color (decimal): -1995414 or 6983137. OLE color: 6983137.

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

Color convert

RGB 225 141 106 -
CMYK 0 0.37 0.53 0.12
HSL 17.65º 0.66% 0.65% -
HSV(B) 17.65º 0.53% 0.88% -
XYZ 43.18 36.1 18.33 -
YUV 162.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 225 141 106 0 0.37 0.53 0.12 17.65 0.66 0.65
Hex E1 8D 6A 0 25 35 C 12 42 41
Octal 341 215 152 0 45 65 14 22 102 101
Binary 11100001 10001101 1101010 0 100101 110101 1100 10010 1000010 1000001

Color Harmonies of #E18D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D6A

Black with #E18D6A

Text Example


Text Example

White with #E18D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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