Html Css Color HEX #E07F64 Copper

📋 copy color: '#E07F64'

red 224 ◦ green 127 ◦ blue 100

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

Shades of Copper #E07F64

Tints of Copper #E07F64

RGB

 RED value IS 224 (87.89% from 255) = 49.67%

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

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

R = 49.67%
G = 28.16%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E07F64 (or 0xE07F64) is known color: Copper. HEX triplet: E0, 7F and 64. RGB value is (224,127,100). Sum of RGB (Red+Green+Blue) = 224+127+100=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F64 is #1F809B. Grayscale: #999999. Windows color (decimal): -2064540 or 6586336. OLE color: 6586336.

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

Color convert

RGB 224 127 100 -
CMYK 0 0.43 0.55 0.12
HSL 13.06º 0.67% 0.64% -
HSV(B) 13.06º 0.55% 0.88% -
XYZ 40.63 31.95 16.08 -
YUV 152.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 224 127 100 0 0.43 0.55 0.12 13.06 0.67 0.64
Hex E0 7F 64 0 2B 37 C D 43 40
Octal 340 177 144 0 53 67 14 15 103 100
Binary 11100000 1111111 1100100 0 101011 110111 1100 1101 1000011 1000000

Color Harmonies of #E07F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F64

Black with #E07F64

Text Example


Text Example

White with #E07F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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