#EF977A

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

Shades of Dark Salmon #EF977A

Tints of Dark Salmon #EF977A

Color information

#EF977A (or 0xEF977A) is unknown color: approx Dark Salmon. HEX triplet: EF, 97 and 7A. RGB value is (239,151,122). Sum of RGB (Red+Green+Blue) = 239+151+122=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF977A is #106885. Grayscale: #AEAEAE. Windows color (decimal): -1075334 or 8034287. OLE color: 8034287.

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

Color convert

RGB239151122-
CMYK00.370.490.06
HSL14.87º78.52%70.78%-
HSV(B)14.87º48.95%93.73%-
XYZ50.1841.8923.85-
YUV174.0198.65174.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=46.68%
G=29.49%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915112200.370.490.0614.8778.5270.78
HexEF977A025316f4f47
Octal35722717204561617117107
Binary111011111001011111110100100101110001110111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF977A; }

 p { color: rgb(239,151,122); }

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

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

 a { background-color: rgb(239,151,122); }

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

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

 span { border-color: rgb(239,151,122); }

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