Html Css Color HEX #E18960 Copper

📋 copy color: '#E18960'

red 225 ◦ green 137 ◦ blue 96

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

Shades of Copper #E18960

Tints of Copper #E18960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

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

R = 49.13%
G = 29.91%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E18960 (or 0xE18960) is known color: Copper. HEX triplet: E1, 89 and 60. RGB value is (225,137,96). Sum of RGB (Red+Green+Blue) = 225+137+96=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E18960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18960 is #1E769F. Grayscale: #9E9E9E. Windows color (decimal): -1996448 or 6326753. OLE color: 6326753.

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

Color convert

RGB 225 137 96 -
CMYK 0 0.39 0.57 0.12
HSL 19.07º 0.68% 0.63% -
HSV(B) 19.07º 0.57% 0.88% -
XYZ 42.11 34.74 15.55 -
YUV 158.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 225 137 96 0 0.39 0.57 0.12 19.07 0.68 0.63
Hex E1 89 60 0 27 39 C 13 44 3F
Octal 341 211 140 0 47 71 14 23 104 77
Binary 11100001 10001001 1100000 0 100111 111001 1100 10011 1000100 111111

Color Harmonies of #E18960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18960

Black with #E18960

Text Example


Text Example

White with #E18960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18960; }

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

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

background-color css

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

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

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

border-color css

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

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

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