Html Css Color HEX #E6855E Copper

📋 copy color: '#E6855E'

red 230 ◦ green 133 ◦ blue 94

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

Shades of Copper #E6855E

Tints of Copper #E6855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 50.33%
G = 29.1%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6855E (or 0xE6855E) is known color: Copper. HEX triplet: E6, 85 and 5E. RGB value is (230,133,94). Sum of RGB (Red+Green+Blue) = 230+133+94=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6855E is #197AA1. Grayscale: #9D9D9D. Windows color (decimal): -1669794 or 6194662. OLE color: 6194662.

HSL color Cylindrical-coordinate representation of color #E6855E: hue angle of 17.21º 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 #E6855E is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 133 94 -
CMYK 0 0.42 0.59 0.10
HSL 17.21º 0.73% 0.64% -
HSV(B) 17.21º 0.59% 0.9% -
XYZ 43.04 34.41 14.96 -
YUV 157.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 230 133 94 0 0.42 0.59 0.10 17.21 0.73 0.64
Hex E6 85 5E 0 2A 3B A 11 49 40
Octal 346 205 136 0 52 73 12 21 111 100
Binary 11100110 10000101 1011110 0 101010 111011 1010 10001 1001001 1000000

Color Harmonies of #E6855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6855E

Black with #E6855E

Text Example


Text Example

White with #E6855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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