Html Css Color HEX #E1946C Copper

📋 copy color: '#E1946C'

red 225 ◦ green 148 ◦ blue 108

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

Shades of Copper #E1946C

Tints of Copper #E1946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 46.78%
G = 30.77%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1946C (or 0xE1946C) is known color: Copper. HEX triplet: E1, 94 and 6C. RGB value is (225,148,108). Sum of RGB (Red+Green+Blue) = 225+148+108=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1946C is #1E6B93. Grayscale: #A6A6A6. Windows color (decimal): -1993620 or 7116001. OLE color: 7116001.

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

Color convert

RGB 225 148 108 -
CMYK 0 0.34 0.52 0.12
HSL 20.51º 0.66% 0.65% -
HSV(B) 20.51º 0.52% 0.88% -
XYZ 44.35 38.27 19.24 -
YUV 166.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 225 148 108 0 0.34 0.52 0.12 20.51 0.66 0.65
Hex E1 94 6C 0 22 34 C 15 42 41
Octal 341 224 154 0 42 64 14 25 102 101
Binary 11100001 10010100 1101100 0 100010 110100 1100 10101 1000010 1000001

Color Harmonies of #E1946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1946C

Black with #E1946C

Text Example


Text Example

White with #E1946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1946C; }

 p { color: rgb(225,148,108); }

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

background-color css

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

 a { background-color: rgb(225,148,108); }

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

border-color css

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

 span { border-color: rgb(225,148,108); }

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