Html Css Color HEX #E18F64 Copper

📋 copy color: '#E18F64'

red 225 ◦ green 143 ◦ blue 100

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

Shades of Copper #E18F64

Tints of Copper #E18F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

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

R = 48.08%
G = 30.56%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E18F64 (or 0xE18F64) is known color: Copper. HEX triplet: E1, 8F and 64. RGB value is (225,143,100). Sum of RGB (Red+Green+Blue) = 225+143+100=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F64 is #1E709B. Grayscale: #A2A2A2. Windows color (decimal): -1994908 or 6590433. OLE color: 6590433.

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

Color convert

RGB 225 143 100 -
CMYK 0 0.36 0.56 0.12
HSL 20.64º 0.68% 0.64% -
HSV(B) 20.64º 0.56% 0.88% -
XYZ 43.17 36.57 16.84 -
YUV 162.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 225 143 100 0 0.36 0.56 0.12 20.64 0.68 0.64
Hex E1 8F 64 0 24 38 C 15 44 40
Octal 341 217 144 0 44 70 14 25 104 100
Binary 11100001 10001111 1100100 0 100100 111000 1100 10101 1000100 1000000

Color Harmonies of #E18F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F64

Black with #E18F64

Text Example


Text Example

White with #E18F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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