#EA8667

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

Shades of Copper #EA8667

Tints of Copper #EA8667

Color information

#EA8667 (or 0xEA8667) is unknown color: approx Copper. HEX triplet: EA, 86 and 67. RGB value is (234,134,103). Sum of RGB (Red+Green+Blue) = 234+134+103=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8667 is #157998. Grayscale: #A0A0A0. Windows color (decimal): -1407385 or 6784746. OLE color: 6784746.

HSL color Cylindrical-coordinate representation of color #EA8667: hue angle of 14.2º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA8667 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234134103-
CMYK00.430.560.08
HSL14.2º75.72%66.08%-
HSV(B)14.2º55.98%91.76%-
XYZ44.935.5217.32-
YUV160.3795.63180.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=49.68%
G=28.45%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413410300.430.560.0814.275.7266.08
HexEA866702B388e4c42
Octal352206147053701016114102
Binary1110101010000110110011101010111110001000111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8667; }

 p { color: rgb(234,134,103); }

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

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

 a { background-color: rgb(234,134,103); }

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

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

 span { border-color: rgb(234,134,103); }

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