Html Css Color HEX #E0835E Copper

📋 copy color: '#E0835E'

red 224 ◦ green 131 ◦ blue 94

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

Shades of Copper #E0835E

Tints of Copper #E0835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 49.89%
G = 29.18%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0835E (or 0xE0835E) is known color: Copper. HEX triplet: E0, 83 and 5E. RGB value is (224,131,94). Sum of RGB (Red+Green+Blue) = 224+131+94=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0835E is #1F7CA1. Grayscale: #9A9A9A. Windows color (decimal): -2063522 or 6194144. OLE color: 6194144.

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

Color convert

RGB 224 131 94 -
CMYK 0 0.42 0.58 0.12
HSL 17.08º 0.68% 0.62% -
HSV(B) 17.08º 0.58% 0.88% -
XYZ 40.88 32.89 14.78 -
YUV 154.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 224 131 94 0 0.42 0.58 0.12 17.08 0.68 0.62
Hex E0 83 5E 0 2A 3A C 11 44 3E
Octal 340 203 136 0 52 72 14 21 104 76
Binary 11100000 10000011 1011110 0 101010 111010 1100 10001 1000100 111110

Color Harmonies of #E0835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0835E

Black with #E0835E

Text Example


Text Example

White with #E0835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0835E; }

 p { color: rgb(224,131,94); }

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

background-color css

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

 a { background-color: rgb(224,131,94); }

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

border-color css

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

 span { border-color: rgb(224,131,94); }

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