Html Css Color HEX #E38861 Copper

📋 copy color: '#E38861'

red 227 ◦ green 136 ◦ blue 97

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

Shades of Copper #E38861

Tints of Copper #E38861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 49.35%
G = 29.57%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E38861 (or 0xE38861) is known color: Copper. HEX triplet: E3, 88 and 61. RGB value is (227,136,97). Sum of RGB (Red+Green+Blue) = 227+136+97=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E38861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38861 is #1C779E. Grayscale: #9F9F9F. Windows color (decimal): -1865631 or 6392035. OLE color: 6392035.

HSL color Cylindrical-coordinate representation of color #E38861: hue angle of 18º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E38861 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 136 97 -
CMYK 0 0.40 0.57 0.11
HSL 18º 0.7% 0.64% -
HSV(B) 18º 0.57% 0.89% -
XYZ 42.64 34.8 15.78 -
YUV 158.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 227 136 97 0 0.40 0.57 0.11 18 0.7 0.64
Hex E3 88 61 0 28 39 B 12 46 40
Octal 343 210 141 0 50 71 13 22 106 100
Binary 11100011 10001000 1100001 0 101000 111001 1011 10010 1000110 1000000

Color Harmonies of #E38861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38861

Black with #E38861

Text Example


Text Example

White with #E38861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38861; }

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

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

background-color css

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

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

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

border-color css

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

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

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