#EF8B6F

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

Shades of Dark Salmon #EF8B6F

Tints of Dark Salmon #EF8B6F

Color information

#EF8B6F (or 0xEF8B6F) is unknown color: approx Dark Salmon. HEX triplet: EF, 8B and 6F. RGB value is (239,139,111). Sum of RGB (Red+Green+Blue) = 239+139+111=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B6F is #107490. Grayscale: #A5A5A5. Windows color (decimal): -1078417 or 7310319. OLE color: 7310319.

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

Color convert

RGB239139111-
CMYK00.420.540.06
HSL13.13º80%68.63%-
HSV(B)13.13º53.56%93.73%-
XYZ47.737.9619.85-
YUV165.7197.13180.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=48.88%
G=28.43%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913911100.420.540.0613.138068.63
HexEF8B6F02A366d5045
Octal35721315705266615120105
Binary111011111000101111011110101010110110110110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8B6F; }

 p { color: rgb(239,139,111); }

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

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

 a { background-color: rgb(239,139,111); }

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

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

 span { border-color: rgb(239,139,111); }

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