Html Css Color HEX #E1845D Copper

📋 copy color: '#E1845D'

red 225 ◦ green 132 ◦ blue 93

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

Shades of Copper #E1845D

Tints of Copper #E1845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 50%
G = 29.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1845D (or 0xE1845D) is known color: Copper. HEX triplet: E1, 84 and 5D. RGB value is (225,132,93). Sum of RGB (Red+Green+Blue) = 225+132+93=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1845D is #1E7BA2. Grayscale: #9B9B9B. Windows color (decimal): -1997731 or 6128865. OLE color: 6128865.

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

Color convert

RGB 225 132 93 -
CMYK 0 0.41 0.59 0.12
HSL 17.73º 0.69% 0.62% -
HSV(B) 17.73º 0.59% 0.88% -
XYZ 41.28 33.3 14.61 -
YUV 155.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 225 132 93 0 0.41 0.59 0.12 17.73 0.69 0.62
Hex E1 84 5D 0 29 3B C 12 45 3E
Octal 341 204 135 0 51 73 14 22 105 76
Binary 11100001 10000100 1011101 0 101001 111011 1100 10010 1000101 111110

Color Harmonies of #E1845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1845D

Black with #E1845D

Text Example


Text Example

White with #E1845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1845D; }

 p { color: rgb(225,132,93); }

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

background-color css

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

 a { background-color: rgb(225,132,93); }

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

border-color css

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

 span { border-color: rgb(225,132,93); }

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