#EF957A

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

Shades of Dark Salmon #EF957A

Tints of Dark Salmon #EF957A

Color information

#EF957A (or 0xEF957A) is unknown color: approx Dark Salmon. HEX triplet: EF, 95 and 7A. RGB value is (239,149,122). Sum of RGB (Red+Green+Blue) = 239+149+122=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF957A is #106A85. Grayscale: #ADADAD. Windows color (decimal): -1075846 or 8033775. OLE color: 8033775.

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

Color convert

RGB239149122-
CMYK00.380.490.06
HSL13.85º78.52%70.78%-
HSV(B)13.85º48.95%93.73%-
XYZ49.8641.2523.75-
YUV172.8399.32175.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=46.86%
G=29.22%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914912200.380.490.0613.8578.5270.78
HexEF957A026316e4f47
Octal35722517204661616117107
Binary111011111001010111110100100110110001110111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF957A; }

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

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

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

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

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

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

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

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