#EF9D74

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

Shades of Dark Salmon #EF9D74

Tints of Dark Salmon #EF9D74

Color information

#EF9D74 (or 0xEF9D74) is unknown color: approx Dark Salmon. HEX triplet: EF, 9D and 74. RGB value is (239,157,116). Sum of RGB (Red+Green+Blue) = 239+157+116=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9D74 is #10628B. Grayscale: #B1B1B1. Windows color (decimal): -1073804 or 7642607. OLE color: 7642607.

HSL color Cylindrical-coordinate representation of color #EF9D74: hue angle of 20º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF9D74 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239157116-
CMYK00.340.510.06
HSL20º79.35%69.61%-
HSV(B)20º51.46%93.73%-
XYZ50.8143.7322.29-
YUV176.8493.67172.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=46.68%
G=30.66%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915711600.340.510.062079.3569.61
HexEF9D74022336144f46
Octal35723516404263624117106
Binary1110111110011101111010001000101100111101010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9D74; }

 p { color: rgb(239,157,116); }

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

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

 a { background-color: rgb(239,157,116); }

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

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

 span { border-color: rgb(239,157,116); }

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