Html Css Color HEX #E58560 Copper

📋 copy color: '#E58560'

red 229 ◦ green 133 ◦ blue 96

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

Shades of Copper #E58560

Tints of Copper #E58560

RGB

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

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

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

R = 50%
G = 29.04%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E58560 (or 0xE58560) is known color: Copper. HEX triplet: E5, 85 and 60. RGB value is (229,133,96). Sum of RGB (Red+Green+Blue) = 229+133+96=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E58560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58560 is #1A7A9F. Grayscale: #9D9D9D. Windows color (decimal): -1735328 or 6325733. OLE color: 6325733.

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

Color convert

RGB 229 133 96 -
CMYK 0 0.42 0.58 0.10
HSL 16.69º 0.72% 0.64% -
HSV(B) 16.69º 0.58% 0.9% -
XYZ 42.81 34.28 15.43 -
YUV 157.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 229 133 96 0 0.42 0.58 0.10 16.69 0.72 0.64
Hex E5 85 60 0 2A 3A A 11 48 40
Octal 345 205 140 0 52 72 12 21 110 100
Binary 11100101 10000101 1100000 0 101010 111010 1010 10001 1001000 1000000

Color Harmonies of #E58560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58560

Black with #E58560

Text Example


Text Example

White with #E58560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58560; }

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

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

background-color css

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

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

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

border-color css

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

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

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