Html Css Color HEX #E1805D Copper

📋 copy color: '#E1805D'

red 225 ◦ green 128 ◦ blue 93

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

Shades of Copper #E1805D

Tints of Copper #E1805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 50.45%
G = 28.7%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1805D (or 0xE1805D) is known color: Copper. HEX triplet: E1, 80 and 5D. RGB value is (225,128,93). Sum of RGB (Red+Green+Blue) = 225+128+93=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1805D is #1E7FA2. Grayscale: #999999. Windows color (decimal): -1998755 or 6127841. OLE color: 6127841.

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

Color convert

RGB 225 128 93 -
CMYK 0 0.43 0.59 0.12
HSL 15.91º 0.69% 0.62% -
HSV(B) 15.91º 0.59% 0.88% -
XYZ 40.75 32.24 14.43 -
YUV 153.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 225 128 93 0 0.43 0.59 0.12 15.91 0.69 0.62
Hex E1 80 5D 0 2B 3B C 10 45 3E
Octal 341 200 135 0 53 73 14 20 105 76
Binary 11100001 10000000 1011101 0 101011 111011 1100 10000 1000101 111110

Color Harmonies of #E1805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1805D

Black with #E1805D

Text Example


Text Example

White with #E1805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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