#EF9D73

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

Shades of Dark Salmon #EF9D73

Tints of Dark Salmon #EF9D73

Color information

#EF9D73 (or 0xEF9D73) is unknown color: approx Dark Salmon. HEX triplet: EF, 9D and 73. RGB value is (239,157,115). Sum of RGB (Red+Green+Blue) = 239+157+115=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9D73 is #10628C. Grayscale: #B0B0B0. Windows color (decimal): -1073805 or 7577071. OLE color: 7577071.

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

Color convert

RGB239157115-
CMYK00.340.520.06
HSL20.32º79.49%69.41%-
HSV(B)20.32º51.88%93.73%-
XYZ50.7543.721.98-
YUV176.7393.17172.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 115 (45.31% from 255) = 22.50%
R=46.77%
G=30.72%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915711500.340.520.0620.3279.4969.41
HexEF9D73022346144f45
Octal35723516304264624117105
Binary1110111110011101111001101000101101001101010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9D73; }

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

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

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

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

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

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

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

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