Html Css Color HEX #E48460 Copper

📋 copy color: '#E48460'

red 228 ◦ green 132 ◦ blue 96

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

Shades of Copper #E48460

Tints of Copper #E48460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 50%
G = 28.95%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E48460 (or 0xE48460) is known color: Copper. HEX triplet: E4, 84 and 60. RGB value is (228,132,96). Sum of RGB (Red+Green+Blue) = 228+132+96=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E48460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48460 is #1B7B9F. Grayscale: #9C9C9C. Windows color (decimal): -1801120 or 6325476. OLE color: 6325476.

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

Color convert

RGB 228 132 96 -
CMYK 0 0.42 0.58 0.11
HSL 16.36º 0.71% 0.64% -
HSV(B) 16.36º 0.58% 0.89% -
XYZ 42.36 33.84 15.37 -
YUV 156.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 228 132 96 0 0.42 0.58 0.11 16.36 0.71 0.64
Hex E4 84 60 0 2A 3A B 10 47 40
Octal 344 204 140 0 52 72 13 20 107 100
Binary 11100100 10000100 1100000 0 101010 111010 1011 10000 1000111 1000000

Color Harmonies of #E48460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48460

Black with #E48460

Text Example


Text Example

White with #E48460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48460; }

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

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

background-color css

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

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

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

border-color css

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

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

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