#E08B69

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

Shades of Copper #E08B69

Tints of Copper #E08B69

Color information

#E08B69 (or 0xE08B69) is unknown color: approx Copper. HEX triplet: E0, 8B and 69. RGB value is (224,139,105). Sum of RGB (Red+Green+Blue) = 224+139+105=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B69 is #1F7496. Grayscale: #A0A0A0. Windows color (decimal): -2061463 or 6917088. OLE color: 6917088.

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

Color convert

RGB224139105-
CMYK00.380.530.12
HSL17.14º65.75%64.51%-
HSV(B)17.14º53.12%87.84%-
XYZ42.5235.3317.94-
YUV160.5496.66173.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.86%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=47.86%
G=29.70%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413910500.380.530.1217.1465.7564.51
HexE08B6902635C114241
Octal340213151046651421102101
Binary11100000100010111101001010011011010111001000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B69; }

 p { color: rgb(224,139,105); }

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

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

 a { background-color: rgb(224,139,105); }

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

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

 span { border-color: rgb(224,139,105); }

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