Html Css Color HEX #E1946D Copper

📋 copy color: '#E1946D'

red 225 ◦ green 148 ◦ blue 109

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

Shades of Copper #E1946D

Tints of Copper #E1946D

RGB

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

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

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

R = 46.68%
G = 30.71%
B = 22.61%

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

#E1946D (or 0xE1946D) is known color: Copper. HEX triplet: E1, 94 and 6D. RGB value is (225,148,109). Sum of RGB (Red+Green+Blue) = 225+148+109=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1946D is #1E6B92. Grayscale: #A6A6A6. Windows color (decimal): -1993619 or 7181537. OLE color: 7181537.

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

Color convert

RGB 225 148 109 -
CMYK 0 0.34 0.52 0.12
HSL 20.17º 0.66% 0.65% -
HSV(B) 20.17º 0.52% 0.88% -
XYZ 44.4 38.29 19.52 -
YUV 166.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 225 148 109 0 0.34 0.52 0.12 20.17 0.66 0.65
Hex E1 94 6D 0 22 34 C 14 42 41
Octal 341 224 155 0 42 64 14 24 102 101
Binary 11100001 10010100 1101101 0 100010 110100 1100 10100 1000010 1000001

Color Harmonies of #E1946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1946D

Black with #E1946D

Text Example


Text Example

White with #E1946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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