Html Css Color HEX #E1946B Copper

📋 copy color: '#E1946B'

red 225 ◦ green 148 ◦ blue 107

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

Shades of Copper #E1946B

Tints of Copper #E1946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 46.88%
G = 30.83%
B = 22.29%

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

#E1946B (or 0xE1946B) is known color: Copper. HEX triplet: E1, 94 and 6B. RGB value is (225,148,107). Sum of RGB (Red+Green+Blue) = 225+148+107=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1946B is #1E6B94. Grayscale: #A6A6A6. Windows color (decimal): -1993621 or 7050465. OLE color: 7050465.

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

Color convert

RGB 225 148 107 -
CMYK 0 0.34 0.52 0.12
HSL 20.85º 0.66% 0.65% -
HSV(B) 20.85º 0.52% 0.88% -
XYZ 44.3 38.25 18.96 -
YUV 166.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 225 148 107 0 0.34 0.52 0.12 20.85 0.66 0.65
Hex E1 94 6B 0 22 34 C 15 42 41
Octal 341 224 153 0 42 64 14 25 102 101
Binary 11100001 10010100 1101011 0 100010 110100 1100 10101 1000010 1000001

Color Harmonies of #E1946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1946B

Black with #E1946B

Text Example


Text Example

White with #E1946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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