Html Css Color HEX #E18061 Copper

📋 copy color: '#E18061'

red 225 ◦ green 128 ◦ blue 97

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

Shades of Copper #E18061

Tints of Copper #E18061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 50%
G = 28.44%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E18061 (or 0xE18061) is known color: Copper. HEX triplet: E1, 80 and 61. RGB value is (225,128,97). Sum of RGB (Red+Green+Blue) = 225+128+97=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E18061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18061 is #1E7F9E. Grayscale: #999999. Windows color (decimal): -1998751 or 6389985. OLE color: 6389985.

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

Color convert

RGB 225 128 97 -
CMYK 0 0.43 0.57 0.12
HSL 14.53º 0.68% 0.63% -
HSV(B) 14.53º 0.57% 0.88% -
XYZ 40.93 32.31 15.39 -
YUV 153.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 225 128 97 0 0.43 0.57 0.12 14.53 0.68 0.63
Hex E1 80 61 0 2B 39 C F 44 3F
Octal 341 200 141 0 53 71 14 17 104 77
Binary 11100001 10000000 1100001 0 101011 111001 1100 1111 1000100 111111

Color Harmonies of #E18061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18061

Black with #E18061

Text Example


Text Example

White with #E18061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18061; }

 p { color: rgb(225,128,97); }

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

background-color css

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

 a { background-color: rgb(225,128,97); }

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

border-color css

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

 span { border-color: rgb(225,128,97); }

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