#EF8C75

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

Shades of Dark Salmon #EF8C75

Tints of Dark Salmon #EF8C75

Color information

#EF8C75 (or 0xEF8C75) is unknown color: approx Dark Salmon. HEX triplet: EF, 8C and 75. RGB value is (239,140,117). Sum of RGB (Red+Green+Blue) = 239+140+117=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C75 is #10738A. Grayscale: #A7A7A7. Windows color (decimal): -1078155 or 7703791. OLE color: 7703791.

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

Color convert

RGB239140117-
CMYK00.410.510.06
HSL11.31º79.22%69.8%-
HSV(B)11.31º51.05%93.73%-
XYZ48.1938.3921.7-
YUV166.9899.8179.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=48.19%
G=28.23%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914011700.410.510.0611.3179.2269.8
HexEF8C75029336b4f46
Octal35721416505163613117106
Binary111011111000110011101010101001110011110101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8C75; }

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

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

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

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

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

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

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

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