Html Css Color HEX #E1845C Copper

📋 copy color: '#E1845C'

red 225 ◦ green 132 ◦ blue 92

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

Shades of Copper #E1845C

Tints of Copper #E1845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 50.11%
G = 29.4%
B = 20.49%

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

#E1845C (or 0xE1845C) is known color: Copper. HEX triplet: E1, 84 and 5C. RGB value is (225,132,92). Sum of RGB (Red+Green+Blue) = 225+132+92=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1845C is #1E7BA3. Grayscale: #9B9B9B. Windows color (decimal): -1997732 or 6063329. OLE color: 6063329.

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

Color convert

RGB 225 132 92 -
CMYK 0 0.41 0.59 0.12
HSL 18.05º 0.69% 0.62% -
HSV(B) 18.05º 0.59% 0.88% -
XYZ 41.23 33.28 14.38 -
YUV 155.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 225 132 92 0 0.41 0.59 0.12 18.05 0.69 0.62
Hex E1 84 5C 0 29 3B C 12 45 3E
Octal 341 204 134 0 51 73 14 22 105 76
Binary 11100001 10000100 1011100 0 101001 111011 1100 10010 1000101 111110

Color Harmonies of #E1845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1845C

Black with #E1845C

Text Example


Text Example

White with #E1845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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