#EA9468

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

Shades of Copper #EA9468

Tints of Copper #EA9468

Color information

#EA9468 (or 0xEA9468) is unknown color: approx Copper. HEX triplet: EA, 94 and 68. RGB value is (234,148,104). Sum of RGB (Red+Green+Blue) = 234+148+104=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9468 is #156B97. Grayscale: #A8A8A8. Windows color (decimal): -1403800 or 6853866. OLE color: 6853866.

HSL color Cylindrical-coordinate representation of color #EA9468: hue angle of 20.31º 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 #EA9468 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234148104-
CMYK00.370.560.08
HSL20.31º75.58%66.27%-
HSV(B)20.31º55.56%91.76%-
XYZ47.0239.6718.28-
YUV168.791.49174.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=48.15%
G=30.45%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414810400.370.560.0820.3175.5866.27
HexEA9468025388144c42
Octal352224150045701024114102
Binary11101010100101001101000010010111100010001010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9468; }

 p { color: rgb(234,148,104); }

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

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

 a { background-color: rgb(234,148,104); }

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

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

 span { border-color: rgb(234,148,104); }

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