#EB8969

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

Shades of Copper #EB8969

Tints of Copper #EB8969

Color information

#EB8969 (or 0xEB8969) is unknown color: approx Copper. HEX triplet: EB, 89 and 69. RGB value is (235,137,105). Sum of RGB (Red+Green+Blue) = 235+137+105=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8969 is #147696. Grayscale: #A2A2A2. Windows color (decimal): -1341079 or 6916587. OLE color: 6916587.

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

Color convert

RGB235137105-
CMYK00.420.550.08
HSL14.77º76.47%66.67%-
HSV(B)14.77º55.32%92.16%-
XYZ45.7636.5718.01-
YUV162.6595.47179.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=49.27%
G=28.72%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513710500.420.550.0814.7776.4766.67
HexEB896902A378f4c43
Octal353211151052671017114103
Binary1110101110001001110100101010101101111000111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8969; }

 p { color: rgb(235,137,105); }

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

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

 a { background-color: rgb(235,137,105); }

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

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

 span { border-color: rgb(235,137,105); }

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