Html Css Color HEX #E48461 Copper

📋 copy color: '#E48461'

red 228 ◦ green 132 ◦ blue 97

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

Shades of Copper #E48461

Tints of Copper #E48461

RGB

 RED value IS 228 (89.45% from 255) = 49.89%

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

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

R = 49.89%
G = 28.88%
B = 21.23%

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

#E48461 (or 0xE48461) is known color: Copper. HEX triplet: E4, 84 and 61. RGB value is (228,132,97). Sum of RGB (Red+Green+Blue) = 228+132+97=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E48461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48461 is #1B7B9E. Grayscale: #9C9C9C. Windows color (decimal): -1801119 or 6391012. OLE color: 6391012.

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

Color convert

RGB 228 132 97 -
CMYK 0 0.42 0.57 0.11
HSL 16.03º 0.71% 0.64% -
HSV(B) 16.03º 0.57% 0.89% -
XYZ 42.4 33.86 15.61 -
YUV 156.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 228 132 97 0 0.42 0.57 0.11 16.03 0.71 0.64
Hex E4 84 61 0 2A 39 B 10 47 40
Octal 344 204 141 0 52 71 13 20 107 100
Binary 11100100 10000100 1100001 0 101010 111001 1011 10000 1000111 1000000

Color Harmonies of #E48461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48461

Black with #E48461

Text Example


Text Example

White with #E48461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48461; }

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

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

background-color css

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

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

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

border-color css

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

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

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