Html Css Color HEX #E2895D Copper

📋 copy color: '#E2895D'

red 226 ◦ green 137 ◦ blue 93

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

Shades of Copper #E2895D

Tints of Copper #E2895D

RGB

 RED value IS 226 (88.67% from 255) = 49.56%

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

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

R = 49.56%
G = 30.04%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2895D (or 0xE2895D) is known color: Copper. HEX triplet: E2, 89 and 5D. RGB value is (226,137,93). Sum of RGB (Red+Green+Blue) = 226+137+93=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2895D is #1D76A2. Grayscale: #9E9E9E. Windows color (decimal): -1930915 or 6130146. OLE color: 6130146.

HSL color Cylindrical-coordinate representation of color #E2895D: hue angle of 19.85º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2895D is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 137 93 -
CMYK 0 0.39 0.59 0.11
HSL 19.85º 0.7% 0.63% -
HSV(B) 19.85º 0.59% 0.89% -
XYZ 42.29 34.85 14.85 -
YUV 158.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 226 137 93 0 0.39 0.59 0.11 19.85 0.7 0.63
Hex E2 89 5D 0 27 3B B 14 46 3F
Octal 342 211 135 0 47 73 13 24 106 77
Binary 11100010 10001001 1011101 0 100111 111011 1011 10100 1000110 111111

Color Harmonies of #E2895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2895D

Black with #E2895D

Text Example


Text Example

White with #E2895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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