Html Css Color HEX #E3885A Copper

📋 copy color: '#E3885A'

red 227 ◦ green 136 ◦ blue 90

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

Shades of Copper #E3885A

Tints of Copper #E3885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 50.11%
G = 30.02%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3885A (or 0xE3885A) is known color: Copper. HEX triplet: E3, 88 and 5A. RGB value is (227,136,90). Sum of RGB (Red+Green+Blue) = 227+136+90=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3885A is #1C77A5. Grayscale: #9E9E9E. Windows color (decimal): -1865638 or 5933283. OLE color: 5933283.

HSL color Cylindrical-coordinate representation of color #E3885A: hue angle of 20.15º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3885A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 136 90 -
CMYK 0 0.40 0.60 0.11
HSL 20.15º 0.71% 0.62% -
HSV(B) 20.15º 0.6% 0.89% -
XYZ 42.33 34.68 14.14 -
YUV 157.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 227 136 90 0 0.40 0.60 0.11 20.15 0.71 0.62
Hex E3 88 5A 0 28 3C B 14 47 3E
Octal 343 210 132 0 50 74 13 24 107 76
Binary 11100011 10001000 1011010 0 101000 111100 1011 10100 1000111 111110

Color Harmonies of #E3885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3885A

Black with #E3885A

Text Example


Text Example

White with #E3885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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