#E07F66

Color #E07F66 Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #E07F66

Tints of Copper #E07F66

Color information

#E07F66 (or 0xE07F66) is unknown color: approx Copper. HEX triplet: E0, 7F and 66. RGB value is (224,127,102). Sum of RGB (Red+Green+Blue) = 224+127+102=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F66 is #1F8099. Grayscale: #999999. Windows color (decimal): -2064538 or 6717408. OLE color: 6717408.

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

Color convert

RGB224127102-
CMYK00.430.540.12
HSL12.3º66.3%63.92%-
HSV(B)12.3º54.46%87.84%-
XYZ40.7331.9916.6-
YUV153.1599.14178.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.45%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=49.45%
G=28.04%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412710200.430.540.1212.366.363.92
HexE07F6602B36Cc4240
Octal340177146053661414102100
Binary111000001111111110011001010111101101100110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F66; }

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

 H1.HeaderClassName
 {
   color: #E07F66;
 }
 .AnyTagClassName
 {
   color: #E07F66;
 }
</style>
background-color css

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

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

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

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

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

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