Html Css Color HEX #E0805C Copper

📋 copy color: '#E0805C'

red 224 ◦ green 128 ◦ blue 92

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

Shades of Copper #E0805C

Tints of Copper #E0805C

RGB

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

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

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

R = 50.45%
G = 28.83%
B = 20.72%

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

#E0805C (or 0xE0805C) is known color: Copper. HEX triplet: E0, 80 and 5C. RGB value is (224,128,92). Sum of RGB (Red+Green+Blue) = 224+128+92=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0805C is #1F7FA3. Grayscale: #989898. Windows color (decimal): -2064292 or 6062304. OLE color: 6062304.

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

Color convert

RGB 224 128 92 -
CMYK 0 0.43 0.59 0.12
HSL 16.36º 0.68% 0.62% -
HSV(B) 16.36º 0.59% 0.88% -
XYZ 40.39 32.06 14.18 -
YUV 152.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 224 128 92 0 0.43 0.59 0.12 16.36 0.68 0.62
Hex E0 80 5C 0 2B 3B C 10 44 3E
Octal 340 200 134 0 53 73 14 20 104 76
Binary 11100000 10000000 1011100 0 101011 111011 1100 10000 1000100 111110

Color Harmonies of #E0805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0805C

Black with #E0805C

Text Example


Text Example

White with #E0805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0805C; }

 p { color: rgb(224,128,92); }

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

background-color css

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

 a { background-color: rgb(224,128,92); }

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

border-color css

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

 span { border-color: rgb(224,128,92); }

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