Html Css Color HEX #E6885E Copper

📋 copy color: '#E6885E'

red 230 ◦ green 136 ◦ blue 94

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

Shades of Copper #E6885E

Tints of Copper #E6885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 50%
G = 29.57%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6885E (or 0xE6885E) is known color: Copper. HEX triplet: E6, 88 and 5E. RGB value is (230,136,94). Sum of RGB (Red+Green+Blue) = 230+136+94=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6885E is #1977A1. Grayscale: #9F9F9F. Windows color (decimal): -1669026 or 6195430. OLE color: 6195430.

HSL color Cylindrical-coordinate representation of color #E6885E: hue angle of 18.53º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6885E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 136 94 -
CMYK 0 0.41 0.59 0.10
HSL 18.53º 0.73% 0.64% -
HSV(B) 18.53º 0.59% 0.9% -
XYZ 43.46 35.24 15.1 -
YUV 159.32 91.14 178.42 -
System Red Green Blue C M Y K H S L
Decimal 230 136 94 0 0.41 0.59 0.10 18.53 0.73 0.64
Hex E6 88 5E 0 29 3B A 13 49 40
Octal 346 210 136 0 51 73 12 23 111 100
Binary 11100110 10001000 1011110 0 101001 111011 1010 10011 1001001 1000000

Color Harmonies of #E6885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6885E

Black with #E6885E

Text Example


Text Example

White with #E6885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6885E; }

 p { color: rgb(230,136,94); }

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

background-color css

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

 a { background-color: rgb(230,136,94); }

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

border-color css

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

 span { border-color: rgb(230,136,94); }

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