Html Css Color HEX #E38461 Copper

📋 copy color: '#E38461'

red 227 ◦ green 132 ◦ blue 97

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

Shades of Copper #E38461

Tints of Copper #E38461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

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

R = 49.78%
G = 28.95%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E38461 (or 0xE38461) is known color: Copper. HEX triplet: E3, 84 and 61. RGB value is (227,132,97). Sum of RGB (Red+Green+Blue) = 227+132+97=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E38461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38461 is #1C7B9E. Grayscale: #9C9C9C. Windows color (decimal): -1866655 or 6391011. OLE color: 6391011.

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

Color convert

RGB 227 132 97 -
CMYK 0 0.42 0.57 0.11
HSL 16.15º 0.7% 0.64% -
HSV(B) 16.15º 0.57% 0.89% -
XYZ 42.09 33.7 15.6 -
YUV 156.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 227 132 97 0 0.42 0.57 0.11 16.15 0.7 0.64
Hex E3 84 61 0 2A 39 B 10 46 40
Octal 343 204 141 0 52 71 13 20 106 100
Binary 11100011 10000100 1100001 0 101010 111001 1011 10000 1000110 1000000

Color Harmonies of #E38461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38461

Black with #E38461

Text Example


Text Example

White with #E38461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38461; }

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

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

background-color css

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

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

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

border-color css

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

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

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