#ED8B68

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

Shades of Copper #ED8B68

Tints of Copper #ED8B68

Color information

#ED8B68 (or 0xED8B68) is unknown color: approx Copper. HEX triplet: ED, 8B and 68. RGB value is (237,139,104). Sum of RGB (Red+Green+Blue) = 237+139+104=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B68 is #127497. Grayscale: #A4A4A4. Windows color (decimal): -1209496 or 6851565. OLE color: 6851565.

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

Color convert

RGB237139104-
CMYK00.410.560.07
HSL15.79º78.7%66.86%-
HSV(B)15.79º56.12%92.94%-
XYZ46.6637.4717.87-
YUV164.3193.97179.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=49.38%
G=28.96%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713910400.410.560.0715.7978.766.86
HexED8B68029387104f43
Octal35521315005170720117103
Binary1110110110001011110100001010011110001111000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B68; }

 p { color: rgb(237,139,104); }

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

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

 a { background-color: rgb(237,139,104); }

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

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

 span { border-color: rgb(237,139,104); }

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