Html Css Color HEX #E18560 Copper

📋 copy color: '#E18560'

red 225 ◦ green 133 ◦ blue 96

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

Shades of Copper #E18560

Tints of Copper #E18560

RGB

 RED value IS 225 (88.28% from 255) = 49.56%

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

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

R = 49.56%
G = 29.3%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E18560 (or 0xE18560) is known color: Copper. HEX triplet: E1, 85 and 60. RGB value is (225,133,96). Sum of RGB (Red+Green+Blue) = 225+133+96=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E18560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18560 is #1E7A9F. Grayscale: #9C9C9C. Windows color (decimal): -1997472 or 6325729. OLE color: 6325729.

HSL color Cylindrical-coordinate representation of color #E18560: hue angle of 17.21º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E18560 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 133 96 -
CMYK 0 0.41 0.57 0.12
HSL 17.21º 0.68% 0.63% -
HSV(B) 17.21º 0.57% 0.88% -
XYZ 41.55 33.63 15.37 -
YUV 156.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 225 133 96 0 0.41 0.57 0.12 17.21 0.68 0.63
Hex E1 85 60 0 29 39 C 11 44 3F
Octal 341 205 140 0 51 71 14 21 104 77
Binary 11100001 10000101 1100000 0 101001 111001 1100 10001 1000100 111111

Color Harmonies of #E18560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18560

Black with #E18560

Text Example


Text Example

White with #E18560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18560; }

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

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

background-color css

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

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

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

border-color css

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

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

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