Html Css Color HEX #E0846A Copper

📋 copy color: '#E0846A'

red 224 ◦ green 132 ◦ blue 106

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

Shades of Copper #E0846A

Tints of Copper #E0846A

RGB

 RED value IS 224 (87.89% from 255) = 48.48%

 GREEN value IS 132 (51.95% from 255) = 28.57%

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 48.48%
G = 28.57%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0846A (or 0xE0846A) is known color: Copper. HEX triplet: E0, 84 and 6A. RGB value is (224,132,106). Sum of RGB (Red+Green+Blue) = 224+132+106=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0846A is #1F7B95. Grayscale: #9C9C9C. Windows color (decimal): -2063254 or 6980832. OLE color: 6980832.

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

Color convert

RGB 224 132 106 -
CMYK 0 0.41 0.53 0.12
HSL 13.22º 0.66% 0.65% -
HSV(B) 13.22º 0.53% 0.88% -
XYZ 41.59 33.39 17.89 -
YUV 156.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 224 132 106 0 0.41 0.53 0.12 13.22 0.66 0.65
Hex E0 84 6A 0 29 35 C D 42 41
Octal 340 204 152 0 51 65 14 15 102 101
Binary 11100000 10000100 1101010 0 101001 110101 1100 1101 1000010 1000001

Color Harmonies of #E0846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0846A

Black with #E0846A

Text Example


Text Example

White with #E0846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0846A; }

 p { color: rgb(224,132,106); }

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

background-color css

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

 a { background-color: rgb(224,132,106); }

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

border-color css

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

 span { border-color: rgb(224,132,106); }

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