Html Css Color HEX #E17F64 Copper

📋 copy color: '#E17F64'

red 225 ◦ green 127 ◦ blue 100

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

Shades of Copper #E17F64

Tints of Copper #E17F64

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 49.78%
G = 28.1%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E17F64 (or 0xE17F64) is known color: Copper. HEX triplet: E1, 7F and 64. RGB value is (225,127,100). Sum of RGB (Red+Green+Blue) = 225+127+100=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F64 is #1E809B. Grayscale: #999999. Windows color (decimal): -1999004 or 6586337. OLE color: 6586337.

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

Color convert

RGB 225 127 100 -
CMYK 0 0.44 0.56 0.12
HSL 12.96º 0.68% 0.64% -
HSV(B) 12.96º 0.56% 0.88% -
XYZ 40.94 32.11 16.1 -
YUV 153.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 225 127 100 0 0.44 0.56 0.12 12.96 0.68 0.64
Hex E1 7F 64 0 2C 38 C D 44 40
Octal 341 177 144 0 54 70 14 15 104 100
Binary 11100001 1111111 1100100 0 101100 111000 1100 1101 1000100 1000000

Color Harmonies of #E17F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17F64

Black with #E17F64

Text Example


Text Example

White with #E17F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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