Html Css Color HEX #E48564 Copper

📋 copy color: '#E48564'

red 228 ◦ green 133 ◦ blue 100

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

Shades of Copper #E48564

Tints of Copper #E48564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

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

R = 49.46%
G = 28.85%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E48564 (or 0xE48564) is known color: Copper. HEX triplet: E4, 85 and 64. RGB value is (228,133,100). Sum of RGB (Red+Green+Blue) = 228+133+100=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E48564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48564 is #1B7A9B. Grayscale: #9D9D9D. Windows color (decimal): -1800860 or 6587876. OLE color: 6587876.

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

Color convert

RGB 228 133 100 -
CMYK 0 0.42 0.56 0.11
HSL 15.47º 0.7% 0.64% -
HSV(B) 15.47º 0.56% 0.89% -
XYZ 42.68 34.19 16.41 -
YUV 157.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 228 133 100 0 0.42 0.56 0.11 15.47 0.7 0.64
Hex E4 85 64 0 2A 38 B F 46 40
Octal 344 205 144 0 52 70 13 17 106 100
Binary 11100100 10000101 1100100 0 101010 111000 1011 1111 1000110 1000000

Color Harmonies of #E48564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48564

Black with #E48564

Text Example


Text Example

White with #E48564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48564; }

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

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

background-color css

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

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

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

border-color css

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

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

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