Html Css Color HEX #E58360 Copper

📋 copy color: '#E58360'

red 229 ◦ green 131 ◦ blue 96

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

Shades of Copper #E58360

Tints of Copper #E58360

RGB

 RED value IS 229 (89.84% from 255) = 50.22%

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

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

R = 50.22%
G = 28.73%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E58360 (or 0xE58360) is known color: Copper. HEX triplet: E5, 83 and 60. RGB value is (229,131,96). Sum of RGB (Red+Green+Blue) = 229+131+96=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E58360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58360 is #1A7C9F. Grayscale: #9C9C9C. Windows color (decimal): -1735840 or 6325221. OLE color: 6325221.

HSL color Cylindrical-coordinate representation of color #E58360: hue angle of 15.79º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E58360 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 131 96 -
CMYK 0 0.43 0.58 0.10
HSL 15.79º 0.72% 0.64% -
HSV(B) 15.79º 0.58% 0.9% -
XYZ 42.54 33.74 15.34 -
YUV 156.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 229 131 96 0 0.43 0.58 0.10 15.79 0.72 0.64
Hex E5 83 60 0 2B 3A A 10 48 40
Octal 345 203 140 0 53 72 12 20 110 100
Binary 11100101 10000011 1100000 0 101011 111010 1010 10000 1001000 1000000

Color Harmonies of #E58360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58360

Black with #E58360

Text Example


Text Example

White with #E58360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58360; }

 p { color: rgb(229,131,96); }

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

background-color css

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

 a { background-color: rgb(229,131,96); }

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

border-color css

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

 span { border-color: rgb(229,131,96); }

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