#EF8C7D

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

Shades of Dark Salmon #EF8C7D

Tints of Dark Salmon #EF8C7D

Color information

#EF8C7D (or 0xEF8C7D) is unknown color: approx Dark Salmon. HEX triplet: EF, 8C and 7D. RGB value is (239,140,125). Sum of RGB (Red+Green+Blue) = 239+140+125=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C7D is #107382. Grayscale: #A8A8A8. Windows color (decimal): -1078147 or 8228079. OLE color: 8228079.

HSL color Cylindrical-coordinate representation of color #EF8C7D: hue angle of 7.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF8C7D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239140125-
CMYK00.410.480.06
HSL7.89º78.08%71.37%-
HSV(B)7.89º47.7%93.73%-
XYZ48.6838.5924.28-
YUV167.89103.8178.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=47.42%
G=27.78%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914012500.410.480.067.8978.0871.37
HexEF8C7D02930684e47
Octal35721417505160610116107
Binary111011111000110011111010101001110000110100010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8C7D; }

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

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

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

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

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

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

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

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