Html Css Color HEX #E3885E Copper

📋 copy color: '#E3885E'

red 227 ◦ green 136 ◦ blue 94

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

Shades of Copper #E3885E

Tints of Copper #E3885E

RGB

 RED value IS 227 (89.06% from 255) = 49.67%

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

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

R = 49.67%
G = 29.76%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3885E (or 0xE3885E) is known color: Copper. HEX triplet: E3, 88 and 5E. RGB value is (227,136,94). Sum of RGB (Red+Green+Blue) = 227+136+94=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E3885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3885E is #1C77A1. Grayscale: #9E9E9E. Windows color (decimal): -1865634 or 6195427. OLE color: 6195427.

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

Color convert

RGB 227 136 94 -
CMYK 0 0.40 0.59 0.11
HSL 18.95º 0.7% 0.63% -
HSV(B) 18.95º 0.59% 0.89% -
XYZ 42.5 34.75 15.06 -
YUV 158.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 227 136 94 0 0.40 0.59 0.11 18.95 0.7 0.63
Hex E3 88 5E 0 28 3B B 13 46 3F
Octal 343 210 136 0 50 73 13 23 106 77
Binary 11100011 10001000 1011110 0 101000 111011 1011 10011 1000110 111111

Color Harmonies of #E3885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3885E

Black with #E3885E

Text Example


Text Example

White with #E3885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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