Html Css Color HEX #E0895D Copper

📋 copy color: '#E0895D'

red 224 ◦ green 137 ◦ blue 93

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

Shades of Copper #E0895D

Tints of Copper #E0895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.18%

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

R = 49.34%
G = 30.18%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0895D (or 0xE0895D) is known color: Copper. HEX triplet: E0, 89 and 5D. RGB value is (224,137,93). Sum of RGB (Red+Green+Blue) = 224+137+93=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0895D is #1F76A2. Grayscale: #9E9E9E. Windows color (decimal): -2061987 or 6130144. OLE color: 6130144.

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

Color convert

RGB 224 137 93 -
CMYK 0 0.39 0.58 0.12
HSL 20.15º 0.68% 0.62% -
HSV(B) 20.15º 0.58% 0.88% -
XYZ 41.66 34.53 14.82 -
YUV 158 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 224 137 93 0 0.39 0.58 0.12 20.15 0.68 0.62
Hex E0 89 5D 0 27 3A C 14 44 3E
Octal 340 211 135 0 47 72 14 24 104 76
Binary 11100000 10001001 1011101 0 100111 111010 1100 10100 1000100 111110

Color Harmonies of #E0895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0895D

Black with #E0895D

Text Example


Text Example

White with #E0895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0895D; }

 p { color: rgb(224,137,93); }

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

background-color css

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

 a { background-color: rgb(224,137,93); }

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

border-color css

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

 span { border-color: rgb(224,137,93); }

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