Html Css Color HEX #E1835D Copper

📋 copy color: '#E1835D'

red 225 ◦ green 131 ◦ blue 93

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

Shades of Copper #E1835D

Tints of Copper #E1835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 50.11%
G = 29.18%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1835D (or 0xE1835D) is known color: Copper. HEX triplet: E1, 83 and 5D. RGB value is (225,131,93). Sum of RGB (Red+Green+Blue) = 225+131+93=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1835D is #1E7CA2. Grayscale: #9B9B9B. Windows color (decimal): -1997987 or 6128609. OLE color: 6128609.

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

Color convert

RGB 225 131 93 -
CMYK 0 0.42 0.59 0.12
HSL 17.27º 0.69% 0.62% -
HSV(B) 17.27º 0.59% 0.88% -
XYZ 41.14 33.03 14.56 -
YUV 154.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 225 131 93 0 0.42 0.59 0.12 17.27 0.69 0.62
Hex E1 83 5D 0 2A 3B C 11 45 3E
Octal 341 203 135 0 52 73 14 21 105 76
Binary 11100001 10000011 1011101 0 101010 111011 1100 10001 1000101 111110

Color Harmonies of #E1835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1835D

Black with #E1835D

Text Example


Text Example

White with #E1835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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