#EB8A66

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

Shades of Copper #EB8A66

Tints of Copper #EB8A66

Color information

#EB8A66 (or 0xEB8A66) is unknown color: approx Copper. HEX triplet: EB, 8A and 66. RGB value is (235,138,102). Sum of RGB (Red+Green+Blue) = 235+138+102=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A66 is #147599. Grayscale: #A3A3A3. Windows color (decimal): -1340826 or 6720235. OLE color: 6720235.

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

Color convert

RGB235138102-
CMYK00.410.570.08
HSL16.24º76.88%66.08%-
HSV(B)16.24º56.6%92.16%-
XYZ45.7536.817.26-
YUV162.993.64179.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=49.47%
G=29.05%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513810200.410.570.0816.2476.8866.08
HexEB8A66029398104d42
Octal353212146051711020115102
Binary11101011100010101100110010100111100110001000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A66; }

 p { color: rgb(235,138,102); }

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

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

 a { background-color: rgb(235,138,102); }

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

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

 span { border-color: rgb(235,138,102); }

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