Html Css Color HEX #E18464 Copper

📋 copy color: '#E18464'

red 225 ◦ green 132 ◦ blue 100

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

Shades of Copper #E18464

Tints of Copper #E18464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 49.23%
G = 28.88%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E18464 (or 0xE18464) is known color: Copper. HEX triplet: E1, 84 and 64. RGB value is (225,132,100). Sum of RGB (Red+Green+Blue) = 225+132+100=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E18464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18464 is #1E7B9B. Grayscale: #9C9C9C. Windows color (decimal): -1997724 or 6587617. OLE color: 6587617.

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

Color convert

RGB 225 132 100 -
CMYK 0 0.41 0.56 0.12
HSL 15.36º 0.68% 0.64% -
HSV(B) 15.36º 0.56% 0.88% -
XYZ 41.6 33.43 16.32 -
YUV 156.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 225 132 100 0 0.41 0.56 0.12 15.36 0.68 0.64
Hex E1 84 64 0 29 38 C F 44 40
Octal 341 204 144 0 51 70 14 17 104 100
Binary 11100001 10000100 1100100 0 101001 111000 1100 1111 1000100 1000000

Color Harmonies of #E18464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18464

Black with #E18464

Text Example


Text Example

White with #E18464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18464; }

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

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

background-color css

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

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

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

border-color css

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

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

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