#EF856D

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

Shades of Salmon #EF856D

Tints of Salmon #EF856D

Color information

#EF856D (or 0xEF856D) is unknown color: approx Salmon. HEX triplet: EF, 85 and 6D. RGB value is (239,133,109). Sum of RGB (Red+Green+Blue) = 239+133+109=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF856D is #107A92. Grayscale: #A2A2A2. Windows color (decimal): -1079955 or 7177711. OLE color: 7177711.

HSL color Cylindrical-coordinate representation of color #EF856D: hue angle of 11.08º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF856D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239133109-
CMYK00.440.540.06
HSL11.08º80.25%68.24%-
HSV(B)11.08º54.39%93.73%-
XYZ46.7436.2319-
YUV161.9698.12182.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=49.69%
G=27.65%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913310900.440.540.0611.0880.2568.24
HexEF856D02C366b5044
Octal35720515505466613120104
Binary111011111000010111011010101100110110110101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF856D; }

 p { color: rgb(239,133,109); }

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

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

 a { background-color: rgb(239,133,109); }

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

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

 span { border-color: rgb(239,133,109); }

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