#E69566

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

Shades of Copper #E69566

Tints of Copper #E69566

Color information

#E69566 (or 0xE69566) is unknown color: approx Copper. HEX triplet: E6, 95 and 66. RGB value is (230,149,102). Sum of RGB (Red+Green+Blue) = 230+149+102=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E69566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69566 is #196A99. Grayscale: #A8A8A8. Windows color (decimal): -1665690 or 6723046. OLE color: 6723046.

HSL color Cylindrical-coordinate representation of color #E69566: hue angle of 22.03º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E69566 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230149102-
CMYK00.350.560.10
HSL22.03º71.91%65.1%-
HSV(B)22.03º55.65%90.2%-
XYZ45.7839.2817.74-
YUV167.8690.84172.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.82%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=47.82%
G=30.98%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014910200.350.560.1022.0371.9165.1
HexE6956602338A164841
Octal346225146043701226110101
Binary11100110100101011100110010001111100010101011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69566; }

 p { color: rgb(230,149,102); }

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

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

 a { background-color: rgb(230,149,102); }

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

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

 span { border-color: rgb(230,149,102); }

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