Html Css Color HEX #E48364 Copper

📋 copy color: '#E48364'

red 228 ◦ green 131 ◦ blue 100

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

Shades of Copper #E48364

Tints of Copper #E48364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 49.67%
G = 28.54%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E48364 (or 0xE48364) is known color: Copper. HEX triplet: E4, 83 and 64. RGB value is (228,131,100). Sum of RGB (Red+Green+Blue) = 228+131+100=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E48364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48364 is #1B7C9B. Grayscale: #9C9C9C. Windows color (decimal): -1801372 or 6587364. OLE color: 6587364.

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

Color convert

RGB 228 131 100 -
CMYK 0 0.43 0.56 0.11
HSL 14.53º 0.7% 0.64% -
HSV(B) 14.53º 0.56% 0.89% -
XYZ 42.41 33.65 16.32 -
YUV 156.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 228 131 100 0 0.43 0.56 0.11 14.53 0.7 0.64
Hex E4 83 64 0 2B 38 B F 46 40
Octal 344 203 144 0 53 70 13 17 106 100
Binary 11100100 10000011 1100100 0 101011 111000 1011 1111 1000110 1000000

Color Harmonies of #E48364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48364

Black with #E48364

Text Example


Text Example

White with #E48364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48364; }

 p { color: rgb(228,131,100); }

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

background-color css

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

 a { background-color: rgb(228,131,100); }

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

border-color css

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

 span { border-color: rgb(228,131,100); }

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