#ED8A65

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

Shades of Copper #ED8A65

Tints of Copper #ED8A65

Color information

#ED8A65 (or 0xED8A65) is unknown color: approx Copper. HEX triplet: ED, 8A and 65. RGB value is (237,138,101). Sum of RGB (Red+Green+Blue) = 237+138+101=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A65 is #12759A. Grayscale: #A3A3A3. Windows color (decimal): -1209755 or 6654701. OLE color: 6654701.

HSL color Cylindrical-coordinate representation of color #ED8A65: hue angle of 16.32º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED8A65 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237138101-
CMYK00.420.570.07
HSL16.32º79.07%66.27%-
HSV(B)16.32º57.38%92.94%-
XYZ46.3637.1217.03-
YUV163.3892.8180.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=49.79%
G=28.99%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713810100.420.570.0716.3279.0766.27
HexED8A6502A397104f42
Octal35521214505271720117102
Binary1110110110001010110010101010101110011111000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A65; }

 p { color: rgb(237,138,101); }

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

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

 a { background-color: rgb(237,138,101); }

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

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

 span { border-color: rgb(237,138,101); }

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