Html Css Color HEX #E1986D Copper

📋 copy color: '#E1986D'

red 225 ◦ green 152 ◦ blue 109

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

Shades of Copper #E1986D

Tints of Copper #E1986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

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

R = 46.3%
G = 31.28%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1986D (or 0xE1986D) is known color: Copper. HEX triplet: E1, 98 and 6D. RGB value is (225,152,109). Sum of RGB (Red+Green+Blue) = 225+152+109=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1986D is #1E6792. Grayscale: #A9A9A9. Windows color (decimal): -1992595 or 7182561. OLE color: 7182561.

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

Color convert

RGB 225 152 109 -
CMYK 0 0.32 0.52 0.12
HSL 22.24º 0.66% 0.65% -
HSV(B) 22.24º 0.52% 0.88% -
XYZ 45.04 39.57 19.73 -
YUV 168.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 225 152 109 0 0.32 0.52 0.12 22.24 0.66 0.65
Hex E1 98 6D 0 20 34 C 16 42 41
Octal 341 230 155 0 40 64 14 26 102 101
Binary 11100001 10011000 1101101 0 100000 110100 1100 10110 1000010 1000001

Color Harmonies of #E1986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1986D

Black with #E1986D

Text Example


Text Example

White with #E1986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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