Html Css Color HEX #E07F60 Copper

📋 copy color: '#E07F60'

red 224 ◦ green 127 ◦ blue 96

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

Shades of Copper #E07F60

Tints of Copper #E07F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 50.11%
G = 28.41%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07F60 (or 0xE07F60) is known color: Copper. HEX triplet: E0, 7F and 60. RGB value is (224,127,96). Sum of RGB (Red+Green+Blue) = 224+127+96=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F60 is #1F809F. Grayscale: #989898. Windows color (decimal): -2064544 or 6324192. OLE color: 6324192.

HSL color Cylindrical-coordinate representation of color #E07F60: hue angle of 14.53º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E07F60 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 96 -
CMYK 0 0.43 0.57 0.12
HSL 14.53º 0.67% 0.63% -
HSV(B) 14.53º 0.57% 0.88% -
XYZ 40.44 31.87 15.09 -
YUV 152.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 224 127 96 0 0.43 0.57 0.12 14.53 0.67 0.63
Hex E0 7F 60 0 2B 39 C F 43 3F
Octal 340 177 140 0 53 71 14 17 103 77
Binary 11100000 1111111 1100000 0 101011 111001 1100 1111 1000011 111111

Color Harmonies of #E07F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F60

Black with #E07F60

Text Example


Text Example

White with #E07F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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