Html Css Color HEX #E18C6D Copper

📋 copy color: '#E18C6D'

red 225 ◦ green 140 ◦ blue 109

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

Shades of Copper #E18C6D

Tints of Copper #E18C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 47.47%
G = 29.54%
B = 23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E18C6D (or 0xE18C6D) is known color: Copper. HEX triplet: E1, 8C and 6D. RGB value is (225,140,109). Sum of RGB (Red+Green+Blue) = 225+140+109=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C6D is #1E7392. Grayscale: #A2A2A2. Windows color (decimal): -1995667 or 7179489. OLE color: 7179489.

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

Color convert

RGB 225 140 109 -
CMYK 0 0.38 0.52 0.12
HSL 16.03º 0.66% 0.65% -
HSV(B) 16.03º 0.52% 0.88% -
XYZ 43.19 35.87 19.11 -
YUV 161.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 225 140 109 0 0.38 0.52 0.12 16.03 0.66 0.65
Hex E1 8C 6D 0 26 34 C 10 42 41
Octal 341 214 155 0 46 64 14 20 102 101
Binary 11100001 10001100 1101101 0 100110 110100 1100 10000 1000010 1000001

Color Harmonies of #E18C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C6D

Black with #E18C6D

Text Example


Text Example

White with #E18C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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