Html Css Color HEX #E0845F Copper

📋 copy color: '#E0845F'

red 224 ◦ green 132 ◦ blue 95

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

Shades of Copper #E0845F

Tints of Copper #E0845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 49.67%
G = 29.27%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0845F (or 0xE0845F) is known color: Copper. HEX triplet: E0, 84 and 5F. RGB value is (224,132,95). Sum of RGB (Red+Green+Blue) = 224+132+95=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0845F is #1F7BA0. Grayscale: #9B9B9B. Windows color (decimal): -2063265 or 6259936. OLE color: 6259936.

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

Color convert

RGB 224 132 95 -
CMYK 0 0.41 0.58 0.12
HSL 17.21º 0.68% 0.63% -
HSV(B) 17.21º 0.58% 0.88% -
XYZ 41.06 33.18 15.07 -
YUV 155.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 224 132 95 0 0.41 0.58 0.12 17.21 0.68 0.63
Hex E0 84 5F 0 29 3A C 11 44 3F
Octal 340 204 137 0 51 72 14 21 104 77
Binary 11100000 10000100 1011111 0 101001 111010 1100 10001 1000100 111111

Color Harmonies of #E0845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0845F

Black with #E0845F

Text Example


Text Example

White with #E0845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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