Html Css Color HEX #E18360 Copper

📋 copy color: '#E18360'

red 225 ◦ green 131 ◦ blue 96

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

Shades of Copper #E18360

Tints of Copper #E18360

RGB

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

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

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

R = 49.78%
G = 28.98%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E18360 (or 0xE18360) is known color: Copper. HEX triplet: E1, 83 and 60. RGB value is (225,131,96). Sum of RGB (Red+Green+Blue) = 225+131+96=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E18360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18360 is #1E7C9F. Grayscale: #9B9B9B. Windows color (decimal): -1997984 or 6325217. OLE color: 6325217.

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

Color convert

RGB 225 131 96 -
CMYK 0 0.42 0.57 0.12
HSL 16.28º 0.68% 0.63% -
HSV(B) 16.28º 0.57% 0.88% -
XYZ 41.28 33.08 15.28 -
YUV 155.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 225 131 96 0 0.42 0.57 0.12 16.28 0.68 0.63
Hex E1 83 60 0 2A 39 C 10 44 3F
Octal 341 203 140 0 52 71 14 20 104 77
Binary 11100001 10000011 1100000 0 101010 111001 1100 10000 1000100 111111

Color Harmonies of #E18360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18360

Black with #E18360

Text Example


Text Example

White with #E18360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18360; }

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

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

background-color css

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

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

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

border-color css

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

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

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