#EA8E69

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

Shades of Copper #EA8E69

Tints of Copper #EA8E69

Color information

#EA8E69 (or 0xEA8E69) is unknown color: approx Copper. HEX triplet: EA, 8E and 69. RGB value is (234,142,105). Sum of RGB (Red+Green+Blue) = 234+142+105=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E69 is #157196. Grayscale: #A5A5A5. Windows color (decimal): -1405335 or 6917866. OLE color: 6917866.

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

Color convert

RGB234142105-
CMYK00.390.550.08
HSL17.21º75.44%66.47%-
HSV(B)17.21º55.13%91.76%-
XYZ46.1537.8618.24-
YUV165.2993.98177.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=48.65%
G=29.52%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414210500.390.550.0817.2175.4466.47
HexEA8E69027378114b42
Octal352216151047671021113102
Binary11101010100011101101001010011111011110001000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E69; }

 p { color: rgb(234,142,105); }

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

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

 a { background-color: rgb(234,142,105); }

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

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

 span { border-color: rgb(234,142,105); }

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