Html Css Color HEX #E07F65 Copper

📋 copy color: '#E07F65'

red 224 ◦ green 127 ◦ blue 101

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

Shades of Copper #E07F65

Tints of Copper #E07F65

RGB

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

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

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

R = 49.56%
G = 28.1%
B = 22.35%

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

#E07F65 (or 0xE07F65) is known color: Copper. HEX triplet: E0, 7F and 65. RGB value is (224,127,101). Sum of RGB (Red+Green+Blue) = 224+127+101=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F65 is #1F809A. Grayscale: #999999. Windows color (decimal): -2064539 or 6651872. OLE color: 6651872.

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

Color convert

RGB 224 127 101 -
CMYK 0 0.43 0.55 0.12
HSL 12.68º 0.66% 0.64% -
HSV(B) 12.68º 0.55% 0.88% -
XYZ 40.68 31.97 16.34 -
YUV 153.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 224 127 101 0 0.43 0.55 0.12 12.68 0.66 0.64
Hex E0 7F 65 0 2B 37 C D 42 40
Octal 340 177 145 0 53 67 14 15 102 100
Binary 11100000 1111111 1100101 0 101011 110111 1100 1101 1000010 1000000

Color Harmonies of #E07F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F65

Black with #E07F65

Text Example


Text Example

White with #E07F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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