#EF9B75

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

Shades of Dark Salmon #EF9B75

Tints of Dark Salmon #EF9B75

Color information

#EF9B75 (or 0xEF9B75) is unknown color: approx Dark Salmon. HEX triplet: EF, 9B and 75. RGB value is (239,155,117). Sum of RGB (Red+Green+Blue) = 239+155+117=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9B75 is #10648A. Grayscale: #B0B0B0. Windows color (decimal): -1074315 or 7707631. OLE color: 7707631.

HSL color Cylindrical-coordinate representation of color #EF9B75: hue angle of 18.69º 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 #EF9B75 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239155117-
CMYK00.350.510.06
HSL18.69º79.22%69.8%-
HSV(B)18.69º51.05%93.73%-
XYZ50.5343.0822.48-
YUV175.7894.83173.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=46.77%
G=30.33%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915511700.350.510.0618.6979.2269.8
HexEF9B75023336134f46
Octal35723316504363623117106
Binary1110111110011011111010101000111100111101001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9B75; }

 p { color: rgb(239,155,117); }

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

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

 a { background-color: rgb(239,155,117); }

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

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

 span { border-color: rgb(239,155,117); }

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