#ed8366

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

Shades of Salmon #ED8366

Tints of Salmon #ED8366

Color information

#ED8366 (or 0xED8366) is unknown color: approx Salmon. HEX triplet: ED, 83 and 66. RGB value is (237,131,102). Sum of RGB (Red+Green+Blue) = 237+131+102=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8366 is #127C99. Grayscale: #9F9F9F. Windows color (decimal): -1211546 or 6718445. OLE color: 6718445.

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

Color convert

RGB237131102-
CMYK00.450.570.07
HSL12.89º78.95%66.47%-
HSV(B)12.89º56.96%92.94%-
XYZ45.4435.216.97-
YUV159.3995.62183.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.43%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=50.43%
G=27.87%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713110200.450.570.0712.8978.9566.47
HexED836602D397d4f42
Octal35520314605571715117102
Binary111011011000001111001100101101111001111110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8366; }

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

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

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

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

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

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

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

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