Html Css Color HEX #E18A60 Copper

📋 copy color: '#E18A60'

red 225 ◦ green 138 ◦ blue 96

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

Shades of Copper #E18A60

Tints of Copper #E18A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 49.02%
G = 30.07%
B = 20.92%

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

#E18A60 (or 0xE18A60) is known color: Copper. HEX triplet: E1, 8A and 60. RGB value is (225,138,96). Sum of RGB (Red+Green+Blue) = 225+138+96=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A60 is #1E759F. Grayscale: #9F9F9F. Windows color (decimal): -1996192 or 6327009. OLE color: 6327009.

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

Color convert

RGB 225 138 96 -
CMYK 0 0.39 0.57 0.12
HSL 19.53º 0.68% 0.63% -
HSV(B) 19.53º 0.57% 0.88% -
XYZ 42.25 35.03 15.6 -
YUV 159.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 225 138 96 0 0.39 0.57 0.12 19.53 0.68 0.63
Hex E1 8A 60 0 27 39 C 14 44 3F
Octal 341 212 140 0 47 71 14 24 104 77
Binary 11100001 10001010 1100000 0 100111 111001 1100 10100 1000100 111111

Color Harmonies of #E18A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A60

Black with #E18A60

Text Example


Text Example

White with #E18A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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