Html Css Color HEX #E1946F Copper

📋 copy color: '#E1946F'

red 225 ◦ green 148 ◦ blue 111

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

Shades of Copper #E1946F

Tints of Copper #E1946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 46.49%
G = 30.58%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1946F (or 0xE1946F) is known color: Copper. HEX triplet: E1, 94 and 6F. RGB value is (225,148,111). Sum of RGB (Red+Green+Blue) = 225+148+111=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1946F is #1E6B90. Grayscale: #A7A7A7. Windows color (decimal): -1993617 or 7312609. OLE color: 7312609.

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

Color convert

RGB 225 148 111 -
CMYK 0 0.34 0.51 0.12
HSL 19.47º 0.66% 0.66% -
HSV(B) 19.47º 0.51% 0.88% -
XYZ 44.51 38.34 20.09 -
YUV 166.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 225 148 111 0 0.34 0.51 0.12 19.47 0.66 0.66
Hex E1 94 6F 0 22 33 C 13 42 42
Octal 341 224 157 0 42 63 14 23 102 102
Binary 11100001 10010100 1101111 0 100010 110011 1100 10011 1000010 1000010

Color Harmonies of #E1946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1946F

Black with #E1946F

Text Example


Text Example

White with #E1946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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