Html Css Color HEX #E49060 Copper

📋 copy color: '#E49060'

red 228 ◦ green 144 ◦ blue 96

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

Shades of Copper #E49060

Tints of Copper #E49060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

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

R = 48.72%
G = 30.77%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E49060 (or 0xE49060) is known color: Copper. HEX triplet: E4, 90 and 60. RGB value is (228,144,96). Sum of RGB (Red+Green+Blue) = 228+144+96=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E49060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49060 is #1B6F9F. Grayscale: #A3A3A3. Windows color (decimal): -1798048 or 6328548. OLE color: 6328548.

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

Color convert

RGB 228 144 96 -
CMYK 0 0.37 0.58 0.11
HSL 21.82º 0.71% 0.64% -
HSV(B) 21.82º 0.58% 0.89% -
XYZ 44.08 37.29 15.94 -
YUV 163.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 228 144 96 0 0.37 0.58 0.11 21.82 0.71 0.64
Hex E4 90 60 0 25 3A B 16 47 40
Octal 344 220 140 0 45 72 13 26 107 100
Binary 11100100 10010000 1100000 0 100101 111010 1011 10110 1000111 1000000

Color Harmonies of #E49060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49060

Black with #E49060

Text Example


Text Example

White with #E49060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49060; }

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

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

background-color css

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

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

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

border-color css

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

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

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