Html Css Color HEX #E6835E Copper

📋 copy color: '#E6835E'

red 230 ◦ green 131 ◦ blue 94

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

Shades of Copper #E6835E

Tints of Copper #E6835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 50.55%
G = 28.79%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6835E (or 0xE6835E) is known color: Copper. HEX triplet: E6, 83 and 5E. RGB value is (230,131,94). Sum of RGB (Red+Green+Blue) = 230+131+94=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6835E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6835E is #197CA1. Grayscale: #9C9C9C. Windows color (decimal): -1670306 or 6194150. OLE color: 6194150.

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

Color convert

RGB 230 131 94 -
CMYK 0 0.43 0.59 0.10
HSL 16.32º 0.73% 0.64% -
HSV(B) 16.32º 0.59% 0.9% -
XYZ 42.77 33.86 14.87 -
YUV 156.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 230 131 94 0 0.43 0.59 0.10 16.32 0.73 0.64
Hex E6 83 5E 0 2B 3B A 10 49 40
Octal 346 203 136 0 53 73 12 20 111 100
Binary 11100110 10000011 1011110 0 101011 111011 1010 10000 1001001 1000000

Color Harmonies of #E6835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6835E

Black with #E6835E

Text Example


Text Example

White with #E6835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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