Html Css Color HEX #E6895D Copper

📋 copy color: '#E6895D'

red 230 ◦ green 137 ◦ blue 93

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

Shades of Copper #E6895D

Tints of Copper #E6895D

RGB

 RED value IS 230 (90.23% from 255) = 50%

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

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

R = 50%
G = 29.78%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6895D (or 0xE6895D) is known color: Copper. HEX triplet: E6, 89 and 5D. RGB value is (230,137,93). Sum of RGB (Red+Green+Blue) = 230+137+93=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6895D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6895D is #1976A2. Grayscale: #A0A0A0. Windows color (decimal): -1668771 or 6130150. OLE color: 6130150.

HSL color Cylindrical-coordinate representation of color #E6895D: hue angle of 19.27º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6895D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 93 -
CMYK 0 0.40 0.60 0.10
HSL 19.27º 0.73% 0.63% -
HSV(B) 19.27º 0.6% 0.9% -
XYZ 43.55 35.5 14.91 -
YUV 159.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 230 137 93 0 0.40 0.60 0.10 19.27 0.73 0.63
Hex E6 89 5D 0 28 3C A 13 49 3F
Octal 346 211 135 0 50 74 12 23 111 77
Binary 11100110 10001001 1011101 0 101000 111100 1010 10011 1001001 111111

Color Harmonies of #E6895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6895D

Black with #E6895D

Text Example


Text Example

White with #E6895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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