Html Css Color HEX #E18465 Copper

📋 copy color: '#E18465'

red 225 ◦ green 132 ◦ blue 101

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

Shades of Copper #E18465

Tints of Copper #E18465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 49.13%
G = 28.82%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E18465 (or 0xE18465) is known color: Copper. HEX triplet: E1, 84 and 65. RGB value is (225,132,101). Sum of RGB (Red+Green+Blue) = 225+132+101=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E18465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18465 is #1E7B9A. Grayscale: #9C9C9C. Windows color (decimal): -1997723 or 6653153. OLE color: 6653153.

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

Color convert

RGB 225 132 101 -
CMYK 0 0.41 0.55 0.12
HSL 15º 0.67% 0.64% -
HSV(B) 15º 0.55% 0.88% -
XYZ 41.65 33.45 16.57 -
YUV 156.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 225 132 101 0 0.41 0.55 0.12 15 0.67 0.64
Hex E1 84 65 0 29 37 C F 43 40
Octal 341 204 145 0 51 67 14 17 103 100
Binary 11100001 10000100 1100101 0 101001 110111 1100 1111 1000011 1000000

Color Harmonies of #E18465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18465

Black with #E18465

Text Example


Text Example

White with #E18465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18465; }

 p { color: rgb(225,132,101); }

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

background-color css

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

 a { background-color: rgb(225,132,101); }

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

border-color css

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

 span { border-color: rgb(225,132,101); }

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