#e28c5e

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

Shades of Copper #E28C5E

Tints of Copper #E28C5E

Color information

#E28C5E (or 0xE28C5E) is unknown color: approx Copper. HEX triplet: E2, 8C and 5E. RGB value is (226,140,94). Sum of RGB (Red+Green+Blue) = 226+140+94=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C5E is #1D73A1. Grayscale: #A0A0A0. Windows color (decimal): -1930146 or 6196450. OLE color: 6196450.

HSL color Cylindrical-coordinate representation of color #E28C5E: hue angle of 20.91º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E28C5E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22614094-
CMYK00.380.580.11
HSL20.91º69.47%62.75%-
HSV(B)20.91º58.41%88.63%-
XYZ42.7635.7315.23-
YUV160.4790.49174.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.13%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=49.13%
G=30.43%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261409400.380.580.1120.9169.4762.75
HexE28C5E0263AB15453f
Octal34221413604672132510577
Binary1110001010001100101111001001101110101011101011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28c5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28c5e; }

 p { color: rgb(226,140,94); }

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

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

 a { background-color: rgb(226,140,94); }

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

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

 span { border-color: rgb(226,140,94); }

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