#ED8B66

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

Shades of Copper #ED8B66

Tints of Copper #ED8B66

Color information

#ED8B66 (or 0xED8B66) is unknown color: approx Copper. HEX triplet: ED, 8B and 66. RGB value is (237,139,102). Sum of RGB (Red+Green+Blue) = 237+139+102=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B66 is #127499. Grayscale: #A4A4A4. Windows color (decimal): -1209498 or 6720493. OLE color: 6720493.

HSL color Cylindrical-coordinate representation of color #ED8B66: hue angle of 16.44º 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 #ED8B66 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237139102-
CMYK00.410.570.07
HSL16.44º78.95%66.47%-
HSV(B)16.44º56.96%92.94%-
XYZ46.5637.4317.34-
YUV164.0892.97180.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=49.58%
G=29.08%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713910200.410.570.0716.4478.9566.47
HexED8B66029397104f42
Octal35521314605171720117102
Binary1110110110001011110011001010011110011111000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B66; }

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

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

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

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

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

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

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

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